had the wrong name for this
This commit is contained in:
parent
262017e17d
commit
e807502666
2 changed files with 7 additions and 1 deletions
|
@ -93,6 +93,6 @@ getTrustLevel r = fromRepo $ Git.Config.getMaybe $ remoteConfig r "trustlevel"
|
|||
{- Gets annex.diskreserve setting. -}
|
||||
getDiskReserve :: Annex Integer
|
||||
getDiskReserve = fromMaybe megabyte . readSize dataUnits
|
||||
<$> getConfig "diskreserve" ""
|
||||
<$> getConfig "annex.diskreserve" ""
|
||||
where
|
||||
megabyte = 1000000
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
git-annex (3.20120419) UNRELEASED; urgency=low
|
||||
|
||||
* Fix use of annex.diskreserve config setting.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Fri, 20 Apr 2012 16:14:08 -0400
|
||||
|
||||
git-annex (3.20120418) unstable; urgency=low
|
||||
|
||||
* bugfix: Adding a dotfile also caused all non-dotfiles to be added.
|
||||
|
|
Loading…
Reference in a new issue