summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bdf1c06)
raw | patch | inline | side by side (parent: bdf1c06)
author | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 12 Feb 2007 00:50:50 +0000 (19:50 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 12 Feb 2007 00:50:50 +0000 (19:50 -0500) |
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Documentation/git-fast-import.txt | patch | blob | history |
index 843faf79c679344d0120853a258ca7e35358fdca..939ec4652bea90888006adf7fd6860e43c5439ed 100644 (file)
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