improve propigation of commits from adjusted branches
Only reverse adjust the changes in the commit, which means that adjustments do not need to be generally cleanly reversable. For example, an adjustment can unlock all locked files, but does not need to worry about files that were originally unlocked when reversing, because it will only ever be run on files that have been changed. So, it's ok if it locks all files when reversed, or even leaves all files as-is when reversed.
This commit is contained in:
parent
3c4ad3eeca
commit
b9184f69a7
4 changed files with 110 additions and 54 deletions
|
@ -67,7 +67,7 @@ and updates the branches. And/or `git-annex sync` could do it.
|
|||
|
||||
There may be multiple commits made to the adjusted branch before any get
|
||||
applied back to the original branch. This is handled by reverse filtering
|
||||
one at a time and rebasing the others on top.
|
||||
commits one at a time and rebasing the others on top.
|
||||
|
||||
master adjusted/master
|
||||
A
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue