summaryrefslogtreecommitdiff
path: root/t/t2018-checkout-branch.sh
AgeCommit message (Expand)Author
2020-01-27t2018: replace "sha" with "oid"Denton Liu
2020-01-27t2018: don't lose return code of git commandsDenton Liu
2020-01-27t2018: teach do_checkout() to accept `!` argDenton Liu
2020-01-27t2018: be more discerning when checking for expected exit codesDenton Liu
2020-01-07t2018: improve style of if-statementDenton Liu
2020-01-07t2018: add space between function name and ()Denton Liu
2019-12-27t2018: remove trailing space from test descriptionDenton Liu
2019-05-07branch: make create_branch accept a merge base revDenton Liu
2019-05-07t2018: cleanup in current testDenton Liu
2019-01-23checkout: fix regression in checkout -b on intitial checkoutBen Peart
2019-01-23checkout: add test demonstrating regression with checkout -b on initial commitBen Peart
2016-06-17tests: use test_i18n* functions to suppress false positivesVasco Almeida
2011-11-28Allow checkout -B <current-branch> to update the current branchJonathan Nieder
2011-08-22Show interpreted branch name in error messagesConrad Irwin
2011-08-22Prevent force-updating of the current branchConrad Irwin
2011-08-01Merge branch 'jc/maint-1.7.3-checkout-describe' into maintJunio C Hamano
2011-06-06checkout -b <name>: correctly detect existing branchJunio C Hamano
2010-08-09builtin/checkout: handle -B from detached HEAD correctlyTay Ray Chuan
2010-06-25builtin/checkout: learn -BTay Ray Chuan
2010-06-25add tests for checkout -bTay Ray Chuan