aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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!