]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: git ls-files knows --exclude-standard
authorMark Levedahl <mlevedahl@gmail.com>
Sat, 5 Apr 2025 14:18:06 +0000 (10:18 -0400)
committerMark Levedahl <mlevedahl@gmail.com>
Fri, 18 Jul 2025 20:33:31 +0000 (16:33 -0400)
commitdd7eb2d0370e0b610bcc05ab0843523c61b64c93
treefc67894b47dd5d3d4d397cacc85b55c9f3087d10
parent77f648edb69dba164e2e32f33ab009fa33c3d9f1
git-gui: git ls-files knows --exclude-standard

git-gui includes code to implement ls-files for git versions prior to
1.63 that did not know --exclude-standard. But, git-gui now requires git
version >= 2.36, so remove the obsolete code.

Signed-off-by: Mark Levedahl <mlevedahl@gmail.com>
git-gui.sh