summaryrefslogtreecommitdiff
path: root/t/t2018-checkout-branch.sh
Commit message (Expand)AuthorAgeFilesLines
* read-cache.c: clear and free "sparse_checkout_patterns"Ævar Arnfjörð Bjarmason2022-11-211-0/+1
* tests: don't assume a .git/info for .git/info/sparse-checkoutÆvar Arnfjörð Bjarmason2022-06-061-1/+3
* Merge branch 'ab/checkout-branch-info-leakfix'Junio C Hamano2022-01-241-0/+13
|\
| * checkout: avoid BUG() when hitting a broken repositoryJunio C Hamano2022-01-211-0/+13
* | branch: lowercase error messagesAnders Kaseorg2021-12-011-1/+1
|/
* tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-101-1/+1
* checkout: improve error messages for -b with extra argumentRené Scharfe2020-05-241-1/+1
* checkout: add tests for -b and --trackRené Scharfe2020-05-241-0/+10
* unpack-trees: failure to set SKIP_WORKTREE bits always just a warningElijah Newren2020-03-271-0/+22
* t2018: replace "sha" with "oid"Denton Liu2020-01-271-9/+9
* t2018: don't lose return code of git commandsDenton Liu2020-01-271-3/+8
* t2018: teach do_checkout() to accept `!` argDenton Liu2020-01-271-8/+21
* t2018: be more discerning when checking for expected exit codesDenton Liu2020-01-271-6/+14
* t2018: improve style of if-statementDenton Liu2020-01-071-1/+2
* t2018: add space between function name and ()Denton Liu2020-01-071-5/+5
* t2018: remove trailing space from test descriptionDenton Liu2019-12-271-1/+1
* branch: make create_branch accept a merge base revDenton Liu2019-05-071-0/+13
* t2018: cleanup in current testDenton Liu2019-05-071-26/+17
* checkout: fix regression in checkout -b on intitial checkoutBen Peart2019-01-231-1/+1
* checkout: add test demonstrating regression with checkout -b on initial commitBen Peart2019-01-231-0/+9
* tests: use test_i18n* functions to suppress false positivesVasco Almeida2016-06-171-1/+1
* Allow checkout -B <current-branch> to update the current branchjn/branch-move-to-selfJonathan Nieder2011-11-281-4/+5
* Show interpreted branch name in error messagesConrad Irwin2011-08-221-0/+9
* Prevent force-updating of the current branchConrad Irwin2011-08-221-0/+8
* Merge branch 'jc/maint-1.7.3-checkout-describe' into maintJunio C Hamano2011-08-011-0/+11
|\
| * checkout -b <name>: correctly detect existing branchJunio C Hamano2011-06-051-0/+11
* | builtin/checkout: handle -B from detached HEAD correctlyTay Ray Chuan2010-08-091-0/+6
|/
* builtin/checkout: learn -BTay Ray Chuan2010-06-251-0/+45
* add tests for checkout -bTay Ray Chuan2010-06-251-0/+121