From 80712f51f1058382a15ce53622d5ce80d7182545 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Fri, 30 May 2014 11:03:19 +0100 Subject: Add note about changelog --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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! -- cgit v1.2.1