On Thu, 01 Oct 2020 00:44:27 -0000, GitLab Bridge on behalf of bcrocker wrote:
From: Ben Crocker bcrocker@redhat.com
GIT ?= git
and replace literal occurrences of 'git' with $(GIT). This change enables us to override 'git' with, e.g., some arbitrary shell script that prints additional information and/or does additional processing before and/or after (or even instead of) invoking /usr/bin/git.
Acked-by: Jiri Benc jbenc@redhat.com