Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-12-09 02:11:19 +0300
committerJunio C Hamano <gitster@pobox.com>2020-12-09 02:11:19 +0300
commit7ef2906ecd40123db0a8196b0fd681fb1544a0e8 (patch)
treef53a274591a4d03a7e666054406346a32b3c957e /Makefile
parentd702cb9e890d09c4aa82eadaa9282feca95000e9 (diff)
parent0a21d0e08902755c09cf4d70279f4e86787d6cdb (diff)
Merge branch 'ds/maintenance-part-1'
Build consistency fix. * ds/maintenance-part-1: Makefile: mark git-maintenance as a builtin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 45bce31016..6fb86c5862 100644
--- a/Makefile
+++ b/Makefile
@@ -768,6 +768,7 @@ BUILT_INS += git-cherry-pick$X
BUILT_INS += git-format-patch$X
BUILT_INS += git-fsck-objects$X
BUILT_INS += git-init$X
+BUILT_INS += git-maintenance$X
BUILT_INS += git-merge-subtree$X
BUILT_INS += git-restore$X
BUILT_INS += git-show$X