diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-07-12 09:25:43 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-07-12 09:25:43 -0400 |
commit | acf8d5eb7d1e543a0cebb90b79d1b16695a1c5e3 (patch) | |
tree | fd45948ee3e932ff13b6449e46d77327ef3944d4 /debian | |
parent | d49e9f6a744c490cf4374039fde26c0eb57dc675 (diff) |
converted MetaData, eliminating a global value from Annex state .. beautiful
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
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. |