summaryrefslogtreecommitdiff
path: root/t/t4013/diff.format-patch_--stdout_initial..side
AgeCommit message (Collapse)AuthorFilesLines
2007-01-17Add --summary to git-format-patch by defaultLibravatar Junio C Hamano1-0/+1
This adds --summary output in addition to the --stat to the output from git-format-patch by default. I think additions, removals and filemode changes are rare but notable events and always showing it makes sense. Signed-off-by: Junio C Hamano <junkio@cox.net>
2006-07-13Adjust t4013 tests to corrected format-patch.Libravatar Junio C Hamano1-0/+1
Signed-off-by: Junio C Hamano <junkio@cox.net>
2006-06-29t4013: add format-patch tests.Libravatar Junio C Hamano1-0/+45
Signed-off-by: Junio C Hamano <junkio@cox.net>