aboutsummaryrefslogtreecommitdiffstats
path: root/t/t2018-checkout-branch.sh
AgeCommit message (Expand)AuthorFilesLines
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-2/+2
2022-11-21read-cache.c: clear and free "sparse_checkout_patterns"Ævar Arnfjörð Bjarmason1-0/+1
2022-06-06tests: don't assume a .git/info for .git/info/sparse-checkoutÆvar Arnfjörð Bjarmason1-1/+3
2022-01-24Merge branch 'ab/checkout-branch-info-leakfix'Junio C Hamano1-0/+13
2022-01-21checkout: avoid BUG() when hitting a broken repositoryJunio C Hamano1-0/+13
2021-12-01branch: lowercase error messagesAnders Kaseorg1-1/+1
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-1/+1
2020-05-24checkout: improve error messages for -b with extra argumentRené Scharfe1-1/+1
2020-05-24checkout: add tests for -b and --trackRené Scharfe1-0/+10
2020-03-27unpack-trees: failure to set SKIP_WORKTREE bits always just a warningElijah Newren1-0/+22
2020-01-27t2018: replace "sha" with "oid"Denton Liu1-9/+9
2020-01-27t2018: don't lose return code of git commandsDenton Liu1-3/+8
2020-01-27t2018: teach do_checkout() to accept `!` argDenton Liu1-8/+21
2020-01-27t2018: be more discerning when checking for expected exit codesDenton Liu1-6/+14
2020-01-07t2018: improve style of if-statementDenton Liu1-1/+2
2020-01-07t2018: add space between function name and ()Denton Liu1-5/+5
2019-12-27t2018: remove trailing space from test descriptionDenton Liu1-1/+1
2019-05-07branch: make create_branch accept a merge base revDenton Liu1-0/+13
2019-05-07t2018: cleanup in current testDenton Liu1-26/+17
2019-01-23checkout: fix regression in checkout -b on intitial checkoutBen Peart1-1/+1
2019-01-23checkout: add test demonstrating regression with checkout -b on initial commitBen Peart1-0/+9
2016-06-17tests: use test_i18n* functions to suppress false positivesVasco Almeida1-1/+1
2011-11-28Allow checkout -B <current-branch> to update the current branchJonathan Nieder1-4/+5
2011-08-22Show interpreted branch name in error messagesConrad Irwin1-0/+9
2011-08-22Prevent force-updating of the current branchConrad Irwin1-0/+8
2011-08-01Merge branch 'jc/maint-1.7.3-checkout-describe' into maintJunio C Hamano1-0/+11
2011-06-05checkout -b <name>: correctly detect existing branchJunio C Hamano1-0/+11
2010-08-09builtin/checkout: handle -B from detached HEAD correctlyTay Ray Chuan1-0/+6
2010-06-25builtin/checkout: learn -BTay Ray Chuan1-0/+45
2010-06-25add tests for checkout -bTay Ray Chuan1-0/+121