update comments to point to conversion docs
want to avoid use of -c annex.largefiles..
This commit is contained in:
parent
fb04cfd0e6
commit
d0f3b01c31
3 changed files with 2 additions and 31 deletions
|
@ -1,17 +0,0 @@
|
|||
[[!comment format=mdwn
|
||||
username="Dwk"
|
||||
avatar="http://cdn.libravatar.org/avatar/65fade4f1582ef3f00e9ad6ae27dae56"
|
||||
subject="annexed -> normal git does not work if annexed file was unlocked"
|
||||
date="2019-10-05T01:45:14Z"
|
||||
content="""
|
||||
The sequence of commands given to shift an unlocked annexed file to normal git (for instance a file annexed by mistake due to the new git-add behaviour), namely
|
||||
|
||||
git annex unlock file
|
||||
git -c annex.largefiles=nothing add file
|
||||
git commit file
|
||||
|
||||
does not work if the file is unmodified, as git sees no change to commit. In this case, I believe one should replace the first command with
|
||||
|
||||
git annex unannex file
|
||||
|
||||
"""]]
|
|
@ -1,8 +0,0 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""Re: annexed -> normal git does not work if annexed file was unlocked"""
|
||||
date="2019-10-08T18:14:45Z"
|
||||
content="""
|
||||
Touching the file first avoids the problem, or git rm --cached to force
|
||||
git to re-add it. I've updated the example.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue