aboutsummaryrefslogtreecommitdiff
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/git-annex-status.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/git-annex-status.mdwn b/doc/git-annex-status.mdwn
index 19bd6fab5..3a897dc24 100644
--- a/doc/git-annex-status.mdwn
+++ b/doc/git-annex-status.mdwn
@@ -23,6 +23,11 @@ Particularly useful in direct mode.
Enable JSON output. This is intended to be parsed by programs that use
git-annex. Each line of output is a JSON object.
+* `--ignore-submodules=when`
+
+ This option is passed on to git status, see its man page for
+ details.
+
# SEE ALSO
[[git-annex]](1)