summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-12 09:25:43 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-12 09:25:43 -0400
commitacf8d5eb7d1e543a0cebb90b79d1b16695a1c5e3 (patch)
treefd45948ee3e932ff13b6449e46d77327ef3944d4 /debian
parentd49e9f6a744c490cf4374039fde26c0eb57dc675 (diff)
converted MetaData, eliminating a global value from Annex state .. beautiful
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 118ff330c..f4d6c51c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
* Switched option parsing to use optparse-applicative. This was a very large
and invasive change, and may have caused some minor behavior changes to
- edge cases of option parsing.
+ edge cases of option parsing. (For example, the metadata command no
+ longer accepts the combination of --get and --set, which never actually
+ worked.)
* Bash completion code is built-in to git-annex, and can be enabled by
running: source <(git-annex --bash-completion-script git-annex)
* version --raw now works when run outside a git repository.