summaryrefslogtreecommitdiff
path: root/commit.h
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2014-11-09 09:23:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-11-10 17:59:19 (GMT)
commit8c3845892363abf3fb5cf2fe61bc455554f50c68 (patch)
tree332ca210e57e116d5fb86daab3ca824de3968fc7 /commit.h
parent216d29ef257e48f95bc14765d5da17e7854a3109 (diff)
downloadgit-8c3845892363abf3fb5cf2fe61bc455554f50c68.zip
git-8c3845892363abf3fb5cf2fe61bc455554f50c68.tar.gz
git-8c3845892363abf3fb5cf2fe61bc455554f50c68.tar.bz2
commit: make ignore_non_trailer() non static
Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.h')
-rw-r--r--commit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/commit.h b/commit.h
index a401ddf..f87b392 100644
--- a/commit.h
+++ b/commit.h
@@ -326,6 +326,9 @@ extern struct commit_extra_header *read_commit_extra_headers(struct commit *, co
extern void free_commit_extra_headers(struct commit_extra_header *extra);
+/* Find the end of the log message, the right place for a new trailer. */
+extern int ignore_non_trailer(struct strbuf *sb);
+
typedef void (*each_mergetag_fn)(struct commit *commit, struct commit_extra_header *extra,
void *cb_data);