doc: log, gitk: line-log arguments must exist in starting revision
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Thu, 26 Dec 2019 17:43:37 +0000 (17:43 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Dec 2019 19:00:15 +0000 (11:00 -0800)
commitace0f86c7f527d3e7d0e9fc98ea94675387d2934
tree7d132df03274810fdd7fb71beba29a5a4f22a605
parent2be45868a840f65ae16d171b5ae503846fa17b95
doc: log, gitk: line-log arguments must exist in starting revision

The line number, regex or offset parameters <start> and <end> in
`git log -L <start>,<end>:<file>`, or the function name regex in
`git log -L :<funcname>:<file>` must exist in the starting
revision, or else the command exits with a fatal error.

This is not obvious in the documentation, so add a note to that
effect.

Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-log.txt
Documentation/gitk.txt