diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-20 13:37:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-20 13:37:46 -0400 |
commit | 49147d538b142ce2e206cdd9d19d7438bd47e3b3 (patch) | |
tree | 4a0fe12d468d480517ba0e65bea24f53aca310a6 /debian | |
parent | ba91ab000a10cfad5d58d80d309cadaf40c3d0bd (diff) |
Direct mode: Fix support for adding a modified file.
Adding a file that is already annexed, but has been modified, was broken in
direct mode.
This fix makes the new content be added. It does have the problem that
re-running `git annex add` will checksum and re-add the content repeatedly,
until it's committed. This happens because the key associated with the file
does not change until the new one gets committed, so it keeps thinking the
file has changed.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b4bc100f5..e4cdc4d98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ git-annex (3.20130217) UNRELEASED; urgency=low * Android: Support ssh connection caching. * Direct mode: Support filesystems like FAT which can change their inodes each time they are mounted. + * Direct mode: Fix support for adding a modified file. -- Joey Hess <joeyh@debian.org> Sun, 17 Feb 2013 16:42:16 -0400 |