summaryrefslogtreecommitdiff
path: root/t/t4200-rerere.sh
AgeCommit message (Expand)Author
2018-09-24Merge branch 'en/rerere-multi-stage-1-fix'Junio C Hamano
2018-09-17Merge branch 'tg/rerere'Junio C Hamano
2018-09-11rerere: avoid buffer overrunElijah Newren
2018-09-11t4200: demonstrate rerere segfault on specially crafted mergeElijah Newren
2018-08-06rerere: recalculate conflict ID when unresolved conflict is committedThomas Gummerer
2018-08-06rerere: teach rerere to handle nested conflictsThomas Gummerer
2018-08-06rerere: fix crash with files rerere can't handleThomas Gummerer
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason
2018-05-14t: switch $_z40 to $ZERO_OIDbrian m. carlson
2018-04-25Merge branch 'ps/test-chmtime-get'Junio C Hamano
2018-04-09t/helper: 'test-chmtime (--get|-g)' to print only the mtimePaul-Sebastian Ungureanu
2018-03-27t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy
2017-08-22rerere: allow approxidate in gc.rerereResolved/gc.rerereUnresolvedJunio C Hamano
2017-08-22t4200: parameterize "rerere gc" custom expiry testJunio C Hamano
2017-08-22t4200: gather "rerere gc" togetherJunio C Hamano
2017-08-22t4200: make "rerere gc" test more robustJunio C Hamano
2017-08-22t4200: give us a clean slate after "rerere gc" testsJunio C Hamano
2016-04-06rerere: adjust 'forget' to multi-variant world orderJunio C Hamano
2016-04-06rerere: gc and clearJunio C Hamano
2016-03-15rerere: do use multiple variantsJunio C Hamano
2016-03-15t4200: rerere a merge with two identical conflictsJunio C Hamano
2016-03-15rerere: handle leftover rr-cache/$ID directory and postimage filesJunio C Hamano
2013-11-06Merge branch 'fc/trivial'Junio C Hamano
2013-10-31t: replace pulls with mergesFelipe Contreras
2013-10-29t: use perl instead of "$PERL_PATH" where applicableJeff King
2012-08-27Fix tests under GETTEXT_POISON on parseoptJiang Xin
2012-06-25tests: enclose $PERL_PATH in double quotesJunio C Hamano
2012-06-12t: Replace 'perl' by $PERL_PATHVincent van Ravesteijn
2010-09-03Merge branch 'jn/merge-renormalize'Junio C Hamano
2010-08-06rerere: migrate to parse-options APIJonathan Nieder
2010-08-06t4200 (rerere): modernize styleJonathan Nieder
2010-07-14rerere: fix overeager gcSZEDER Gábor
2010-03-20Use test_expect_success for test setupsBrian Gernhardt
2009-12-04Teach --[no-]rerere-autoupdate option to merge, revert and friendsJunio C Hamano
2009-05-06t4200: convert sed expression which operates on non-text file to perlBrandon Casey
2009-05-06t4200: remove two unnecessary linesBrandon Casey
2008-07-17Merge branch 'sb/dashless'Junio C Hamano
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-07-13Move MERGE_RR from .git/rr-cache/ into .git/Johannes Schindelin
2008-07-10builtin-rerere: more carefully find conflict markersOlivier Marin
2008-06-22rerere.autoupdateJunio C Hamano
2008-06-22t4200: fix rerere testJunio C Hamano
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano
2008-03-13more tr portability test script fixesJeff King
2007-12-18the use of 'tr' in the test suite isn't really portableH.Merijn Brand
2007-07-10rerere: record resolution even if file is not in merge baseJohannes Schindelin
2007-07-07Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-06-07War on whitespaceJunio C Hamano
2007-05-04posix compatibility for t4200Bryan Larsen