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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-11
Merge branch 'sb/userdiff-lisp-family'
Junio C Hamano
8
-4
/
+25
2026-05-11
Merge branch 'ar/parallel-hooks'
Junio C Hamano
1
-7
/
+577
2026-05-11
Merge branch 'cc/promisor-auto-config-url'
Junio C Hamano
1
-23
/
+115
2026-05-11
Merge branch 'dl/cache-tree-fully-valid-fix'
Junio C Hamano
1
-0
/
+8
2026-05-11
rebase: ignore non-branch update-refs
Abhinav Gupta
1
-0
/
+18
2026-05-11
submodule-config: fix reading submodule.fetchJobs
Saagar Jha
1
-0
/
+8
2026-05-09
t5608: mark >4GB tests as EXPENSIVE
Johannes Schindelin
1
-3
/
+3
2026-05-09
test-tool synthesize: add precomputed SHA-256 pack for 4 GiB + 1
Johannes Schindelin
1
-0
/
+91
2026-05-09
test-tool synthesize: precompute pack for 4 GiB + 1
Johannes Schindelin
1
-1
/
+201
2026-05-09
test-tool synthesize: use the unsafe hash for speed
Johannes Schindelin
1
-1
/
+1
2026-05-09
t5608: add regression test for >4GB object clone
Johannes Schindelin
1
-0
/
+37
2026-05-09
test-tool: add a helper to synthesize large packfiles
Johannes Schindelin
4
-0
/
+253
2026-05-09
t5551: "GIT_TEST_LONG=Yes make test" is broken
Junio C Hamano
1
-0
/
+1
2026-05-08
maintenance(geometric): do release the `.idx` files before repacking
Johannes Schindelin
1
-1
/
+21
2026-05-06
t9904: add tests for the new url-parse builtin
Matheus Afonso Martins Moreira
2
-0
/
+320
2026-05-06
urlmatch: define url_parse function
Matheus Afonso Martins Moreira
1
-0
/
+45
2026-05-06
http: reject unsupported proxy URL schemes
Aliwoto
1
-0
/
+6
2026-05-05
Merge branch 'en/backfill-fixes-and-edges' into ds/path-walk-filters
Junio C Hamano
1
-6
/
+104
2026-05-05
refs: move object parsing to the generic layer
Karthik Nayak
1
-0
/
+14
2026-05-04
push: support pushing to a remote group
Usman Akinyemi
2
-0
/
+161
2026-04-29
checkout -m: autostash when switching branches
Harald Nordgren
3
-8
/
+82
2026-04-29
stash: add --label-ours, --label-theirs, --label-base for apply
Harald Nordgren
1
-0
/
+24
2026-04-29
t5564: use a short path for the SOCKS proxy socket
Johannes Schindelin
1
-2
/
+9
2026-04-29
t2000: consolidate second scenario into a single test block
Zakariyah Ali
1
-57
/
+8
2026-04-28
commit: sign commit after mutating buffer
brian m. carlson
1
-0
/
+10
2026-04-27
builtin/history: introduce "fixup" subcommand
Patrick Steinhardt
2
-0
/
+681
2026-04-27
safe.bareRepository: default to "explicit" with WITH_BREAKING_CHANGES
Johannes Schindelin
1
-2
/
+8
2026-04-27
status tests: filter `.gitconfig` from status output
Johannes Schindelin
5
-2
/
+34
2026-04-27
ls-files tests: filter `.gitconfig` from `--others` output
Johannes Schindelin
7
-2
/
+21
2026-04-27
t5601: restore `.gitconfig` after includeIf test
Johannes Schindelin
1
-1
/
+3
2026-04-27
t1305: use `--git-dir=.` for bare repo in include cycle test
Johannes Schindelin
1
-2
/
+2
2026-04-27
t1300: remove global config settings injected by test-lib.sh
Johannes Schindelin
1
-0
/
+7
2026-04-27
t7900: do not let `$HOME/.gitconfig` interfere with XDG tests
Johannes Schindelin
1
-2
/
+10
2026-04-27
test-lib: allow bare repository access when breaking changes are enabled
Johannes Schindelin
1
-0
/
+13
2026-04-25
grep: fix --column --only-match for 2nd and later matches
René Scharfe
1
-3
/
+3
2026-04-25
alias: restore support for simple dotted aliases
Jonatan Holmgren
1
-0
/
+12
2026-04-22
t6112: avoid tilde expansion
SZEDER Gábor
1
-3
/
+3
2026-04-22
merge-ort: handle cached rename & trivial resolution interaction better
Elijah Newren
1
-0
/
+60
2026-04-22
t: detect errors outside of test cases
Patrick Steinhardt
1
-0
/
+25
2026-04-22
t9902: fix use of `read` with `set -e`
Patrick Steinhardt
1
-4
/
+2
2026-04-22
t6002: fix use of `expr` with `set -e`
Patrick Steinhardt
1
-6
/
+9
2026-04-22
t1301: don't fail in case setfacl(1) doesn't exist or fails
Patrick Steinhardt
1
-1
/
+1
2026-04-22
t0008: silence error in subshell when using `grep -v`
Patrick Steinhardt
1
-2
/
+2
2026-04-22
t: prepare `test_when_finished ()`/`test_atexit()` for `set -e`
Patrick Steinhardt
1
-2
/
+2
2026-04-22
t: prepare execution of potentially failing commands for `set -e`
Patrick Steinhardt
11
-24
/
+24
2026-04-22
t: prepare conditional test execution for `set -e`
Patrick Steinhardt
2
-16
/
+20
2026-04-22
t: prepare `git config --unset` calls for `set -e`
Patrick Steinhardt
3
-5
/
+5
2026-04-22
t: prepare `stop_git_daemon ()` for `set -e`
Patrick Steinhardt
1
-3
/
+5
2026-04-22
t: prepare `test_must_fail ()` for `set -e`
Patrick Steinhardt
1
-2
/
+3
2026-04-22
t: prepare `test_match_signal ()` calls for `set -e`
Patrick Steinhardt
2
-3
/
+3
[prev]
[next]