Age | Commit message (Expand) | Author | Files | Lines |
2021-02-10 | tests: remove most uses of test_i18ncmp | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2020-05-24 | checkout: improve error messages for -b with extra argument | René Scharfe | 1 | -1/+1 |
2020-05-24 | checkout: add tests for -b and --track | René Scharfe | 1 | -0/+10 |
2020-03-27 | unpack-trees: failure to set SKIP_WORKTREE bits always just a warning | Elijah Newren | 1 | -0/+22 |
2020-01-27 | t2018: replace "sha" with "oid" | Denton Liu | 1 | -9/+9 |
2020-01-27 | t2018: don't lose return code of git commands | Denton Liu | 1 | -3/+8 |
2020-01-27 | t2018: teach do_checkout() to accept `!` arg | Denton Liu | 1 | -8/+21 |
2020-01-27 | t2018: be more discerning when checking for expected exit codes | Denton Liu | 1 | -6/+14 |
2020-01-07 | t2018: improve style of if-statement | Denton Liu | 1 | -1/+2 |
2020-01-07 | t2018: add space between function name and () | Denton Liu | 1 | -5/+5 |
2019-12-27 | t2018: remove trailing space from test description | Denton Liu | 1 | -1/+1 |
2019-05-07 | branch: make create_branch accept a merge base rev | Denton Liu | 1 | -0/+13 |
2019-05-07 | t2018: cleanup in current test | Denton Liu | 1 | -26/+17 |
2019-01-23 | checkout: fix regression in checkout -b on intitial checkout | Ben Peart | 1 | -1/+1 |
2019-01-23 | checkout: add test demonstrating regression with checkout -b on initial commit | Ben Peart | 1 | -0/+9 |
2016-06-17 | tests: use test_i18n* functions to suppress false positives | Vasco Almeida | 1 | -1/+1 |
2011-11-28 | Allow checkout -B <current-branch> to update the current branch | Jonathan Nieder | 1 | -4/+5 |
2011-08-22 | Show interpreted branch name in error messages | Conrad Irwin | 1 | -0/+9 |
2011-08-22 | Prevent force-updating of the current branch | Conrad Irwin | 1 | -0/+8 |
2011-08-01 | Merge branch 'jc/maint-1.7.3-checkout-describe' into maint | Junio C Hamano | 1 | -0/+11 |
2011-06-05 | checkout -b <name>: correctly detect existing branch | Junio C Hamano | 1 | -0/+11 |
2010-08-09 | builtin/checkout: handle -B from detached HEAD correctly | Tay Ray Chuan | 1 | -0/+6 |
2010-06-25 | builtin/checkout: learn -B | Tay Ray Chuan | 1 | -0/+45 |
2010-06-25 | add tests for checkout -b | Tay Ray Chuan | 1 | -0/+121 |