Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-18branch: reject "--no-all" and "--no-remotes" earlyJunio C Hamano
2023-04-22Merge branch 'ow/ref-filter-omit-empty'Junio C Hamano
2023-04-13branch, for-each-ref, tag: add option to omit empty linesØystein Walle
2023-03-20for-each-ref: add ahead-behind format atomDerrick Stolee
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin
2021-07-26ref-filter: add %(rest) atomZheNing Hu
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2021-01-26Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2021-01-08branch: show "HEAD detached" first under reverse sortÆvar Arnfjörð Bjarmason
2021-01-08branch: sort detached HEAD based on a flagÆvar Arnfjörð Bjarmason
2021-01-07branch 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-20tests: drop prereq `PREPARE_FOR_MAIN_BRANCH` where no longer neededJohannes Schindelin
2020-11-20t3[0-3]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-20tests: 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-10Merge 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-06tag, 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-27tag: do not show ambiguous tag names as "tags/foo"Jeff King
2015-11-04Merge branch 'kn/for-each-branch'Junio C Hamano
2015-10-30ref-filter: fallback on alphabetical comparisonKarthik Nayak
2015-10-16Merge 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-09branch: -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-14i18n: 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