summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDenton Liu <liu.denton@gmail.com>2020-03-24 01:07:51 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-03-24 22:04:43 (GMT)
commitce6521e44139f12d00b49e1fa89dde096d58b0f1 (patch)
tree9a49164992dcee32631c9cde46d8b536c7ef5d27 /Makefile
parent274b9cc25322d9ee79aa8e6d4e86f0ffe5ced925 (diff)
downloadgit-ce6521e44139f12d00b49e1fa89dde096d58b0f1.zip
git-ce6521e44139f12d00b49e1fa89dde096d58b0f1.tar.gz
git-ce6521e44139f12d00b49e1fa89dde096d58b0f1.tar.bz2
Lib-ify fmt-merge-msg
In builtin.h, there exists the distinctly "lib-ish" function fmt_merge_msg(). This function can currently only be called by built-in commands but, unlike most of the other functions in the header, it does not make sense to impose this restriction as the functionality can be logically reused in libgit. Extract this function into fmt-merge-msg.c so that related definitions can exist clearly in their own header file. While we're at it, clean up #includes that are unused. This patch is best viewed with --color-moved. Signed-off-by: Denton Liu <liu.denton@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9804a07..04e3cc1 100644
--- a/Makefile
+++ b/Makefile
@@ -886,6 +886,7 @@ LIB_OBJS += ewah/ewah_rlw.o
LIB_OBJS += exec-cmd.o
LIB_OBJS += fetch-negotiator.o
LIB_OBJS += fetch-pack.o
+LIB_OBJS += fmt-merge-msg.o
LIB_OBJS += fsck.o
LIB_OBJS += fsmonitor.o
LIB_OBJS += gettext.o