]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/line-log-takes-no-pathspec'
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Nov 2020 21:32:52 +0000 (13:32 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Nov 2020 21:32:52 +0000 (13:32 -0800)
"git log -L<range>:<path>" is documented to take no pathspec, but
this was not enforced by the command line option parser, which has
been corrected.

* jc/line-log-takes-no-pathspec:
  log: diagnose -L used with pathspec as an error

1  2 
builtin/log.c

diff --cc builtin/log.c
Simple merge