]> git.99rst.org Git - git.git/commit
git-gui: drop no-op GITGUI_SCRIPT replacement
authorPatrick Steinhardt <redacted>
Tue, 11 Mar 2025 10:07:08 +0000 (11:07 +0100)
committerPatrick Steinhardt <redacted>
Tue, 13 May 2025 06:27:11 +0000 (08:27 +0200)
commit3e656a43567b7d0f82e99d56b1a268feb789abff
treec297ce508d0c00c3c8ed3cd16940c7eee439c315
parentcaf5fbe9af77488175b5baf2404b1bb6d4d78653
git-gui: drop no-op GITGUI_SCRIPT replacement

The value of the GITGUI_SCRIPT variable is only used in a single place
as part of an sed(1) script that massages the "git-gui.sh" script.
Interestingly, this specific replacement does seem to be a no-op: we
replace "^ argv0=$$0" with " argv=$(GITGUI_SCRIPT)", which has a value
of "$$0". The result would thus be completely unchanged.

Drop the replacement and its variable.

Signed-off-by: Patrick Steinhardt <redacted>
Makefile
git clone https://git.99rst.org/PROJECT