]> git.ipfire.org Git - thirdparty/git.git/commit - t/t1507-rev-parse-upstream.sh
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)
commitd988e80bd3a24387c74810b187a47813f8460699
treed4c97adf07eeb4ba4f8dd6551b513e76a0937a03
parent4cc302e8869d1460012048043922221364160502
parentf999d5188b4060aa0f784a6f4cf1574ea352a1e7
Merge branch 'bl/pretty-shorthand-config-fix'

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`
pretty.c
t/t4205-log-pretty-formats.sh