doc: log, gitk: move '-L' description to 'line-range-options.txt'
commitf9c8d8cbbea9cc55d26058a1de767731600ded44
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Sun, 1 Nov 2020 17:28:40 +0000 (1 17:28 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 1 Nov 2020 23:54:14 +0000 (1 15:54 -0800)
treeecf824c24f68e095a87b61dd3e378d18a6c3a033
parente2850a27a95c6f5b141dd88398b1702d2e524a81
doc: log, gitk: move '-L' description to 'line-range-options.txt'

The description of the '-L' option for `git log` and `gitk` is almost
the same, but is repeated in both 'git-log.txt' and 'gitk.txt' (the
difference being that 'git-log.txt' lists the option with a space
after '-L', while 'gitk.txt' lists it as stuck and notes that `gitk`
only understands the stuck form).

Reduce duplication by creating a new file, 'line-range-options.txt',
and include it in both files.

To simplify the presentation, only list the stuck form for both
commands, and remove the note about `gitk` only understanding the stuck
form.

Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-log.txt
Documentation/gitk.txt
Documentation/line-range-options.txt [new file with mode: 0644]