find --batch

This commit is contained in:
Joey Hess 2016-01-20 13:04:07 -04:00
parent 1bd4809bd2
commit 6d79f9e755
Failed to extract signature
4 changed files with 37 additions and 17 deletions

2
debian/changelog vendored
View file

@ -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.