diff options
| author | Junio C Hamano <gitster@pobox.com> | 2020-12-08 15:11:19 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-12-08 15:11:19 -0800 |
| commit | 7ef2906ecd40123db0a8196b0fd681fb1544a0e8 (patch) | |
| tree | f53a274591a4d03a7e666054406346a32b3c957e | |
| parent | d702cb9e890d09c4aa82eadaa9282feca95000e9 (diff) | |
| parent | 0a21d0e08902755c09cf4d70279f4e86787d6cdb (diff) | |
| download | git-7ef2906ecd40123db0a8196b0fd681fb1544a0e8.tar.xz | |
Merge branch 'ds/maintenance-part-1'
Build consistency fix.
* ds/maintenance-part-1:
Makefile: mark git-maintenance as a builtin
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
