aboutsummaryrefslogtreecommitdiffstats
path: root/t/t7502-commit.sh
AgeCommit message (Expand)AuthorFilesLines
2018-10-23t7502: rename commit test script to comply with naming conventionStephen P. Smith1-615/+0
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason1-2/+1
2017-10-04t7502: use diff.noprefix for --verbose testJeff King1-2/+2
2016-04-06Merge branch 'pb/t7502-drop-dup'Junio C Hamano1-5/+0
2016-03-11t/t7502 : drop duplicate testPranit Bauva1-5/+0
2015-08-03Merge branch 'sg/commit-cleanup-scissors' into maintJunio C Hamano1-1/+23
2015-06-24Merge branch 'sg/commit-cleanup-scissors'Junio C Hamano1-1/+23
2015-06-09commit: cope with scissors lines in commit messageSZEDER Gábor1-1/+23
2015-04-28t7502-commit.sh: fix a broken and-chainRamsay Jones1-1/+1
2014-06-06Merge branch 'nd/status-auto-comment-char'Junio C Hamano1-0/+26
2014-05-19commit: allow core.commentChar=auto for character auto selectionNguyễn Thái Ngọc Duy1-0/+26
2014-05-02commit: print "Date" line when the user has set dateJeff King1-0/+7
2014-02-25commit: add --cleanup=scissorsNguyễn Thái Ngọc Duy1-0/+16
2013-06-05Merge branch 'rs/commit-m-no-edit'Junio C Hamano1-0/+17
2013-05-28commit: don't start editor if empty message is given with -mRené Scharfe1-0/+17
2013-04-01Merge branch 'bc/append-signed-off-by'Junio C Hamano1-0/+12
2013-03-28Merge branch 'yd/use-test-config-unconfig'Junio C Hamano1-31/+9
2013-03-25t7502: remove clear_configYann Droneaud1-26/+6
2013-03-25t7502: use test_config to set/unset git config variablesYann Droneaud1-5/+3
2013-03-21Merge branch 'rt/commit-cleanup-config'Junio C Hamano1-8/+16
2013-02-23git-commit: populate the edit buffer with 2 blank lines before s-o-bBrandon Casey1-0/+12
2013-02-23t7502: perform commits using alternate editor in a subshellBrandon Casey1-8/+16
2013-02-19git-commit: only append a newline to -m mesg if necessaryBrandon Casey1-1/+1
2013-02-19t7502: demonstrate breakage with a commit message with trailing newlinesBrandon Casey1-3/+11
2013-02-19t/t7502: compare entire commit message with what was expectedBrandon Casey1-2/+2
2013-02-04Merge branch 'jc/custom-comment-char'Junio C Hamano1-0/+7
2013-01-16Allow custom "comment char"Junio C Hamano1-0/+7
2013-01-10commit: make default of "cleanup" option configurableRalf Thielow1-7/+77
2012-11-15t7502: factor out autoident prerequisiteJeff King1-11/+1
2012-07-26t7502: test early quit from commit with bad identJeff King1-0/+17
2012-07-26t7502: handle systems where auto-identity is brokenJeff King1-3/+10
2012-07-26t7502: drop confusing test_might_fail callJeff King1-1/+1
2012-07-26t7502: narrow checks for author/committer name in templateJeff King1-17/+8
2012-07-26t7502: properly quote GIT_EDITORJeff King1-1/+1
2012-07-26t7502: clean up fake_editor testsJeff King1-13/+7
2012-04-11tests: modernise style: more uses of test_line_countStefano Lattarini1-1/+1
2011-04-13i18n: use test_i18ngrep and test_i18ncmp in t7502Junio C Hamano1-41/+31
2011-03-09i18n: git-status "Changes to be committed" messageÆvar Arnfjörð Bjarmason1-10/+10
2011-03-09i18n: git-commit "enter the commit message" messageÆvar Arnfjörð Bjarmason1-9/+17
2011-03-09i18n: git-commit print_summary messagesÆvar Arnfjörð Bjarmason1-2/+8
2011-03-09i18n: git-commit formatting messagesÆvar Arnfjörð Bjarmason1-2/+2
2010-11-09tests: add missing &&, batch 2Jonathan Nieder1-1/+1
2010-10-06Introduce sane_unset and use it to ensure proper && chainingElijah Newren1-2/+2
2010-06-21Merge branch 'tc/commit-abbrev-fix'Junio C Hamano1-0/+68
2010-06-13commit::print_summary(): don't use format_commit_message()Tay Ray Chuan1-2/+2
2010-05-28t7502-commit: add summary output tests for empty and merge commitsTay Ray Chuan1-2/+27
2010-05-28t7502-commit: add tests for summary outputTay Ray Chuan1-0/+43
2010-05-25t7502-commit: fix spellingTay Ray Chuan1-1/+1
2010-01-13t7502: test commit.status, --status and --no-statusJunio C Hamano1-0/+109
2009-11-06builtin-commit.c: fix logic to omit empty line before existing footersJunio C Hamano1-0/+9
2009-03-25t7502-commit: Skip SIGTERM test on WindowsJohannes Sixt1-1/+1
2008-10-26wt-status: load diff ui configJeff King1-0/+8
2008-07-31Compact commit template messageJeff King1-6/+5
2008-07-30Advertise the ability to abort a commitAnders Melchiorsen1-3/+4
2008-07-23t7502-commit.sh: rearrange test to make more portableBrandon Casey1-3/+5
2008-06-19t7502-commit.sh: test_must_fail doesn't work with inline environment variablesBrandon Casey1-1/+5
2008-06-04t7502: honor SHELL_PATHJunio C Hamano1-3/+3
2008-06-03t7502: tighten loosely written test sequenceJunio C Hamano1-17/+18
2008-06-03t7502: do not globally unset GIT_COMMITTER_* environment variablesJunio C Hamano1-3/+6
2008-06-02commit: drop duplicated parentsJunio C Hamano1-0/+14
2008-05-31rollback lock files on more signals than just SIGINTPaolo Bonzini1-0/+14
2008-05-16Replace in-place sed in t7502-commitMarcel Koeppen1-1/+3
2008-05-06commit: Show committer if automaticSanti Béjar1-0/+15
2008-05-06commit: Show author if different from committerSanti Béjar1-0/+12
2008-03-13add test_cmp function for test scriptsJeff King1-7/+7
2008-02-06git-commit: Refactor creation of log message.Paolo Bonzini1-0/+29
2007-12-22Allow selection of different cleanup modes for commit messagesAlex Riesen1-0/+65
2007-11-22Add a few more tests for git-commitJunio C Hamano1-0/+92