diff options
author | Colin Guthrie <colin@mageia.org> | 2014-05-30 11:03:19 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-05-30 11:03:19 +0100 |
commit | 80712f51f1058382a15ce53622d5ce80d7182545 (patch) | |
tree | 85eaf915a838dade5c5c40a2ba8f90265110770b | |
parent | 4f20bec7bde3f58a8ceed5922e2cd04bd014c471 (diff) | |
download | svn2git-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.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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! |