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",
|
gitRun (repo state) ["commit", "-m",
|
||||||
("git-annex unannexed " ++ file),
|
("git-annex unannexed " ++ file),
|
||||||
file]
|
file]
|
||||||
|
-- git rm deletes empty directories;
|
||||||
|
-- put them back
|
||||||
|
createDirectoryIfMissing True (parentDir file)
|
||||||
renameFile src file
|
renameFile src file
|
||||||
logStatus state key ValueMissing
|
logStatus state key ValueMissing
|
||||||
return ()
|
return ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue