Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-05-23t7600-merge: modernize test formatJohn Cai
2022-12-05t7600: don't ignore "rev-parse" exit code in helperÆvar Arnfjörð Bjarmason
2022-08-24merge: only apply autostash when appropriateElijah Newren
2021-12-13t6000-t9999: detect and signal failure within loopEric Sunshine
2021-09-13tests: remove leftover untracked filesElijah Newren
2021-07-24merge: apply autostash if merge strategy failsPhilippe Blain
2021-07-24merge: apply autostash if fast-forward failsPhilippe Blain
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2020-11-20t7[5-9]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-20tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-08-07t: don't spuriously close and reopen quotesMartin Ågren
2020-07-30Revert "fmt-merge-msg: stop treating `master` specially"Junio C Hamano
2020-06-24fmt-merge-msg: stop treating `master` speciallyJohannes Schindelin
2020-04-10merge: teach --autostash optionDenton Liu
2020-03-25t7600: use test_write_lines()Denton Liu
2019-06-17Merge branch 'vv/merge-squash-with-explicit-commit'Junio C Hamano
2019-06-13Merge branch 'jk/help-unknown-ref-fix'Junio C Hamano
2019-06-13Merge branch 'nd/merge-quit'Junio C Hamano
2019-05-28merge: refuse --commit with --squashVishal Verma
2019-05-19merge: add --quitNguyễn Thái Ngọc Duy
2019-05-15help_unknown_ref(): check for refname ambiguityJeff King
2019-05-15help_unknown_ref(): duplicate collected refnamesJeff King
2019-04-18merge: add scissors line on merge conflictDenton Liu
2019-04-18t7600: clean up styleDenton Liu
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-02-16merge: allow fast-forward when merging a tracked tagJunio C Hamano
2017-10-07tests: fix diff order arguments in test_cmpStefan Beller
2017-08-23merge: save merge state earlierMichael J Gruber
2016-12-14merge: ensure '--abort' option takes no argumentsChris Packham
2016-12-14merge: add '--continue' option as a synonym for 'git commit'Chris Packham
2016-04-06Merge branch 'jv/merge-nothing-into-void'Junio C Hamano
2016-04-06Merge branch 'ss/commit-squash-msg'Junio C Hamano
2016-03-23merge: fix NULL pointer dereference when merging nothing into voidJunio C Hamano
2016-03-22commit: do not lose SQUASH_MSG contentsSven Strickroth
2015-10-30Merge branch 'jk/merge-file-exit-code'Junio C Hamano
2015-10-29merge-file: clamp exit code to maximum 127Jeff King
2015-03-20t: fix trivial &&-chain breakageJeff King
2014-05-15git-show: fix 'git show -s' to not add extra terminator after merge commitMax Kirillov
2013-07-23t7600: fix typo in test titleJunio C Hamano
2013-07-03merge: handle --ff/--no-ff/--ff-only as a tri-state optionMiklos Vajna
2013-06-27Merge branch 'vl/typofix'Junio C Hamano
2013-06-19random typofixes (committed missing a 't', successful missing an 's')Veres Lajos
2013-03-25t7600: use test_config to set/unset git config variablesYann Droneaud
2012-08-27Fix tests under GETTEXT_POISON on parseoptJiang Xin
2012-02-10merge: do not launch an editor on "--no-edit $tag"Junio C Hamano
2012-02-06merge: do not create a signed tag merge under --ff-only optionJunio C Hamano
2011-11-08merge: record tag objects without peeling in MERGE_HEADJunio C Hamano
2011-11-08merge: notice local merging of tags and keep it unwrappedJunio C Hamano
2011-10-13Teach merge the '[-e|--edit]' optionJay Soffian