This change updates the documentation of git rev-parse --flags so that the documentation accurately matches the current implementation. Signed-off-by: Jon Seymour <jon.seymour@xxxxxxxxx> --- Documentation/git-rev-parse.txt | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt index 341ca90..27d15b0 100644 --- a/Documentation/git-rev-parse.txt +++ b/Documentation/git-rev-parse.txt @@ -49,7 +49,10 @@ OPTIONS 'git rev-list' command. --flags:: - Do not output non-flag parameters. + Output any flag and revision-like values in the remaining parameters. ++ +Note that any parameter which is also a valid 'git rev-parse' option +will be interpreted as an option to 'git rev-parse' and thus will not be output. --no-flags:: Do not output flag parameters. -- 1.7.3.3.g9129b6 -- 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