diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-20 12:46:00 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-20 12:46:00 -0400 |
commit | 7b5ddc7a4e972cfa3d14fbefc6610fddbfcff4b7 (patch) | |
tree | d5eb70b0659e897349b79e6674d5c201d192faa0 /debian | |
parent | c5f532e7d7a13ed9f43fe9d50a1dc6521afce4f2 (diff) |
whereis --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 81c1f3e6f..53b4d14e7 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: Support --batch mode. + * info, add, whereis: 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. |