index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t3200-branch.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-20
Merge branch 'hn/branch-delete-merged'
Junio C Hamano
1
-0
/
+421
2026-08-05
Merge branch 'rs/branch-delete-bisect-warning'
Junio C Hamano
1
-2
/
+2
2026-08-05
branch: add --dry-run for --delete-merged
Harald Nordgren
1
-1
/
+40
2026-08-05
branch: add branch.<name>.deleteMerged opt-out
Harald Nordgren
1
-0
/
+36
2026-08-05
branch: add --delete-merged <pattern>
Harald Nordgren
1
-0
/
+219
2026-08-05
branch: add --forked filter for --list mode
Harald Nordgren
1
-0
/
+127
2026-07-30
Merge branch 'jt/config-lock-timeout'
Junio C Hamano
1
-2
/
+4
2026-07-25
branch: report active bisect run when rejecting delete
René Scharfe
1
-2
/
+2
2026-07-19
Merge branch 'mm/test-grep-lint'
Junio C Hamano
1
-6
/
+6
2026-07-19
Merge branch 'bc/parse-options-exit-0-on-help'
Junio C Hamano
1
-1
/
+1
2026-07-07
parse-options: exit 0 on -h
brian m. carlson
1
-1
/
+1
2026-07-06
t: convert grep assertions to test_grep
Michael Montalbo
1
-6
/
+6
2026-06-27
branch: suggest <remote>/<branch> on upstream slip
Harald Nordgren
1
-0
/
+38
2026-05-18
config: retry acquiring config.lock, configurable via core.configLockTimeout
Jörg Thalheim
1
-2
/
+4
2026-03-11
t3200: replace hardcoded null OID with $ZERO_OID
Siddharth Shrimali
1
-1
/
+2
2025-12-03
branch: advice using git-help(1) instead of man(1)
Kristoffer Haugsbakk
1
-3
/
+3
2025-02-05
worktree: detect from secondary worktree if main worktree is bare
Olga Pilipenco
1
-0
/
+14
2024-12-15
Merge branch 'bf/explicit-config-set-in-advice-messages'
Junio C Hamano
1
-1
/
+1
2024-12-06
advice: suggest using subcommand "git config set"
Bence Ferdinandy
1
-1
/
+1
2024-11-21
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
1
-1
/
+0
2024-03-29
advice: omit trailing whitespace
Junio C Hamano
1
-2
/
+2
2024-03-16
t/t3*: avoid redundant uses of cat
Beat Bolli
1
-1
/
+1
2024-03-15
Merge branch 'kh/branch-ref-syntax-advice'
Junio C Hamano
1
-58
/
+65
2024-03-05
branch: advise about ref syntax rules
Kristoffer Haugsbakk
1
-0
/
+10
2024-03-05
t3200: improve test style
Kristoffer Haugsbakk
1
-58
/
+55
2024-02-15
t: move tests exercising the "files" backend
Patrick Steinhardt
1
-29
/
+0
2024-01-02
t: introduce DEFAULT_REPO_FORMAT prereq
Patrick Steinhardt
1
-1
/
+1
2023-12-09
Merge branch 'vd/for-each-ref-unsorted-optimization'
Junio C Hamano
1
-3
/
+65
2023-12-09
Merge branch 'ps/ref-tests-update'
Junio C Hamano
1
-19
/
+22
2023-11-16
ref-filter.c: really don't sort when using --no-sort
Victoria Dye
1
-3
/
+65
2023-11-08
Merge branch 'jc/test-i18ngrep'
Junio C Hamano
1
-9
/
+9
2023-11-08
Merge branch 'ps/show-ref'
Junio C Hamano
1
-15
/
+18
2023-11-03
t: mark several tests that assume the files backend with REFFILES
Patrick Steinhardt
1
-4
/
+4
2023-11-03
t: convert tests to not access reflog via the filesystem
Patrick Steinhardt
1
-12
/
+12
2023-11-03
t: convert tests to not access symrefs via the filesystem
Patrick Steinhardt
1
-3
/
+6
2023-11-03
Merge branch 'ps/show-ref' into ps/ref-tests-update
Junio C Hamano
1
-15
/
+18
2023-11-02
tests: teach callers of test_i18ngrep to use test_grep
Junio C Hamano
1
-9
/
+9
2023-11-01
t: use git-show-ref(1) to check for ref existence
Patrick Steinhardt
1
-15
/
+18
2023-10-23
builtin/branch.c: adjust error messages to coding guidelines
Isoken June Ibizugbe
1
-8
/
+8
2023-08-07
branch: error message deleting a branch in use
Rubén Justo
1
-1
/
+13
2023-06-17
tests: mark as passing with SANITIZE=leak
Rubén Justo
1
-0
/
+1
2023-05-15
Merge branch 'rj/branch-unborn-in-other-worktrees'
Junio C Hamano
1
-0
/
+29
2023-03-27
branch: rename orphan branches in any worktree
Rubén Justo
1
-0
/
+14
2023-03-27
branch: test for failures while renaming branches
Rubén Justo
1
-0
/
+15
2023-02-06
tests: don't lose exit status with "(cd ...; test <op> $(git ...))"
Ævar Arnfjörð Bjarmason
1
-2
/
+6
2022-11-10
branch: gracefully handle '-d' on orphan HEAD
Jeff King
1
-0
/
+36
2022-10-30
Merge branch 'rj/branch-do-not-exit-with-minus-one-status'
Taylor Blau
1
-1
/
+1
2022-10-26
branch: error code with --edit-description
Rubén Justo
1
-1
/
+1
2022-10-26
branch: error copying or renaming a detached HEAD
Rubén Justo
1
-0
/
+11
2022-10-17
Sync with v2.38.1
Junio C Hamano
1
-0
/
+1
[next]