summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-29 20:59:21 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-10-29 20:59:22 (GMT)
commitba5312da19c6fdb6c6747d479f58932aae6e900c (patch)
tree8e47403c28a6f38dfda0c8b5ae1eb0fef04d2670 /Makefile
parent9627b0a49f692f45865b6b59b6ef7dbf1c081820 (diff)
parent6ac617a321383b2e3a0f0537e3224ec6229e6500 (diff)
downloadgit-ba5312da19c6fdb6c6747d479f58932aae6e900c.zip
git-ba5312da19c6fdb6c6747d479f58932aae6e900c.tar.gz
git-ba5312da19c6fdb6c6747d479f58932aae6e900c.tar.bz2
Merge branch 'jc/mailinfo-lib'
The implementation of "git mailinfo" was refactored so that a mailinfo() function can be directly called from inside a process. * jc/mailinfo-lib: (34 commits) mailinfo: remove calls to exit() and die() deep in the callchain mailinfo: handle charset conversion errors in the caller mailinfo: libify mailinfo: keep the parsed log message in a strbuf mailinfo: handle_commit_msg() shouldn't be called after finding patchbreak mailinfo: move content/content_top to struct mailinfo mailinfo: move [ps]_hdr_data to struct mailinfo mailinfo: move cmitmsg and patchfile to struct mailinfo mailinfo: move charset to struct mailinfo mailinfo: move transfer_encoding to struct mailinfo mailinfo: move check for metainfo_charset to convert_to_utf8() mailinfo: move metainfo_charset to struct mailinfo mailinfo: move use_scissors and use_inbody_headers to struct mailinfo mailinfo: move add_message_id and message_id to struct mailinfo mailinfo: move patch_lines to struct mailinfo mailinfo: move filter/header stage to struct mailinfo mailinfo: move global "FILE *fin, *fout" to struct mailinfo mailinfo: move keep_subject & keep_non_patch_bracket to struct mailinfo mailinfo: introduce "struct mailinfo" to hold globals mailinfo: move global "line" into mailinfo() function ...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e0717b0..43ceeb9 100644
--- a/Makefile
+++ b/Makefile
@@ -731,6 +731,7 @@ LIB_OBJS += list-objects.o
LIB_OBJS += ll-merge.o
LIB_OBJS += lockfile.o
LIB_OBJS += log-tree.o
+LIB_OBJS += mailinfo.o
LIB_OBJS += mailmap.o
LIB_OBJS += match-trees.o
LIB_OBJS += merge.o