summaryrefslogtreecommitdiff
path: root/t/t3200-branch.sh
AgeCommit message (Expand)AuthorFilesLines
2026-08-20Merge branch 'hn/branch-delete-merged'Junio C Hamano1-0/+421
2026-08-05Merge branch 'rs/branch-delete-bisect-warning'Junio C Hamano1-2/+2
2026-08-05branch: add --dry-run for --delete-mergedHarald Nordgren1-1/+40
2026-08-05branch: add branch.<name>.deleteMerged opt-outHarald Nordgren1-0/+36
2026-08-05branch: add --delete-merged <pattern>Harald Nordgren1-0/+219
2026-08-05branch: add --forked filter for --list modeHarald Nordgren1-0/+127
2026-07-30Merge branch 'jt/config-lock-timeout'Junio C Hamano1-2/+4
2026-07-25branch: report active bisect run when rejecting deleteRené Scharfe1-2/+2
2026-07-19Merge branch 'mm/test-grep-lint'Junio C Hamano1-6/+6
2026-07-19Merge branch 'bc/parse-options-exit-0-on-help'Junio C Hamano1-1/+1
2026-07-07parse-options: exit 0 on -hbrian m. carlson1-1/+1
2026-07-06t: convert grep assertions to test_grepMichael Montalbo1-6/+6
2026-06-27branch: suggest <remote>/<branch> on upstream slipHarald Nordgren1-0/+38
2026-05-18config: retry acquiring config.lock, configurable via core.configLockTimeoutJörg Thalheim1-2/+4
2026-03-11t3200: replace hardcoded null OID with $ZERO_OIDSiddharth Shrimali1-1/+2
2025-12-03branch: advice using git-help(1) instead of man(1)Kristoffer Haugsbakk1-3/+3
2025-02-05worktree: detect from secondary worktree if main worktree is bareOlga Pilipenco1-0/+14
2024-12-15Merge branch 'bf/explicit-config-set-in-advice-messages'Junio C Hamano1-1/+1
2024-12-06advice: suggest using subcommand "git config set"Bence Ferdinandy1-1/+1
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-03-29advice: omit trailing whitespaceJunio C Hamano1-2/+2
2024-03-16t/t3*: avoid redundant uses of catBeat Bolli1-1/+1
2024-03-15Merge branch 'kh/branch-ref-syntax-advice'Junio C Hamano1-58/+65
2024-03-05branch: advise about ref syntax rulesKristoffer Haugsbakk1-0/+10
2024-03-05t3200: improve test styleKristoffer Haugsbakk1-58/+55
2024-02-15t: move tests exercising the "files" backendPatrick Steinhardt1-29/+0
2024-01-02t: introduce DEFAULT_REPO_FORMAT prereqPatrick Steinhardt1-1/+1
2023-12-09Merge branch 'vd/for-each-ref-unsorted-optimization'Junio C Hamano1-3/+65
2023-12-09Merge branch 'ps/ref-tests-update'Junio C Hamano1-19/+22
2023-11-16ref-filter.c: really don't sort when using --no-sortVictoria Dye1-3/+65
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano1-9/+9
2023-11-08Merge branch 'ps/show-ref'Junio C Hamano1-15/+18
2023-11-03t: mark several tests that assume the files backend with REFFILESPatrick Steinhardt1-4/+4
2023-11-03t: convert tests to not access reflog via the filesystemPatrick Steinhardt1-12/+12
2023-11-03t: convert tests to not access symrefs via the filesystemPatrick Steinhardt1-3/+6
2023-11-03Merge branch 'ps/show-ref' into ps/ref-tests-updateJunio C Hamano1-15/+18
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-9/+9
2023-11-01t: use git-show-ref(1) to check for ref existencePatrick Steinhardt1-15/+18
2023-10-23builtin/branch.c: adjust error messages to coding guidelinesIsoken June Ibizugbe1-8/+8
2023-08-07branch: error message deleting a branch in useRubén Justo1-1/+13
2023-06-17tests: mark as passing with SANITIZE=leakRubén Justo1-0/+1
2023-05-15Merge branch 'rj/branch-unborn-in-other-worktrees'Junio C Hamano1-0/+29
2023-03-27branch: rename orphan branches in any worktreeRubén Justo1-0/+14
2023-03-27branch: test for failures while renaming branchesRubén Justo1-0/+15
2023-02-06tests: don't lose exit status with "(cd ...; test <op> $(git ...))"Ævar Arnfjörð Bjarmason1-2/+6
2022-11-10branch: gracefully handle '-d' on orphan HEADJeff King1-0/+36
2022-10-30Merge branch 'rj/branch-do-not-exit-with-minus-one-status'Taylor Blau1-1/+1
2022-10-26branch: error code with --edit-descriptionRubén Justo1-1/+1
2022-10-26branch: error copying or renaming a detached HEADRubén Justo1-0/+11
2022-10-17Sync with v2.38.1Junio C Hamano1-0/+1