diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-08 14:07:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-08 14:07:49 -0400 |
commit | 2099407d8aa1b1e94f29de0d9094ccfa6e05e471 (patch) | |
tree | ad1aee35f7f5556cd3784c326732e852ecf23c1d /debian | |
parent | 627a3014376f83d613c448da929231bb9d866435 (diff) |
Add --exclude option to exclude files from processing.
Required some lifting so flags are evaled in the Annex monad before
file filtering.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5ecf94201..4b8fb1050 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +git-annex (0.12) UNRELEASED; urgency=low + + * Add --exclude option to exclude files from processing. + + -- Joey Hess <joeyh@debian.org> Wed, 08 Dec 2010 14:06:47 -0400 + git-annex (0.11) unstable; urgency=low * If available, rsync will be used for file transfers from remote |