diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-03 15:43:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-03 15:43:08 -0400 |
commit | eb932d259c605cf58fda4a61d051c469ef4531bf (patch) | |
tree | 31ce69ef58676af83bcde226e14a6f99c958f604 /debian | |
parent | 01111895034873f6b65fcd2ebb86a95de4e6a9e8 (diff) |
Automatically and safely detect and recover from dangling .git/annex/index.lock files, which would prevent git from committing to the git-annex branch, eg after a crash.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b95a2dc58..950b5715b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +git-annex (4.20131003) UNRELEASED; urgency=low + + * Automatically and safely detect and recover from dangling + .git/annex/index.lock files, which would prevent git from + committing to the git-annex branch, eg after a crash. + + -- Joey Hess <joeyh@debian.org> Thu, 03 Oct 2013 15:41:24 -0400 + git-annex (4.20131002) unstable; urgency=low * Note that the layout of gcrypt repositories has changed, and |