mirror of
https://github.com/frej/fast-export.git
synced 2026-01-17 03:32:04 +01:00
dbac8741df3d5cbe87404c9dedc07b77d2dc3023
As git-fast-import already generates at least one pack per run, don't even further split these up on a (default) 1k changeset boundary. Also rework the documentation on that one a little. Signed-off-by: Rocco Rutte <pdmef@gmx.net>
hg2git.(sh|py) - mercurial to git converter using git-fast-import Legal ===== The scripts are licensed under the GPL version 2 and were written by Rocco Rutte <pdmef@gmx.net> with hints and help from the git list and #mercurial on freenode. Usage ===== Using it is quite simple for a mercurial repository <repo>: mkdir repo-git # or whatever cd repo-git git init hg2git.sh <repo> Incremental imports to track hg repos is supported, too. Notes ===== As each git-fast-import run creates a new pack file, it may be required to repack the repository quite often for incremental imports (especially when importing a small number of changesets per incremental import).
Description
A mercurial to git converter using git-fast-import:
https://repo.or.cz/w/fast-export.git
Languages
Python
70.7%
Shell
29.1%
Makefile
0.2%