summaryrefslogtreecommitdiff
path: root/t/t7201-co.sh
AgeCommit message (Expand)Author
2021-12-21branch: add flags and config to inherit trackingJosh Steadmon
2021-09-12tests: remove leftover untracked filesElijah Newren
2021-02-10Merge branch 'ab/detox-gettext-tests'Junio C Hamano
2021-01-21tests: remove uses of GIT_TEST_GETTEXT_POISON=falseÆvar Arnfjörð Bjarmason
2020-11-19t7[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-10-22t7201: put each command on a separate lineCharvi Mendiratta
2020-10-22t7201: use 'git -C' to avoid subshellCharvi Mendiratta
2020-10-22t7102,t7201: remove whitespace after redirect operatorCharvi Mendiratta
2020-10-20t7102,t7201: remove unnecessary blank spaces in test bodyCharvi Mendiratta
2020-10-20t7101,t7102,t7201: modernize test formattingCharvi Mendiratta
2020-07-30t7201: abstract away SHA-1-specific constantsbrian m. carlson
2019-06-21tests: make GIT_TEST_GETTEXT_POISON a booleanÆvar Arnfjörð Bjarmason
2019-03-24checkout: prevent losing staged changes with --mergeNguyễn Thái Ngọc Duy
2019-03-24read-tree: add --quietNguyễn Thái Ngọc Duy
2018-11-09i18n: make GETTEXT_POISON a runtime optionÆvar Arnfjörð Bjarmason
2018-10-06t/*: fix ordering of expected/observed argumentsMatthew DeVore
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor
2018-07-16t7000-t7999: fix broken &&-chainsEric Sunshine
2018-07-03t7201: drop pointless "exit 0" at end of subshellEric Sunshine
2018-05-23t: make many tests depend less on the refs being filesDavid Turner
2017-10-07tests: fix diff order arguments in test_cmpStefan Beller
2016-06-17i18n: advice: mark string about detached head for translationVasco Almeida
2015-03-20t7201: fix &&-chain breakageJeff King
2015-03-20t: fix &&-chaining issues around setup which might failJeff King
2014-08-25checkout -m: attempt merge when deletion of path was stagedJonathan Nieder
2013-04-21t7201.24: Add refspec to keep --track workingJohan Herland
2012-04-11tests: modernise style: more uses of test_line_countStefano Lattarini
2011-04-13i18n: use test_i18ngrep in t7201Junio C Hamano
2011-04-02Merge branch 'ab/i18n-st'Junio C Hamano
2011-03-10i18n: git-checkout "HEAD is now at" messageÆvar Arnfjörð Bjarmason
2011-02-17branch/checkout --track: Ensure that upstream branch is indeed a branchJohan Herland
2010-03-21checkout -m --conflict=diff3: add a label for ancestorJonathan Nieder
2010-03-21checkout --conflict=diff3: add a label for ancestorJonathan Nieder
2010-03-21tests: document format of conflicts from checkout -mJonathan Nieder
2010-01-30Reword "detached HEAD" notificationJunio C Hamano
2010-01-17Merge branch 'jc/maint-1.6.1-checkout-m-custom-merge'Junio C Hamano
2010-01-06checkout -m path: fix recreating conflictsJunio C Hamano
2009-05-17test: checkout shouldn't say that HEAD has moved if it didn'tNanako Shiraishi
2009-04-08Change double quotes to single quotes in messageJari Aalto
2008-10-22Merge branch 'jc/maint-co-track'Junio C Hamano
2008-10-19Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano
2008-10-19demonstrate breakage of detached checkout with symbolic link HEADJunio C Hamano
2008-10-17Fix "checkout --track -b newbranch" on detached HEADJunio C Hamano
2008-09-29Merge branch 'jc/better-conflict-resolution'Shawn O. Pearce
2008-09-22Merge branch 'db/maint-checkout-b'Junio C Hamano
2008-09-22Check early that a new branch is new and validDaniel Barkalow
2008-09-10Merge branch 'jc/maint-checkout-fix' into maintJunio C Hamano