Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove a left-over file from t/t5100 | Johannes Sixt | 2009-10-21 |
| | | | | | | | | This mbox file must have been added by accident in e9fe804 (git-mailinfo: Fix getting the subject from the in-body [PATCH] line, 2008-07-14). Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com> | ||
* | git-mailinfo: Fix getting the subject from the in-body [PATCH] line | Lukas Sandström | 2008-07-13 |
"Subject: " isn't in the static array "header", and thus memcmp("Subject:", header[i], 7) will never match. Even if it did so, hdr_data[] may not have been allocated if there weren't a "Subject: " in-body when we process "[PATCH]" in the affected codepath. Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se> Signed-off-by: Junio C Hamano <gitster@pobox.com> |