fsck: Refuse to do anything if more than one of --incremental, --more, and --incremental-schedule are given, since it's not clear which option should win.

This commit is contained in:
Joey Hess 2014-02-20 15:56:45 -04:00
parent 7d288d83c9
commit 9edc3a735d
2 changed files with 8 additions and 3 deletions

3
debian/changelog vendored
View file

@ -20,6 +20,9 @@ git-annex (5.20140211) UNRELEASED; urgency=medium
overridden in .git/config.
* glacier: Do not try to run glacier value create when an existing glacier
remote is enabled.
* fsck: Refuse to do anything if more than one of --incremental, --more,
and --incremental-schedule are given, since it's not clear which option
should win.
* Windows webapp: Can set up box.com, Amazon S3, and rsync.net remotes
* Windows webapp: Can create repos on removable drives.
* Windows: Ensure HOME is set, as needed by bundled cygwin utilities.