bugfx
This commit is contained in:
parent
3a18b6d2ae
commit
4ecebfb218
1 changed files with 3 additions and 0 deletions
3
Annex.hs
3
Annex.hs
|
@ -97,6 +97,9 @@ unannexFile state file = do
|
|||
gitRun (repo state) ["commit", "-m",
|
||||
("git-annex unannexed " ++ file),
|
||||
file]
|
||||
-- git rm deletes empty directories;
|
||||
-- put them back
|
||||
createDirectoryIfMissing True (parentDir file)
|
||||
renameFile src file
|
||||
logStatus state key ValueMissing
|
||||
return ()
|
||||
|
|
Loading…
Reference in a new issue