diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-18 20:41:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-18 20:42:15 -0400 |
commit | 33cd1ffbfe200188a4fc61fd5715e7aa29556d7f (patch) | |
tree | b21be384c89e29e2b56e5e1c5e1a931871837c27 /debian/changelog | |
parent | 9da23dff78d80158ba01a271ac2a32830fd9bccc (diff) |
make find show files meeting limits, even when not present
find: Rather than only showing files whose contents are present, when used
with --exclude --copies or --in, displays all files that match the
specified conditions.
Note that this is a behavior change for find --exclude! Old behavior
can be gotten with find --in . --exclude=...
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 638661f73..1f7decc1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,11 @@ git-annex (3.20110916) UNRELEASED; urgency=low Example: git annex get --exclude '*.mp3' --and --not -( --in usbdrive --or --in archive -) * --copies=N can be used to make git-annex only operate on files with the specified number of copies. (And --not --copies=N for the inverse.) + * find: Rather than only showing files whose contents are present, + when used with --exclude --copies or --in, displays all files that + match the specified conditions. + * Note that this is a behavior change for find --exclude! Old behavior + can be gotten with: find --in . --exclude=... -- Joey Hess <joeyh@debian.org> Sun, 18 Sep 2011 18:25:51 -0400 |