diff options
author | 2014-02-20 15:56:45 -0400 | |
---|---|---|
committer | 2014-02-20 15:56:45 -0400 | |
commit | e8dd341a562e3ef7926f5f51009f4b71bdc4dad9 (patch) | |
tree | 7913041d8dce2ed1d96f7b63b24d46e8c10a1d42 /debian | |
parent | 805340f3304fbc2962ce334f4d887c4cbf28395c (diff) |
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 04414f753..872786d83 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. |