diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-20 13:04:07 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-20 13:04:07 -0400 |
commit | 91c9f6f086cf6d503c3ecb10a211c0c946e554eb (patch) | |
tree | a4e5409d432176937b326f6bf9056c440c40dee1 /debian | |
parent | c48b1434d1443ea1421fa474a6a5aecbf60ac83a (diff) |
find --batch
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 53b4d14e7..8c23e7edb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ git-annex (6.20160115) UNRELEASED; urgency=medium * whereis --json: Urls are now listed inside the remote that claims them, rather than all together at the end. - * info, add, whereis: Support --batch mode. + * info, add, whereis, find: Support --batch mode. * Force output to be line-buffered, even when it's not connected to the terminal. This is particuarly important for commands with --batch output, which was not always being flushed at an appropriate time. |