diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2009-06-14 01:58:43 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-06-13 17:08:37 -0700 |
commit | 6e0800ef2575751f2e20d11e2cfe305304e5e9b8 (patch) | |
tree | c222ae6d5b9d1a3dfa5caaca6dece9bb015f03e9 /Documentation | |
parent | 824af25ace464177820fc69c19fc03ae4fc9e4b1 (diff) | |
download | git-6e0800ef2575751f2e20d11e2cfe305304e5e9b8.tar.gz git-6e0800ef2575751f2e20d11e2cfe305304e5e9b8.tar.xz |
parse-opt: make PARSE_OPT_STOP_AT_NON_OPTION available to git rev-parse
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-rev-parse.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt index 4bbdd056d..82045a252 100644 --- a/Documentation/git-rev-parse.txt +++ b/Documentation/git-rev-parse.txt @@ -30,6 +30,11 @@ OPTIONS Only meaningful in `--parseopt` mode. Tells the option parser to echo out the first `--` met instead of skipping it. +--stop-at-non-option:: + Only meaningful in `--parseopt` mode. Lets the option parser stop at + the first non-option argument. This can be used to parse sub-commands + that take options themself. + --sq-quote:: Use 'git-rev-parse' in shell quoting mode (see SQ-QUOTE section below). In contrast to the `--sq` option below, this |