aboutsummaryrefslogtreecommitdiffstats
path: root/t/t4013/diff.whatchanged_-p_master
AgeCommit message (Collapse)AuthorFilesLines
2025-09-10t4013: switch default branch name to mainPhillip Wood1-102/+0
Remove one of the last remaining uses of "TEST_GIT_DEFAULT_INITIAL_BRANCH= main" in the test suite. We have been steadily be converting tests from using "master" as the default branch name since the introduction of TEST_GIT_DEFAULT_INITIAL_BRANCH in 704fed9ea22 (tests: start moving to a different default main branch name, 2020-10-23) The changes here are purely mechanical replacing "master" with "main" Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
2006-07-13t4013 diff format tests updateJunio C Hamano1-2/+4
This changes one test commit in the sequence to have more than one lines of commit log. A few output formats (--pretty=email aka format-patch and --pretty=oneline) need to behave differently on single and multi-line log, and this change will help catching breakages. Signed-off-by: Junio C Hamano <junkio@cox.net>
2006-06-26t4013: add tests for diff/log family output options.Junio C Hamano1-0/+100
Signed-off-by: Junio C Hamano <junkio@cox.net>