Signed-off-by: Jon Seymour <jon.seymour@xxxxxxxxx> --- Documentation/git-rev-parse.txt | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt index 341ca90..8fb8f6b 100644 --- a/Documentation/git-rev-parse.txt +++ b/Documentation/git-rev-parse.txt @@ -49,10 +49,16 @@ OPTIONS 'git rev-list' command. --flags:: - Do not output non-flag parameters. + Do not output non-flag parameters. All remaining + arguments will not be interpreted as options + to 'git rev-parse' even if they match options that + 'git rev-parse' might otherwise recognise. As such, + this option, if specified, should always be the + last option specified. --no-flags:: - Do not output flag parameters. + Do not output flag parameters. If specified, this + option causes any subsequent `--flags` option to be ignored. --default <arg>:: If there is no parameter given by the user, use `<arg>` -- 1.7.3.1.gc81ce.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html