aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-02-20 16:37:04 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-02-20 17:01:24 -0400
commit3483595622432eec1df905b24faa0f3f48d507de (patch)
treeac96b72d1f3998fe715e045109adb0fce671b735 /CHANGELOG
parentc8a5b1a658f23ae882ee0fb2d975eb7281e9c022 (diff)
status: Pass --ignore-submodules=when option on to git status.
Didn't make --ignore-submodules without a value be handled because I can't see a way to make optparse-applicative parse that. I've opened a bug requesting a way to do that: https://github.com/pcapriotti/optparse-applicative/issues/243
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3b631092e..c6a4aeecd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -32,6 +32,7 @@ git-annex (6.20170215) UNRELEASED; urgency=medium
* When downloading in --json or --quiet mode, use curl in preference
to wget, since curl is able to display only errors to stderr, unlike
wget.
+ * status: Pass --ignore-submodules=when option on to git status.
-- Joey Hess <id@joeyh.name> Tue, 14 Feb 2017 15:54:25 -0400