summaryrefslogtreecommitdiffstats
path: root/t/t3200-branch.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* advice: omit trailing whitespaceJunio C Hamano2024-03-301-2/+2
* t/t3*: avoid redundant uses of catBeat Bolli2024-03-161-1/+1
* Merge branch 'kh/branch-ref-syntax-advice'Junio C Hamano2024-03-161-58/+65
|\
| * branch: advise about ref syntax rulesKristoffer Haugsbakk2024-03-051-0/+10
| * t3200: improve test styleKristoffer Haugsbakk2024-03-051-58/+55
* | t: move tests exercising the "files" backendPatrick Steinhardt2024-02-151-29/+0
|/
* t: introduce DEFAULT_REPO_FORMAT prereqPatrick Steinhardt2024-01-021-1/+1
* Merge branch 'vd/for-each-ref-unsorted-optimization'Junio C Hamano2023-12-101-3/+65
|\
| * ref-filter.c: really don't sort when using --no-sortVictoria Dye2023-11-161-3/+65
* | Merge branch 'ps/ref-tests-update'Junio C Hamano2023-12-101-19/+22
|\ \
| * | t: mark several tests that assume the files backend with REFFILESPatrick Steinhardt2023-11-031-4/+4
| * | t: convert tests to not access reflog via the filesystemPatrick Steinhardt2023-11-031-12/+12
| * | t: convert tests to not access symrefs via the filesystemPatrick Steinhardt2023-11-031-3/+6
| * | Merge branch 'ps/show-ref' into ps/ref-tests-updateJunio C Hamano2023-11-031-15/+18
| |\ \
* | \ \ Merge branch 'jc/test-i18ngrep'Junio C Hamano2023-11-081-9/+9
|\ \ \ \
| * | | | tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano2023-11-021-9/+9
| | |_|/ | |/| |
* | | | Merge branch 'ps/show-ref'Junio C Hamano2023-11-081-15/+18
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | t: use git-show-ref(1) to check for ref existencePatrick Steinhardt2023-11-011-15/+18
* | | builtin/branch.c: adjust error messages to coding guidelinesIsoken June Ibizugbe2023-10-231-8/+8
|/ /
* / branch: error message deleting a branch in useRubén Justo2023-08-071-1/+13
|/
* tests: mark as passing with SANITIZE=leakRubén Justo2023-06-171-0/+1
* Merge branch 'rj/branch-unborn-in-other-worktrees'Junio C Hamano2023-05-151-0/+29
|\
| * branch: rename orphan branches in any worktreeRubén Justo2023-03-271-0/+14
| * branch: test for failures while renaming branchesRubén Justo2023-03-271-0/+15
* | tests: don't lose exit status with "(cd ...; test <op> $(git ...))"Ævar Arnfjörð Bjarmason2023-02-071-2/+6
|/
* branch: gracefully handle '-d' on orphan HEADJeff King2022-11-111-0/+36
* Merge branch 'rj/branch-do-not-exit-with-minus-one-status'Taylor Blau2022-10-311-1/+1
|\
| * branch: error code with --edit-descriptionRubén Justo2022-10-261-1/+1
* | branch: error copying or renaming a detached HEADRubén Justo2022-10-261-0/+11
|/
* Sync with v2.38.1Junio C Hamano2022-10-181-0/+1
|\
| * Sync with 2.36.3Taylor Blau2022-10-071-0/+1
| |\
| | * Sync with 2.35.5Taylor Blau2022-10-061-0/+1
| | |\
| | | * Sync with 2.34.5Taylor Blau2022-10-061-0/+1
| | | |\
| | | | * Sync with 2.32.4Taylor Blau2022-10-061-0/+1
| | | | |\
| | | | | * Sync with 2.30.6Taylor Blau2022-10-061-0/+1
| | | | | |\
| | | | | | * t/t3NNN: allow local submodulesTaylor Blau2022-10-011-0/+1
* | | | | | | Merge branch 'jc/branch-description-unset'Junio C Hamano2022-10-171-0/+3
|\ \ \ \ \ \ \
| * | | | | | | branch: do not fail a no-op --edit-descJunio C Hamano2022-09-301-0/+3
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | t: remove \{m,n\} from BRE grep usageĐoàn Trần Công Danh2022-09-211-2/+2
| |/ / / / / |/| | | | |
* | | | | | branch: new autosetupmerge option 'simple' for matching branchesTao Klerks2022-04-291-0/+35
| |/ / / / |/| | | |
* | | | | tracking branches: add advice to ambiguous refspec errorTao Klerks2022-04-011-2/+16
* | | | | Merge branch 'gc/branch-recurse-submodules'Junio C Hamano2022-02-181-0/+17
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | branch: make create_branch() always create a branchGlen Choo2022-02-011-0/+17
| * | | | Merge branch 'js/branch-track-inherit' into gc/branch-recurse-submodulesJunio C Hamano2022-01-311-3/+36
| |\ \ \ \
* | \ \ \ \ Merge branch 'js/branch-track-inherit'Junio C Hamano2022-01-101-3/+36
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | branch: add flags and config to inherit trackingJosh Steadmon2021-12-211-0/+33
| * | | | | branch: accept multiple upstream branches for trackingJosh Steadmon2021-12-211-3/+3
| | |_|/ / | |/| | |
* | | | | branch: protect branches checked out in all worktreesAnders Kaseorg2021-12-021-0/+7
* | | | | branch: lowercase error messagesAnders Kaseorg2021-12-021-2/+2
| |/ / / |/| | |
* | | | Merge branch 'jc/fix-ref-sorting-parse'Junio C Hamano2021-11-301-1/+11
|\ \ \ \