parent
66a99d3740
commit
14ffb5d47b
2 changed files with 7 additions and 1 deletions
|
@ -57,7 +57,7 @@ checkUnused = do
|
||||||
let unusedlist = number c l
|
let unusedlist = number c l
|
||||||
when (not $ null l) $ showLongNote $ msg unusedlist
|
when (not $ null l) $ showLongNote $ msg unusedlist
|
||||||
writeUnusedFile file unusedlist
|
writeUnusedFile file unusedlist
|
||||||
return $ length l
|
return $ c + length l
|
||||||
|
|
||||||
checkRemoteUnused :: String -> CommandPerform
|
checkRemoteUnused :: String -> CommandPerform
|
||||||
checkRemoteUnused name = do
|
checkRemoteUnused name = do
|
||||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
git-annex (0.20110523) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Minor bugfixes and error message improvements.
|
||||||
|
|
||||||
|
-- Joey Hess <joeyh@debian.org> Sat, 28 May 2011 22:29:37 -0400
|
||||||
|
|
||||||
git-annex (0.20110522) unstable; urgency=low
|
git-annex (0.20110522) unstable; urgency=low
|
||||||
|
|
||||||
* Closer emulation of git's behavior when told to use "foo/.git" as a
|
* Closer emulation of git's behavior when told to use "foo/.git" as a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue