summaryrefslogtreecommitdiff
path: root/t/t2024-checkout-dwim.sh
Commit message (Expand)AuthorAgeFilesLines
* t2024: fix loose/strict local base branch DWIM testAndrei Rybak2023-04-101-2/+5
* t2*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-35/+35
* checkout: learn to respect checkout.guessDenton Liu2020-10-081-0/+11
* checkout: don't revert file on ambiguous tracking branchesAlexandr Miloslavskiy2020-01-071-2/+26
* checkout: disambiguate dwim tracking branches and local filesNguyễn Thái Ngọc Duy2018-11-141-0/+31
* Merge branch 'ab/checkout-default-remote'Junio C Hamano2018-08-201-2/+7
|\
| * t2024: mark test using "checkout -p" with PERL prerequisiteÆvar Arnfjörð Bjarmason2018-08-181-2/+7
* | tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason2018-07-301-2/+1
|/
* checkout & worktree: introduce checkout.defaultRemoteÆvar Arnfjörð Bjarmason2018-06-111-1/+17
* checkout: add advice for ambiguous "checkout <branch>"Ævar Arnfjörð Bjarmason2018-06-111-0/+14
* checkout tests: index should be clean after dwim checkoutÆvar Arnfjörð Bjarmason2018-06-111-0/+29
* checkout: fix ambiguity check in subdirnd/checkout-disambiguationNguyễn Thái Ngọc Duy2016-09-211-0/+12
* checkout: report upstream correctly even with loosely defined branch.*.mergejc/checkout-local-track-reportJunio C Hamano2014-10-141-0/+18
* Merge branch 'mm/checkout-auto-track-fix'Junio C Hamano2013-10-301-0/+21
|\
| * checkout: allow dwim for branch creation for "git checkout $branch --"Matthieu Moy2013-10-181-0/+21
* | t2024: Fix &&-chaining and a couple of typosJohan Herland2013-09-091-3/+3
|/
* branch.c: Validate tracking branches with refspecs instead of refs/remotes/*Johan Herland2013-04-211-1/+1
* checkout: Use remote refspecs when DWIMming tracking branchesJohan Herland2013-04-211-3/+3
* t2024: Show failure to use refspec when DWIMming remote branch namesJohan Herland2013-04-211-1/+69
* t2024: Add tests verifying current DWIM behavior of 'git checkout <branch>'Johan Herland2013-04-211-0/+99