add, import, assistant: Better preserve the mtime of symlinks, when when adding content that gets deduplicated.

Note that this turned out to remove a syscall, not add any expense.
Otherwise, I would not have done it.
This commit is contained in:
Joey Hess 2013-09-25 16:07:11 -04:00
parent 5ff9224b10
commit 98fc7e8a19
8 changed files with 40 additions and 33 deletions

2
debian/changelog vendored
View file

@ -15,6 +15,8 @@ git-annex (4.20130921) UNRELEASED; urgency=low
available, or are not referenced by the current git tree.
* indirect: Better behavior when a file in direct mode is not owned by
the user running the conversion.
* add, import, assistant: Better preserve the mtime of symlinks,
when when adding content that gets deduplicated.
-- Joey Hess <joeyh@debian.org> Sun, 22 Sep 2013 19:42:29 -0400