summaryrefslogtreecommitdiffstats
path: root/git-fast-import.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-02-12 07:15:35 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-02-12 07:15:35 +0000
commit9dd8bb07118fe70186522d7d8fd7da7a785a2a5e (patch)
tree8185046ca73ba739381e03f0c56f7e95d3679b3b /git-fast-import.txt
parent9cb74f2e1ce669d810cf666f33749c4785472ba6 (diff)
downloadgit-htmldocs-9dd8bb07118fe70186522d7d8fd7da7a785a2a5e.tar.gz
Autogenerated HTML docs for v1.5.0-rc4-345-gb4d2
Diffstat (limited to 'git-fast-import.txt')
-rw-r--r--git-fast-import.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/git-fast-import.txt b/git-fast-import.txt
index 2a5052072..939ec4652 100644
--- a/git-fast-import.txt
+++ b/git-fast-import.txt
@@ -64,6 +64,15 @@ OPTIONS
Frontends can use this file to validate imports after they
have been completed.
+--export-pack-edges=<file>::
+ After creating a packfile, print a line of data to
+ <file> listing the filename of the packfile and the last
+ commit on each branch that was written to that packfile.
+ This information may be useful after importing projects
+ whose total object set exceeds the 4 GiB packfile limit,
+ as these commits can be used as edge points during calls
+ to gitlink:git-pack-objects[1].
+
--quiet::
Disable all non-fatal output, making fast-import silent when it
is successful. This option disables the output shown by
@@ -706,6 +715,13 @@ The branch LRU builtin to fast-import tends to behave very well, and the
cost of activating an inactive branch is so low that bouncing around
between branches has virtually no impact on import performance.
+Handling Renames
+~~~~~~~~~~~~~~~~
+When importing a renamed file or directory, simply delete the old
+name(s) and modify the new name(s) during the corresponding commit.
+Git performs rename detection after-the-fact, rather than explicitly
+during a commit.
+
Use Tag Fixup Branches
~~~~~~~~~~~~~~~~~~~~~~
Some other SCM systems let the user create a tag from multiple