diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-03 16:57:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-03 16:57:21 -0400 |
commit | e621a2feac9734b90df74df16e6908f249f76304 (patch) | |
tree | ec4ecf27281a507fa9bd745363e456b1d0154a26 /debian | |
parent | eb932d259c605cf58fda4a61d051c469ef4531bf (diff) |
watcher: Detect at startup time when there is a stale .git/lock, and remove it so it does not interfere with the automatic commits of changed files.
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 950b5715b..3e51f5677 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ 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. + * watcher: Detect at startup time when there is a stale .git/lock, + and remove it so it does not interfere with the automatic + commits of changed files. -- Joey Hess <joeyh@debian.org> Thu, 03 Oct 2013 15:41:24 -0400 |