From 764d73be5d1a4cd3876a39bb19acf44290222076 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 19 Aug 2014 12:55:01 -0400 Subject: 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. --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian') 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 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. -- cgit v1.2.3