summaryrefslogtreecommitdiff
path: root/t/t3203-branch-output.sh
AgeCommit message (Expand)Author
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2021-01-07branch: show "HEAD detached" first under reverse sortÆvar Arnfjörð Bjarmason
2021-01-07branch: sort detached HEAD based on a flagÆvar Arnfjörð Bjarmason
2021-01-06branch tests: add to --sort testsÆvar Arnfjörð Bjarmason
2020-12-17t3203: complete the transition to using the branch name `main`Johannes Schindelin
2020-11-19tests: drop prereq `PREPARE_FOR_MAIN_BRANCH` where no longer neededJohannes Schindelin
2020-11-19t3[0-3]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-10-23tests: prepare aligned mentions of the default branch nameJohannes Schindelin
2019-07-09Merge branch 'nb/branch-show-other-worktrees-head'Junio C Hamano
2019-05-07branch: add worktree info on verbose outputNickolai Belakovski
2019-05-07branch: update output to include worktree infoNickolai Belakovski
2018-10-26branch: introduce --show-current display optionDaniels Umanovskis
2017-10-04t3203: drop "always" color testJeff King
2017-10-04test-terminal: set TERM=vt100Jeff King
2017-07-13ref-filter: consult want_color() before emitting colorsJeff King
2017-05-11tests: fix tests broken under GETTEXT_POISON=YesPleaseÆvar Arnfjörð Bjarmason
2017-01-31branch: implement '--format' optionKarthik Nayak
2017-01-31branch: use ref-filter printing APIsKarthik Nayak
2016-12-05tag, branch, for-each-ref: add --ignore-case for sorting and filteringNguyễn Thái Ngọc Duy
2016-04-05branch: fix shortening of non-remote symrefsJeff King
2016-01-26tag: do not show ambiguous tag names as "tags/foo"Jeff King
2015-11-03Merge branch 'kn/for-each-branch'Junio C Hamano
2015-10-30ref-filter: fallback on alphabetical comparisonKarthik Nayak
2015-10-15Merge branch 'mm/detach-at-HEAD-reflog'Junio C Hamano
2015-10-02status: don't say 'HEAD detached at HEAD'Matthieu Moy
2015-10-02t3203: test 'detached at' after checkout --detachMatthieu Moy
2015-09-25branch: add '--points-at' optionKarthik Nayak
2015-09-25branch.c: use 'ref-filter' APIsKarthik Nayak
2015-03-06branch: name detached HEAD analogous to statusMichael J Gruber
2013-03-17branch: show more information when HEAD is detachedNguyễn Thái Ngọc Duy
2011-09-08branch: -v does not automatically imply --listMichael J Gruber
2011-08-29branch: allow pattern argumentsMichael J Gruber
2011-08-29branch: introduce --list optionMichael J Gruber
2011-04-13i18n: use test_i18ncmp and test_i18ngrep in t3203, t3501 and t3507Junio C Hamano
2011-03-10i18n: git-branch "(no branch)" messageÆvar Arnfjörð Bjarmason
2010-11-09tests: add missing &&Jonathan Nieder
2009-02-19add basic branch display testsJeff King