]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: remove git config --list handling for git < 1.5.3
authorJohannes Sixt <j6t@kdbg.org>
Sat, 3 May 2025 11:37:35 +0000 (13:37 +0200)
committerTaylor Blau <me@ttaylorr.com>
Fri, 23 May 2025 21:04:23 +0000 (17:04 -0400)
commit8255167b26003767b0ab50f498ffec33f80c2ef2
treea9504dd693c4dd998750e2f402099db4ac6934df
parentf9a2e8a38f524c04fc493548303488dc180b25bd
git-gui: remove git config --list handling for git < 1.5.3

git-gui uses `git config --null --list` to parse configuration. Git
versions prior to 1.5.3 do not have --null and need different treatment.
Nobody should be using such an old version anymore. (Moreover, since
0730a5a3a, git-gui requires git v2.36 or later). Keep only the code for
modern Git.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
git-gui.sh