summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-08-19 12:55:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-08-19 12:55:15 -0400
commit764d73be5d1a4cd3876a39bb19acf44290222076 (patch)
tree852c0fee6b90fe0c75d455d83962eca32ccffb2b /debian
parent52fc6cd95aa278cdf438041c717edc1bc009c160 (diff)
Make --help work when not in a git repository. Closes: #758592
Note that this means getopt parsing is done even when not in a git repository, even though currently cmdnorepo is not passed the results of it. I'd like to move to cmdnorepo not doing its own ad-hoc option parsing, so this is really a good thing. (But as long as eg, getOptionFlag needs an Annex monad, it cannot be used in cmdnorepo handling.) There is a potential for problems if any cmdnorepo branch of a command handles options that are not in its regular getopt, but that would be a bug anyway.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c458da5f3..dbb3ac8d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+git-annex (5.20140818) UNRELEASED; urgency=medium
+
+ * Make --help work when not in a git repository. Closes: #758592
+
+ -- Joey Hess <joeyh@debian.org> Tue, 19 Aug 2014 12:52:41 -0400
+
git-annex (5.20140817) unstable; urgency=medium
* New chunk= option to chunk files stored in special remotes.