diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-30 15:28:17 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-30 15:28:17 -0400 |
commit | 508920bf728cfb5e4568b68a2943bd33efac26bc (patch) | |
tree | d04529a6b2529e771a65ac3c724c33067b9ccb2d /debian | |
parent | 4cd5738bb29278498b06b4f4d3edd4962c7a0eea (diff) |
Improve behavior when a git-annex command is told to operate on a file that doesn't exist. It will now continue to other files specified after that on the command line, and only error out at the end.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ec53afd4f..38db4ee67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,10 @@ git-annex (5.20150421) UNRELEASED; urgency=medium * import: Before removing a duplicate file in --deduplicate or --clean-duplicates mode, verify that enough copies of its content still exist. + * Improve behavior when a git-annex command is told to operate + on a file that doesn't exist. It will now continue to other + files specified after that on the command line, and only error out at + the end. -- Joey Hess <id@joeyh.name> Tue, 21 Apr 2015 15:54:10 -0400 |