8fe3936bc154281140fbdfea2b443ad89bb73bc6
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 2"""
4  date="2018-08-06T21:26:36Z"
5  content="""
6 If you lost things from the git-annex branch due this bug, 
7 you can find the commit that contained them by `git log git-annex`,
8 and look for the commit before the "continuing transition" commit.
9
10 It's then possible to get those changes applied back to the git-annex
11 brannch; there should be no permanent data loss due to this bug.
12
13 Eg, here the commit that contained the lost group change was
14 261d1be6a2093f1e4059ed3030016c365f29413f. To get that back into the
15 git-annex branch, I ran:
16
17         git update-ref git-annex 261d1be6a2093f1e4059ed3030016c365f29413f
18         git annex merge
19 """]]