aboutsummaryrefslogtreecommitdiffstats
path: root/t/t3203-branch-output.sh
AgeCommit message (Expand)AuthorFilesLines
2025-01-21ref-filter: move ahead-behind bases into used_atomRené Scharfe1-0/+28
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-05-27commit-reach: fix memory leak in `ahead_behind()`Patrick Steinhardt1-0/+2
2023-07-18branch: reject "--no-all" and "--no-remotes" earlyJunio C Hamano1-0/+16
2023-04-21Merge branch 'ow/ref-filter-omit-empty'Junio C Hamano1-0/+24
2023-04-13branch, for-each-ref, tag: add option to omit empty linesØystein Walle1-0/+24
2023-03-20for-each-ref: add ahead-behind format atomDerrick Stolee1-0/+14
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin1-3/+0
2021-07-26ref-filter: add %(rest) atomZheNing Hu1-0/+4
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-14/+14
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano1-0/+3
2021-01-07branch: show "HEAD detached" first under reverse sortÆvar Arnfjörð Bjarmason1-3/+3
2021-01-07branch: sort detached HEAD based on a flagÆvar Arnfjörð Bjarmason1-2/+2
2021-01-06branch tests: add to --sort testsÆvar Arnfjörð Bjarmason1-1/+50
2020-12-16t3203: complete the transition to using the branch name `main`Johannes Schindelin1-21/+22
2020-11-19tests: drop prereq `PREPARE_FOR_MAIN_BRANCH` where no longer neededJohannes Schindelin1-1/+1
2020-11-19t3[0-3]*: adjust the references to the default branch name "main"Johannes Schindelin1-20/+20
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-10-23tests: prepare aligned mentions of the default branch nameJohannes Schindelin1-2/+2
2019-07-09Merge branch 'nb/branch-show-other-worktrees-head'Junio C Hamano1-2/+42
2019-05-07branch: add worktree info on verbose outputNickolai Belakovski1-0/+19
2019-05-07branch: update output to include worktree infoNickolai Belakovski1-2/+22
2018-10-26branch: introduce --show-current display optionDaniels Umanovskis1-0/+44
2017-10-04t3203: drop "always" color testJeff King1-6/+0
2017-10-04test-terminal: set TERM=vt100Jeff King1-1/+1
2017-07-13ref-filter: consult want_color() before emitting colorsJeff King1-0/+31
2017-05-11tests: fix tests broken under GETTEXT_POISON=YesPleaseÆvar Arnfjörð Bjarmason1-1/+1
2017-01-31branch: implement '--format' optionKarthik Nayak1-0/+14
2017-01-31branch: use ref-filter printing APIsKarthik Nayak1-1/+1
2016-12-05tag, branch, for-each-ref: add --ignore-case for sorting and filteringNguyễn Thái Ngọc Duy1-0/+29
2016-04-04branch: fix shortening of non-remote symrefsJeff King1-0/+12
2016-01-26tag: do not show ambiguous tag names as "tags/foo"Jeff King1-0/+8
2015-11-03Merge branch 'kn/for-each-branch'Junio C Hamano1-1/+1
2015-10-30ref-filter: fallback on alphabetical comparisonKarthik Nayak1-1/+1
2015-10-15Merge branch 'mm/detach-at-HEAD-reflog'Junio C Hamano1-0/+13
2015-10-02status: don't say 'HEAD detached at HEAD'Matthieu Moy1-1/+1
2015-10-02t3203: test 'detached at' after checkout --detachMatthieu Moy1-0/+13
2015-09-25branch: add '--points-at' optionKarthik Nayak1-0/+9
2015-09-25branch.c: use 'ref-filter' APIsKarthik Nayak1-0/+11
2015-03-06branch: name detached HEAD analogous to statusMichael J Gruber1-1/+38
2013-03-16branch: show more information when HEAD is detachedNguyễn Thái Ngọc Duy1-3/+3
2011-09-08branch: -v does not automatically imply --listMichael J Gruber1-2/+6
2011-08-28branch: allow pattern argumentsMichael J Gruber1-0/+19
2011-08-28branch: introduce --list optionMichael J Gruber1-0/+5
2011-04-13i18n: use test_i18ncmp and test_i18ngrep in t3203, t3501 and t3507Junio C Hamano1-2/+2
2011-03-09i18n: git-branch "(no branch)" messageÆvar Arnfjörð Bjarmason1-1/+1
2010-11-09tests: add missing &&Jonathan Nieder1-3/+3
2009-02-18add basic branch display testsJeff King1-0/+81