commit | 06dfc9ebaa154d5074b7afadc2f792a80fba7d0c | [log] [tgz] |
---|---|---|
author | brian m. carlson <sandals@crustytoothpaste.net> | Tue Dec 15 01:52:05 2015 +0000 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Dec 15 10:03:56 2015 -0800 |
tree | 1d50aa5765cf013b5f957583714120c28171ff20 | |
parent | 3a30aa17879b08f96262abb9a22c7bbe8f56e4c9 [diff] |
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 <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>