summaryrefslogtreecommitdiff
path: root/t/t7201-co.sh
Commit message (Expand)AuthorAgeFilesLines
* branch: add flags and config to inherit trackingJosh Steadmon2021-12-201-0/+17
* tests: remove leftover untracked filesElijah Newren2021-09-121-0/+1
* Merge branch 'ab/detox-gettext-tests'Junio C Hamano2021-02-101-1/+1
|\
| * tests: remove uses of GIT_TEST_GETTEXT_POISON=falseÆvar Arnfjörð Bjarmason2021-01-211-1/+1
* | t7[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-56/+56
* | tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
|/
* t7201: put each command on a separate lineCharvi Mendiratta2020-10-221-8/+18
* t7201: use 'git -C' to avoid subshellCharvi Mendiratta2020-10-221-8/+2
* t7102,t7201: remove whitespace after redirect operatorCharvi Mendiratta2020-10-221-5/+5
* t7102,t7201: remove unnecessary blank spaces in test bodyCharvi Mendiratta2020-10-201-25/+0
* t7101,t7102,t7201: modernize test formattingCharvi Mendiratta2020-10-201-16/+15
* t7201: abstract away SHA-1-specific constantsbrian m. carlson2020-07-301-2/+4
* tests: make GIT_TEST_GETTEXT_POISON a booleanÆvar Arnfjörð Bjarmason2019-06-211-1/+1
* checkout: prevent losing staged changes with --mergeNguyễn Thái Ngọc Duy2019-03-241-9/+1
* read-tree: add --quietNguyễn Thái Ngọc Duy2019-03-241-0/+3
* i18n: make GETTEXT_POISON a runtime optionÆvar Arnfjörð Bjarmason2018-11-091-3/+3
* t/*: fix ordering of expected/observed argumentsMatthew DeVore2018-10-071-2/+2
* Merge branch 'sg/test-must-be-empty'Junio C Hamano2018-08-271-4/+3
|\
| * tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor2018-08-211-2/+1
| * tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor2018-08-211-2/+2
* | t7000-t7999: fix broken &&-chainsEric Sunshine2018-07-161-20/+20
* | t7201: drop pointless "exit 0" at end of subshellEric Sunshine2018-07-031-1/+0
|/
* t: make many tests depend less on the refs being filesDavid Turner2018-05-231-1/+1
* tests: fix diff order arguments in test_cmpsb/test-cmp-expect-actualStefan Beller2017-10-071-2/+2
* i18n: advice: mark string about detached head for translationVasco Almeida2016-06-171-1/+1
* t7201: fix &&-chain breakageJeff King2015-03-201-13/+6
* t: fix &&-chaining issues around setup which might failJeff King2015-03-201-1/+1
* checkout -m: attempt merge when deletion of path was stagedjn/unpack-trees-checkout-m-carry-deletionJonathan Nieder2014-08-251-0/+17
* t7201.24: Add refspec to keep --track workingJohan Herland2013-04-211-0/+1
* tests: modernise style: more uses of test_line_countStefano Lattarini2012-04-111-2/+2
* i18n: use test_i18ngrep in t7201Junio C Hamano2011-04-131-7/+7
* Merge branch 'ab/i18n-st'Junio C Hamano2011-04-011-5/+5
|\
| * i18n: git-checkout "HEAD is now at" messageÆvar Arnfjörð Bjarmason2011-03-091-5/+5
* | branch/checkout --track: Ensure that upstream branch is indeed a branchJohan Herland2011-02-161-7/+9
|/
* checkout -m --conflict=diff3: add a label for ancestorJonathan Nieder2010-03-201-1/+1
* checkout --conflict=diff3: add a label for ancestorJonathan Nieder2010-03-201-2/+2
* tests: document format of conflicts from checkout -mJonathan Nieder2010-03-201-4/+61
* Reword "detached HEAD" notificationJunio C Hamano2010-01-291-10/+22
* Merge branch 'jc/maint-1.6.1-checkout-m-custom-merge'Junio C Hamano2010-01-171-0/+57
|\
| * checkout -m path: fix recreating conflictsJunio C Hamano2010-01-061-0/+57
* | test: checkout shouldn't say that HEAD has moved if it didn'tNanako Shiraishi2009-05-161-0/+8
* | Change double quotes to single quotes in messageJari Aalto2009-04-071-1/+1
|/
* Merge branch 'jc/maint-co-track'Junio C Hamano2008-10-211-6/+20
|\
| * Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano2008-10-191-1/+1
| * demonstrate breakage of detached checkout with symbolic link HEADJunio C Hamano2008-10-191-0/+12
| * Fix "checkout --track -b newbranch" on detached HEADJunio C Hamano2008-10-171-6/+8
* | Merge branch 'jc/better-conflict-resolution'Shawn O. Pearce2008-09-291-2/+121
|\ \
| * | checkout --conflict=<style>: recreate merge in a non-default styleJunio C Hamano2008-08-311-46/+54
| * | checkout -m: recreate merge when checking out of unmerged indexJunio C Hamano2008-08-301-0/+63
| * | checkout --ours/--theirs: allow checking out one side of a conflicting mergeJunio C Hamano2008-08-301-0/+25