summaryrefslogtreecommitdiff
path: root/Documentation/git-fast-import.txt
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-02-12 00:50:50 (GMT)
committerShawn O. Pearce <spearce@spearce.org>2007-02-12 00:50:50 (GMT)
commitc73461567e5bb32d9dc7ffe2b1cdbf736cb86bfc (patch)
treece54d2abb3ebff845ac8daa1a8ea15bdf8f42e40 /Documentation/git-fast-import.txt
parentbdf1c06dc17bdd6d54602544235aa3482ab67c9b (diff)
downloadgit-c73461567e5bb32d9dc7ffe2b1cdbf736cb86bfc.zip
git-c73461567e5bb32d9dc7ffe2b1cdbf736cb86bfc.tar.gz
git-c73461567e5bb32d9dc7ffe2b1cdbf736cb86bfc.tar.bz2
fast-import: Add tip about importing renames.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'Documentation/git-fast-import.txt')
-rw-r--r--Documentation/git-fast-import.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/git-fast-import.txt b/Documentation/git-fast-import.txt
index 843faf7..939ec46 100644
--- a/Documentation/git-fast-import.txt
+++ b/Documentation/git-fast-import.txt
@@ -715,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