]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'wm/rev-parse-path-format-wo-arg'
authorJunio C Hamano <gitster@pobox.com>
Sat, 22 May 2021 09:29:00 +0000 (18:29 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sat, 22 May 2021 09:29:00 +0000 (18:29 +0900)
The "rev-parse" command did not diagnose the lack of argument to
"--path-format" option, which was introduced in v2.31 era, which
has been corrected.

* wm/rev-parse-path-format-wo-arg:
  rev-parse: fix segfault with missing --path-format argument


Trivial merge