rev-parse doc: pass "--" to rev-parse in the --prefix example
commit11873b438faa13ff1416741bb48dbdaa8a6cc083
authorRichard Hansen <hansenr@google.com>
Tue, 10 Jan 2017 20:41:50 +0000 (10 15:41 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Jan 2017 21:22:19 +0000 (10 13:22 -0800)
tree91ccd67b46b54c5401bdfe5e6ef7f6f7b0571285
parent314caebe214928e4087d67418f837e58c8294586
rev-parse doc: pass "--" to rev-parse in the --prefix example

The "--" argument avoids "ambiguous argument: unknown revision or
path not in the working tree" errors when a pathname argument refers
to a non-existent file.

The "--" passed explicitly to set was removed because rev-parse
outputs the "--" argument that it is given.

Signed-off-by: Richard Hansen <hansenr@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rev-parse.txt