From: brian m. carlson Date: Tue, 15 Dec 2015 01:52:05 +0000 (+0000) Subject: format-patch: check that header line has expected format X-Git-Tag: v2.7.0-rc2~4^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/06dfc9ebaa154d5074b7afadc2f792a80fba7d0c?hp=06dfc9ebaa154d5074b7afadc2f792a80fba7d0c format-patch: check that header line has expected format The format of the "From " header line is very specific to allow utilities to detect Git-style patches. Add a test that the patches created are in the expected format. Signed-off-by: brian m. carlson Signed-off-by: Junio C Hamano ---