refactor param seeking
This commit is contained in:
parent
5357d3a37a
commit
da0de293d1
17 changed files with 138 additions and 93 deletions
9
debian/changelog
vendored
9
debian/changelog
vendored
|
@ -1,14 +1,15 @@
|
|||
git-annex (0.05) UNRELEASED; urgency=low
|
||||
git-annex (0.05) unstable; urgency=low
|
||||
|
||||
* Optimize both pre-commit and lock subcommands to not call git diff
|
||||
on every file being committed or locked.
|
||||
on every file being committed/locked.
|
||||
(This actually also works around a bug in ghc 6.12.1, that caused
|
||||
git-annex 0.04 pre-commit to sometimes corrupt filenames and fail.
|
||||
git-annex 0.04 pre-commit to sometimes corrupt filename being read
|
||||
from git ls-files and fail.
|
||||
The excessive number of calls made by pre-commit exposed the ghc bug.
|
||||
Thanks Josh Triplett for the debugging.)
|
||||
* Build with -O3.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Thu, 11 Nov 2010 14:52:05 -0400
|
||||
-- Joey Hess <joeyh@debian.org> Thu, 11 Nov 2010 18:31:09 -0400
|
||||
|
||||
git-annex (0.04) unstable; urgency=low
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue