summaryrefslogtreecommitdiff
path: root/t/t3200-branch.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-15Merge branch 'ew/decline-core-abbrev'Junio C Hamano
2020-12-23core.abbrev=no disables abbreviationsEric Wong
2020-12-17t3200: finish transitioning to the initial 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
2020-10-23t3200: prepare for `main` being shorter than `master`Johannes Schindelin
2020-10-05Merge branch 'js/default-branch-name-part-2'Junio C Hamano
2020-09-22Merge branch 'al/ref-filter-merged-and-no-merged'Junio C Hamano
2020-09-21t3200: avoid variations of the `master` branch nameJohannes Schindelin
2020-09-16ref-filter: allow merged and no-merged filtersAaron Lipman
2020-09-08t3200: clean side effect of git checkout --orphanAaron Lipman
2020-07-18Merge branch 'dl/branch-cleanup' into masterJunio C Hamano
2020-07-18t3200: don't grep for `strerror()` stringMartin Ågren
2020-07-07Merge branch 'bc/sha-256-part-2'Junio C Hamano
2020-06-17t3200: test for specific errorsDenton Liu
2020-06-17t3200: rename "expected" to "expect"Denton Liu
2020-05-27t3200: mark assertion with SHA1 prerequisitebrian m. carlson
2019-07-09Merge branch 'nb/branch-show-other-worktrees-head'Junio C Hamano
2019-05-19Merge branch 'dl/branch-from-3dot-merge-base'Junio C Hamano
2019-05-07branch: update output to include worktree infoNickolai Belakovski
2019-05-07branch: make create_branch accept a merge base revDenton Liu
2019-04-21worktree: update is_bare heuristicsJonathan Tan
2018-10-06t/*: fix ordering of expected/observed argumentsMatthew DeVore
2018-08-16branch: support configuring --sort via .gitconfigSamuel Maftoul
2018-06-22t: switch "branch -l" to "branch --create-reflog"Jeff King
2018-06-22t3200: unset core.logallrefupdates when testing reflog creationJeff King
2018-06-18Merge branch 'ks/branch-set-upstream'Junio C Hamano
2018-06-18t3200: clarify description of --set-upstream testKaartic Sivaraam
2018-06-01Merge branch 'cc/tests-without-assuming-ref-files-backend'Junio C Hamano
2018-05-23t: make many tests depend less on the refs being filesDavid Turner
2018-05-14t: switch $_z40 to $ZERO_OIDbrian m. carlson
2018-04-05t3200: verify "branch --list" sanity when rebasing from detached HEADEric Sunshine
2018-03-21Merge branch 'ks/t3200-typofix'Junio C Hamano
2018-03-15t/t3200: fix a typo in a test descriptionKaartic Sivaraam
2017-10-07refs_resolve_ref_unsafe: handle d/f conflicts for writesJeff King
2017-10-03Merge branch 'sd/branch-copy'Junio C Hamano
2017-09-23branch: fix "copy" to never touch HEADJunio C Hamano
2017-09-10Merge branch 'nd/worktree-kill-parse-ref'Junio C Hamano
2017-08-24branch: fix branch renaming not updating HEADs correctlyNguyễn Thái Ngọc Duy
2017-08-17builtin/branch: stop supporting the "--set-upstream" optionKaartic Sivaraam
2017-08-17t3200: cleanup cruft of a testKaartic Sivaraam
2017-07-09reflog-walk: stop using fake parentsJeff King
2017-07-05reflog-walk: skip over double-null oid due to HEAD renameJeff King
2017-06-19branch: add a --copy (-c) option to go with --move (-m)Sahil Dua
2017-06-19branch: add test for -m renaming multiple config sectionsÆvar Arnfjörð Bjarmason
2017-06-13t3200: add test for single parameter passed to -m optionSahil Dua