author | Junio C Hamano <gitster@pobox.com> | |
Fri, 1 Apr 2011 18:04:46 +0000 (11:04 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 1 Apr 2011 22:14:38 +0000 (15:14 -0700) | ||
commit | 3add01bbf14c5f2cb94523ee638c22c8157f0d2b | |
tree | cea90fd743eacbd41e5709dde1b30df3e1e969c6 | tree | snapshot |
parent | f98fd4367542b507c18b6aeb4ac0c824dec4b7b3 | commit | diff |
"log --cherry-pick" documentation regression fix
Earlier f98fd43 (git-log.txt,rev-list-options.txt: put option blocks in
proper order, 2011-03-08) moved the text around in the documentation for
options in the rev-list family of commands such as "log". Consequently,
the description of the --cherry-pick option appears way above the
description of the --left-right option now.
But the description of the --cherry-pick option still refers to the
example for the --left-right option, like this:
... with --left-right, like the example ABOVE in the description of
that option.
Rephrase it to clarify that we are making a forward reference.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Earlier f98fd43 (git-log.txt,rev-list-options.txt: put option blocks in
proper order, 2011-03-08) moved the text around in the documentation for
options in the rev-list family of commands such as "log". Consequently,
the description of the --cherry-pick option appears way above the
description of the --left-right option now.
But the description of the --cherry-pick option still refers to the
example for the --left-right option, like this:
... with --left-right, like the example ABOVE in the description of
that option.
Rephrase it to clarify that we are making a forward reference.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt | diff | blob | history |