summaryrefslogtreecommitdiff
path: root/t/t7600-merge.sh
AgeCommit message (Expand)AuthorFilesLines
2026-08-11Merge branch 'sk/test-commit-body-helper'Junio C Hamano1-9/+5
2026-08-07Merge branch 'tc/merge-default-to-upstream-leakfix'Junio C Hamano1-0/+17
2026-07-28merge: fix leak with merge.defaultToUpstreamToon Claes1-0/+17
2026-07-27t: use commit_body to extract commit message bodiesShlok Kulshreshtha1-9/+5
2026-07-19Merge branch 'mm/test-grep-lint'Junio C Hamano1-5/+5
2026-07-07parse-options: exit 0 on -hbrian m. carlson1-1/+1
2026-07-06t: convert grep assertions to test_grepMichael Montalbo1-5/+5
2026-04-29checkout -m: autostash when switching branchesHarald Nordgren1-1/+2
2025-06-13merge/pull: extend merge.stat configuration variable to cover --compact-summaryJunio C Hamano1-0/+46
2025-06-13merge/pull: add the "--compact-summary" optionJunio C Hamano1-1/+27
2025-01-17builtins: send usage_with_options() help text to standard outputJunio C Hamano1-1/+1
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano1-0/+1
2024-06-18merge: avoid write merge state when unable to write indexKyle Zhao1-0/+10
2024-06-11rerere: fix various trivial leaksPatrick Steinhardt1-0/+1
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-15/+15
2023-05-23t7600-merge: modernize test formatJohn Cai1-20/+20
2022-12-05t7600: don't ignore "rev-parse" exit code in helperÆvar Arnfjörð Bjarmason1-1/+1
2022-08-24merge: only apply autostash when appropriateElijah Newren1-0/+9
2021-12-13t6000-t9999: detect and signal failure within loopEric Sunshine1-1/+1
2021-09-12tests: remove leftover untracked filesElijah Newren1-0/+1
2021-07-23merge: apply autostash if merge strategy failsPhilippe Blain1-0/+8
2021-07-23merge: apply autostash if fast-forward failsPhilippe Blain1-0/+11
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-2/+2
2020-11-19t7[5-9]*: adjust the references to the default branch name "main"Johannes Schindelin1-23/+23
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-08-06t: don't spuriously close and reopen quotesMartin Ågren1-3/+3
2020-07-30Revert "fmt-merge-msg: stop treating `master` specially"Junio C Hamano1-7/+7
2020-06-23fmt-merge-msg: stop treating `master` speciallyJohannes Schindelin1-7/+7
2020-04-10merge: teach --autostash optionDenton Liu1-0/+132
2020-03-24t7600: use test_write_lines()Denton Liu1-11/+11
2019-06-17Merge branch 'vv/merge-squash-with-explicit-commit'Junio C Hamano1-0/+6
2019-06-13Merge branch 'jk/help-unknown-ref-fix'Junio C Hamano1-0/+20
2019-06-13Merge branch 'nd/merge-quit'Junio C Hamano1-0/+26
2019-05-28merge: refuse --commit with --squashVishal Verma1-0/+6
2019-05-19merge: add --quitNguyễn Thái Ngọc Duy1-0/+26
2019-05-15help_unknown_ref(): check for refname ambiguityJeff King1-0/+6
2019-05-15help_unknown_ref(): duplicate collected refnamesJeff King1-0/+14
2019-04-18merge: add scissors line on merge conflictDenton Liu1-0/+46
2019-04-18t7600: clean up styleDenton Liu1-14/+13
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor1-6/+3
2018-02-16merge: allow fast-forward when merging a tracked tagJunio C Hamano1-1/+37
2017-10-07tests: fix diff order arguments in test_cmpStefan Beller1-3/+3
2017-08-23merge: save merge state earlierMichael J Gruber1-0/+15
2016-12-14merge: ensure '--abort' option takes no argumentsChris Packham1-0/+2
2016-12-14merge: add '--continue' option as a synonym for 'git commit'Chris Packham1-0/+9
2016-04-06Merge branch 'jv/merge-nothing-into-void'Junio C Hamano1-0/+10
2016-04-06Merge branch 'ss/commit-squash-msg'Junio C Hamano1-0/+28
2016-03-23merge: fix NULL pointer dereference when merging nothing into voidJunio C Hamano1-0/+10
2016-03-21commit: do not lose SQUASH_MSG contentsSven Strickroth1-0/+28