diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-07 16:53:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-07 16:53:53 -0400 |
commit | 8047bba5b92a6f77ef305c1a74e59b5dacbcc9a2 (patch) | |
tree | 79d39ea3299dd356864a6e6539c8ba667356b9dc /debian/changelog | |
parent | d2ff311a3496fc498ad540b194767853ffdc1fc0 (diff) |
add: If interrupted, add can leave files converted to symlinks but not yet added to git. Running the add again will now clean up this situtation.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a4d3a6492..588ea6d5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ git-annex (3.20111204) UNRELEASED; urgency=low * map: Fix a failure to detect a loop when both repositories are local and refer to each other with relative paths. * Prevent key names from containing newlines. + * add: If interrupted, add can leave files converted to symlinks but not + yet added to git. Running the add again will now clean up this situtation. -- Joey Hess <joeyh@debian.org> Sun, 04 Dec 2011 12:22:37 -0400 |