]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'bl/pretty-shorthand-config-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 3 Apr 2024 17:56:20 +0000 (10:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Apr 2024 17:56:20 +0000 (10:56 -0700)
The "--pretty=<shortHand>" option of the commands in the "git log"
family, defined as "[pretty] shortHand = <expansion>" should have
been looked up case insensitively, but was not, which has been
corrected.

* bl/pretty-shorthand-config-fix:
  pretty: find pretty formats case-insensitively
  pretty: update tests to use `test_config`

1  2 
pretty.c
t/t4205-log-pretty-formats.sh

diff --cc pretty.c
Simple merge
Simple merge