summaryrefslogtreecommitdiff
path: root/t/t2024-checkout-dwim.sh
AgeCommit message (Expand)Author
2018-11-14checkout: disambiguate dwim tracking branches and local filesNguyễn Thái Ngọc Duy
2018-08-20Merge branch 'ab/checkout-default-remote'Junio C Hamano
2018-08-18t2024: mark test using "checkout -p" with PERL prerequisiteÆvar Arnfjörð Bjarmason
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason
2018-06-11checkout & worktree: introduce checkout.defaultRemoteÆvar Arnfjörð Bjarmason
2018-06-11checkout: add advice for ambiguous "checkout <branch>"Ævar Arnfjörð Bjarmason
2018-06-11checkout tests: index should be clean after dwim checkoutÆvar Arnfjörð Bjarmason
2016-09-21checkout: fix ambiguity check in subdirNguyễn Thái Ngọc Duy
2014-10-14checkout: report upstream correctly even with loosely defined branch.*.mergeJunio C Hamano
2013-10-30Merge branch 'mm/checkout-auto-track-fix'Junio C Hamano
2013-10-18checkout: allow dwim for branch creation for "git checkout $branch --"Matthieu Moy
2013-09-09t2024: Fix &&-chaining and a couple of typosJohan Herland
2013-04-21branch.c: Validate tracking branches with refspecs instead of refs/remotes/*Johan Herland
2013-04-21checkout: Use remote refspecs when DWIMming tracking branchesJohan Herland
2013-04-21t2024: Show failure to use refspec when DWIMming remote branch namesJohan Herland
2013-04-21t2024: Add tests verifying current DWIM behavior of 'git checkout <branch>'Johan Herland