diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-24 19:58:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-24 19:58:34 -0400 |
commit | 829f6c646288c3bfb37446b04fddf8cccadbbf49 (patch) | |
tree | 5d768666accd51c12e2b38c9026df86c3d8ea18b /debian | |
parent | ea4807b3bfaf2e66506abd5c5c91ef9fdedda8a5 (diff) |
copy: avoid updating location log when no copy is performed
git annex copy --to remote often does not need to copy a file,
but it was still updating the location log in this case.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 57369ff06..c102a3f7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +git-annex (3.20120925) UNRELEASED; urgency=low + + * copy: Avoid updating the location log when no copy is performed. + + -- Joey Hess <joeyh@debian.org> Mon, 24 Sep 2012 19:58:07 -0400 + git-annex (3.20120924) unstable; urgency=low * assistant: New command, a daemon which does everything watch does, |