X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=commit.c;h=fe1fa3dc41fe787883752671e5954b75616fe9ac;hb=b5b71cbd5dd2a811bd2ddd0b88da1c337c02bb3c;hp=f53429c0ac34d933a06f6051cd6b5e519408e4be;hpb=839129c6d879c1ac51e6310909579a0352e87801;p=thirdparty%2Fgit.git diff --git a/commit.c b/commit.c index f53429c0ac..fe1fa3dc41 100644 --- a/commit.c +++ b/commit.c @@ -1586,7 +1586,7 @@ const char *find_commit_header(const char *msg, const char *key, size_t *out_len /* * Inspect the given string and determine the true "end" of the log message, in - * order to find where to put a new Signed-off-by: line. Ignored are + * order to find where to put a new Signed-off-by trailer. Ignored are * trailing comment lines and blank lines. To support "git commit -s * --amend" on an existing commit, we also ignore "Conflicts:". To * support "git commit -v", we truncate at cut lines.