drafnel@gmail.com writes:
From: Brandon Casey <redacted>
Signed-off-by: Brandon Casey <redacted>
quoted hunk
@@ -306,6 +305,7 @@ BUILT_INS += git-fsck-objects$X
BUILT_INS += git-get-tar-commit-id$X
BUILT_INS += git-init$X
BUILT_INS += git-merge-subtree$X
+BUILT_INS += git-mktag$X
BUILT_INS += git-peek-remote$X
BUILT_INS += git-repo-config$X
BUILT_INS += git-show$X
@@ -423,6 +423,7 @@ LIB_OBJS += log-tree.o
LIB_OBJS += mailmap.o
LIB_OBJS += match-trees.o
LIB_OBJS += merge-file.o
+LIB_OBJS += mktag.o
This is unusual for a builtin. Why didn't it migrate to builtin-mktag?