aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2014-05-30 11:03:19 +0100
committerColin Guthrie <colin@mageia.org>2014-05-30 11:03:19 +0100
commit80712f51f1058382a15ce53622d5ce80d7182545 (patch)
tree85eaf915a838dade5c5c40a2ba8f90265110770b
parent4f20bec7bde3f58a8ceed5922e2cd04bd014c471 (diff)
downloadsvn2git-80712f51f1058382a15ce53622d5ce80d7182545.tar
svn2git-80712f51f1058382a15ce53622d5ce80d7182545.tar.gz
svn2git-80712f51f1058382a15ce53622d5ce80d7182545.tar.bz2
svn2git-80712f51f1058382a15ce53622d5ce80d7182545.tar.xz
svn2git-80712f51f1058382a15ce53622d5ce80d7182545.zip
Add note about changelog
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index de02ec1..39e8167 100644
--- a/README.md
+++ b/README.md
@@ -29,4 +29,5 @@ Question: Handling renames (what do to generally as updates to old branches... s
git filter-branch --tree-filter 'if [ -f SOURCES/sha1.lst ]; then mv SOURCES/sha1.lst sources; fi; find SPECS/ SOURCES/ -type f -exec mv {} . \; && rmdir SPECS SOURCES' --prune-empty --tag-name-filter cat -- --all
-7. Run it!
+7. In the above filter-branch: Fix first commit to inject legacy changelog (or do it at the tip on all branches if too difficult and messes up branching/tags)
+8. Run it!