prati0100 / git-gui

Tcl/Tk based UI for Git. I am currently acting as the project's maintainer.
160 stars 87 forks source link

Backport a Git GUI change that was included in Git v2.39.0-rc2 #83

Closed dscho closed 1 year ago

dscho commented 1 year ago

The Makefile of Git GUI was modified as part of a larger patch in git/git instead of the more canonical approach of applying the patch to Git GUI first and then requesting to pull Git GUI into Git.

Let's backport the Git GUI-specific part back into Git GUI.

prati0100 commented 1 year ago

This is a partial backport of cddd68ae3366 (cocci: avoid "should ... be a metavariable" warnings, 2022-11-30), which had been applied directly to git/git.

Huh? This commit has nothing to do with this patch. Do you instead mean 67b36879fc ("Makefiles: change search through $(MAKEFLAGS) for GNU make 4.4")?

The backport itself looks good to me, thanks for posting it.

dscho commented 1 year ago

Huh? This commit has nothing to do with this patch. Do you instead mean 67b36879fc ("Makefiles: change search through $(MAKEFLAGS) for GNU make 4.4")?

You're absolutely correct, sorry about that, it was a copy/paste fail. I force-pushed a fixed commit:

prati0100 commented 1 year ago

Applied. Thanks for the patch.