]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitf8a1cee7b38ef3125ce69dad24af41746a0722a0
tree5f7c28593053ec30766bb6606b6945c6217d0124
parent30f5257611f80dc36bc6f15bdd6228ec094c2087
parent39664cb0aca42f240468ddf84fe75df4172ab63f
Merge branch 'jc/line-log-takes-no-pathspec'

"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
builtin/log.c