aboutsummaryrefslogtreecommitdiffstats
path: root/t/t3501-revert-cherry-pick.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-15Merge branch 'jc/revert-show-parent-info'Junio C Hamano1-0/+37
2022-05-31revert: --reference should apply only to 'revert', not 'cherry-pick'Junio C Hamano1-0/+6
2022-05-26revert: optionally refer to commit in the "reference" formatJunio C Hamano1-0/+31
2022-04-06t3501: remove test -f and stop ignoring git <cmd> exit codeKhalid Masum1-5/+4
2021-12-13t0000-t3999: detect and signal failure within loopEric Sunshine1-1/+1
2021-08-23cherry-pick: use better advice messageZheNing Hu1-0/+16
2020-11-19t3[5-9]*: adjust the references to the default branch name "main"Johannes Schindelin1-3/+3
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-2/+2
2019-12-25Merge branch 'rs/test-cleanup'Junio C Hamano1-1/+1
2019-12-18t3501: don't create unused fileRené Scharfe1-1/+1
2019-11-21t: teach test_cmp_rev to accept ! for not-equalsDenton Liu1-1/+1
2018-05-08merge-recursive: avoid triggering add_cacheinfo error with dirty modElijah Newren1-1/+1
2018-05-08merge-recursive: improve add_cacheinfo error handlingElijah Newren1-4/+3
2018-05-08merge-recursive: fix overwriting dirty files involved in renamesElijah Newren1-1/+1
2018-04-11Revert "Merge branch 'en/rename-directory-detection'"Junio C Hamano1-1/+1
2018-04-11Merge branch 'nd/combined-test-helper'Junio C Hamano1-1/+1
2018-03-27t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy1-1/+1
2018-02-27merge-recursive: fix overwriting dirty files involved in renamesElijah Newren1-1/+1
2018-01-19Tighten and correct a few testcases for merging and cherry-pickingElijah Newren1-2/+5
2016-12-19Merge branch 'jc/renormalize-merge-kill-safer-crlf'Junio C Hamano1-0/+12
2016-11-28merge-recursive: handle NULL in add_cacheinfo() correctlyJohannes Schindelin1-1/+1
2016-11-28cherry-pick: demonstrate a segmentation faultJohannes Schindelin1-0/+12
2016-10-21sequencer: start error messages consistently with lower caseJohannes Schindelin1-1/+1
2013-10-23Merge branch 'hu/cherry-pick-previous-branch'Junio C Hamano1-0/+12
2013-10-10cherry-pick: handle "-" after parsing optionsJeff King1-0/+12
2013-09-20Merge branch 'hu/cherry-pick-previous-branch'Junio C Hamano1-0/+20
2013-09-09cherry-pick: allow "-" as abbreviation of '@{-1}'Hiroshige Umino1-0/+20
2013-09-05typofix: cherry is spelled with two arsJunio C Hamano1-1/+1
2012-12-23learn to pick/revert into unborn branchMartin von Zweigbergk1-0/+9
2012-08-27Fix tests under GETTEXT_POISON on parseoptJiang Xin1-2/+2
2011-04-13i18n: use test_i18ncmp and test_i18ngrep in t3203, t3501 and t3507Junio C Hamano1-2/+2
2011-03-09i18n: git-revert "Your local changes" messageÆvar Arnfjörð Bjarmason1-1/+1
2010-11-10cherry-pick/revert: transparently refresh indexJonathan Nieder1-0/+10
2010-06-30Merge branch 'cc/cherry-pick-stdin'Junio C Hamano1-0/+18
2010-06-29revert: do not rebuild argv on heapJonathan Nieder1-0/+18
2010-06-13commit: use value of GIT_REFLOG_ACTION env variable as reflog messageChristian Couder1-2/+4
2010-01-12Be more user-friendly when refusing to do something because of conflict.Matthieu Moy1-1/+1
2009-01-15t3501: check that commits are actually doneStephan Beyer1-0/+2
2008-03-02revert: actually check for a dirty indexJeff King1-0/+9
2007-11-02Remove unecessary hard-coding of EDITOR=':' VISUAL=':' in some test suites.Kristian Høgsberg1-2/+2
2007-01-14Use merge-recursive in git-revert/git-cherry-pickJunio C Hamano1-0/+62