aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/How_to_get_git-annex_to_forget_a_commit__63__/comment_1_65471c42e163ac8ee6ec109f1397271b._comment
blob: 44b36ba6042cbab5e2a295e7cc7a21c055b1a9d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[[!comment format=mdwn
 username="CandyAngel"
 ip="81.111.193.130"
 subject="comment 1"
 date="2014-07-17T15:43:03Z"
 content="""
Joey has pointed me to the solution.

git-annex was remembering these files due to them being present in *.git/annex/index*.

A simple `rm .git/annex/index` after moving the git-annex branch to the earlier commit prevents the \"ghost\" log files from being recreated and Joey confirmed this is safe to do (git-annex automatically recreates it).
"""]]