diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-28 13:46:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-28 13:46:26 -0400 |
commit | c9031fc4831e1d22b120a73447486e3dad777b69 (patch) | |
tree | 517c6f7d049ba6ee2539031d1de8cb1a81594220 /debian | |
parent | ecfe9e278692a24ad9a8fb71d3e013ca01903641 (diff) |
add: Fix reversion in 4.20130827 when adding unlocked files that have not yet been committed.
catKeyFileHEAD is still checked too, because when doing a git commit with
unlocked files, the file gets staged to the index, so is not typechanged
there.
(This is also why git annex add foo; git annex unlock foo; git commit -a
does not re-annex foo, because there is no indication left that it was
added.)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7dacd465d..bcf55d585 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ git-annex (4.20131025) UNRELEASED; urgency=low be done without losing data. * assistant: Support repairing git remotes that are locally accessible (eg, on removable drives). + * add: Fix reversion in 4.20130827 when adding unlocked files that have + not yet been committed. -- Joey Hess <joeyh@debian.org> Sat, 26 Oct 2013 12:11:48 -0400 |