author | Junio C Hamano <gitster@pobox.com> | |
Thu, 17 Jul 2008 05:42:04 +0000 (22:42 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 17 Jul 2008 05:42:04 +0000 (22:42 -0700) | ||
commit | 1e102bf7c83281944ffd9202a7d35c514e4a5644 | |
tree | d7bcd889fc3e43e3a4637c5647a9887ed1b46b8f | tree | snapshot |
parent | 3bf0dd1f4e75ee1591169b687ce04dff00ae2e3e | commit | diff |
mailinfo: off-by-one fix for [PATCH (foobar)] removal from Subject: line
A patch title "[PATCH] 1" was sanitized by the original code by stripping
the "[PATCH]" from the front, but after the conversion to use strbuf this
behaviour was broken due to a counting error.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
A patch title "[PATCH] 1" was sanitized by the original code by stripping
the "[PATCH]" from the front, but after the conversion to use strbuf this
behaviour was broken due to a counting error.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-mailinfo.c | diff | blob | history |