]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit.c
Merge branch 'la/trailer-cleanups'
[thirdparty/git.git] / commit.c
index 37956b836cd8e8d006b849ad3168175b85efd17c..b7dc1854add558e6d916fe15e79d3840269982ba 100644 (file)
--- a/commit.c
+++ b/commit.c
@@ -1783,7 +1783,7 @@ const char *find_commit_header(const char *msg, const char *key, size_t *out_len
  * Returns the number of bytes from the tail to ignore, to be fed as
  * the second parameter to append_signoff().
  */
-size_t ignore_non_trailer(const char *buf, size_t len)
+size_t ignored_log_message_bytes(const char *buf, size_t len)
 {
        size_t boc = 0;
        size_t bol = 0;