Merge branch 'ds/maintenance-part-1'
Build consistency fix. * ds/maintenance-part-1: Makefile: mark git-maintenance as a builtinmaint
commit
7ef2906ecd
1
Makefile
1
Makefile
|
@ -768,6 +768,7 @@ BUILT_INS += git-cherry-pick$X
|
||||||
BUILT_INS += git-format-patch$X
|
BUILT_INS += git-format-patch$X
|
||||||
BUILT_INS += git-fsck-objects$X
|
BUILT_INS += git-fsck-objects$X
|
||||||
BUILT_INS += git-init$X
|
BUILT_INS += git-init$X
|
||||||
|
BUILT_INS += git-maintenance$X
|
||||||
BUILT_INS += git-merge-subtree$X
|
BUILT_INS += git-merge-subtree$X
|
||||||
BUILT_INS += git-restore$X
|
BUILT_INS += git-restore$X
|
||||||
BUILT_INS += git-show$X
|
BUILT_INS += git-show$X
|
||||||
|
|
Loading…
Reference in New Issue