diff options
author | Joey Hess <joey@kitenet.net> | 2011-05-31 14:50:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-05-31 14:50:41 -0400 |
commit | fafe60768f98ed33b8aae6cba147a15a6608eaaf (patch) | |
tree | f7ef3fe00f577e6d828653fb5e49d601860f5642 /debian | |
parent | 6e6e77f9c05fe67a047e93b93bc198e6d9f431ce (diff) |
Massively sped up `git annex lock` by avoiding use of the uber-slow `git reset`, and only running `git checkout` once, even when many files are being locked.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 13b53280b..783496614 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ git-annex (0.20110523) UNRELEASED; urgency=low * Minor bugfixes and error message improvements. + * Massively sped up `git annex lock` by avoiding use of the uber-slow + `git reset`, and only running `git checkout` once, even when many files + are being locked. -- Joey Hess <joeyh@debian.org> Sat, 28 May 2011 22:29:37 -0400 |