Document what the stage numbers in the :$n:path syntax mean.
authorSteven Grimm <koreth@midwinter.com>
Mon, 20 Aug 2007 03:36:38 +0000 (11:36 +0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Aug 2007 05:56:10 +0000 (22:56 -0700)
The git-rev-parse manpage talks about the :$n:path notation (buried deep in
a list of other syntax) but it just says $n is a "stage number" -- someone
who is not familiar with the internals of git's merge implementation is
never going to be able to figure out that "1", "2", and "3" means.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found