diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-18 20:14:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-18 20:14:18 -0400 |
commit | 1fc3ee24232059ae05ab18ed10bf151f86847ac1 (patch) | |
tree | 7cbfe5536143e09752e97da43d619b948fdeacc3 /debian | |
parent | dd463a3100f21d72c35ca1af5b0f63f6296cf322 (diff) |
add --in limit
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index dff945c28..0b698bc66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +git-annex (3.20110916) UNRELEASED; urgency=low + + * --in can be used to make git-annex only operate on files + believed to be present in a given repository. + * Arbitrarily complex expressions can be built to limit the files git-annex + operates on, by combining the options --not --and --or -( and -) + Example: git annex get --exclude '*.mp3' --and --not -( --in usbdrive --or --in archive -) + + -- Joey Hess <joeyh@debian.org> Sun, 18 Sep 2011 18:25:51 -0400 + git-annex (3.20110915) unstable; urgency=low * whereis: Show untrusted locations separately and do not include in |