sync: When in an adjusted branch, merge changes from the original branch
This causes changes to the original branch to get merged with a single sync. Before, it took 2 syncs; the first happened to update the synced/ branch, and the second merged changes from the synced/ branch into the ajusted branch. Using mergeToAdjustedBranch when tomerge == origbranch is probably overkill, but it does work fine. Sponsored-By: the NIH-funded NICEMAN (ReproNim TR&D3) project
This commit is contained in:
parent
51b24aac91
commit
240bae38f6
6 changed files with 72 additions and 49 deletions
|
@ -22,3 +22,5 @@ PS investigation of adjusted/unlocked came up in ReproNim context where people w
|
|||
|
||||
[[!meta author=yoh]]
|
||||
[[!tag projects/repronim]]
|
||||
|
||||
> [[fixed|done]] --[[Joey]]
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 3"""
|
||||
date="2023-07-06T16:16:36Z"
|
||||
content="""
|
||||
Ok, fixed git-annex sync to immediately merge the changes from the original
|
||||
branch into the adjusted branch.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue