diff options
author | Joey Hess <joey@kitenet.net> | 2011-11-22 14:06:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-11-22 14:06:31 -0400 |
commit | 7f7ae7a3b1cdfbc61879189dfe04a637690015aa (patch) | |
tree | 842546a50ff6def034f19a0e6e5c616a66d9a9d5 /debian/changelog | |
parent | fc2f0e8b1a4bd016ac29606381dfb7034c88e9f5 (diff) |
find: Support --print0
It would be nice if command-specific options were supported. The first
difficulty is that which command is being called is not known until after
getopt; but that could be worked around by finding the first non-dashed
parameter. Storing the settings without putting them in the annex monad is
the next difficulty; it could perhaps be handled by making the seek stage
pass applicable settings into the start stage (and from there on to perform
as needed). But that still leaves a problem, what data type to use to
represent the options between getopt and seek?
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9f96a4fff..3c4fa05aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ git-annex (3.20111112) UNRELEASED; urgency=low * migrate: Don't fall over a stale temp file. * Avoid excessive escaping for rsync special remotes that are not accessed over ssh. + * find: Support --print0 -- Joey Hess <joeyh@debian.org> Sat, 12 Nov 2011 14:50:21 -0400 |