summaryrefslogtreecommitdiff
path: root/t/t7513-interpret-trailers.sh
Commit message (Collapse)AuthorAgeFilesLines
* trailer: add test with an old style conflict blockcc/interpret-trailers-moreChristian Couder2014-11-101-1/+31
| | | | | Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* trailer: reuse ignore_non_trailer() to ignore conflict linesChristian Couder2014-11-101-0/+2
| | | | | | | | Make sure we look for trailers before any conflict line by reusing the ignore_non_trailer() function. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* trailer: add tests for commands in config fileChristian Couder2014-10-131-0/+125
| | | | | | | And add a few other tests for some special cases. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* trailer: add tests for "git interpret-trailers"Christian Couder2014-10-131-0/+738
Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>