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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-19
Merge branch 'tc/bundle-uri-empty-fix'
Junio C Hamano
4
-5
/
+70
2026-07-19
Merge branch 'hf/unpack-trees-quadratic-scan'
Junio C Hamano
2
-1
/
+35
2026-07-19
Merge branch 'wy/doc-myfirstcontribution-trim-quotes'
Junio C Hamano
1
-0
/
+5
2026-07-19
Merge branch 'gr/t1410-reflog-exit-code'
Junio C Hamano
1
-17
/
+9
2026-07-19
Merge branch 'mm/test-grep-lint'
Junio C Hamano
385
-3328
/
+3810
2026-07-19
Merge branch 'sn/osxkeychain-rust-universal'
Junio C Hamano
3
-6
/
+56
2026-07-19
Merge branch 'bc/parse-options-exit-0-on-help'
Junio C Hamano
40
-74
/
+113
2026-07-19
Merge branch 'jc/submitting-patches-abandoning'
Junio C Hamano
1
-0
/
+14
2026-07-19
Merge branch 'kk/commit-reach-find-all-fix'
Junio C Hamano
2
-3
/
+48
2026-07-19
Merge branch 'jc/relnotes-2.55-rust-fix'
Junio C Hamano
1
-2
/
+2
2026-07-19
Merge branch 'ps/setup-split-discovery-and-setup'
Junio C Hamano
15
-245
/
+285
2026-07-19
Merge branch 'ps/reftable-hardening'
Junio C Hamano
15
-26
/
+441
2026-07-18
object-file: move logic to write loose objects
Patrick Steinhardt
3
-379
/
+357
2026-07-18
object-file: move `force_object_loose()`
Patrick Steinhardt
3
-48
/
+46
2026-07-18
object-file: force objects loose via generic interface
Patrick Steinhardt
1
-12
/
+7
2026-07-18
object-file: fix memory leak in `force_object_loose()`
Patrick Steinhardt
1
-8
/
+18
2026-07-18
odb: support setting mtime when writing objects
Patrick Steinhardt
11
-35
/
+67
2026-07-18
odb: lift object existence check out of the "loose" backend
Patrick Steinhardt
2
-6
/
+9
2026-07-18
odb: compute object hash in `odb_write_object_ext()`
Patrick Steinhardt
9
-43
/
+25
2026-07-18
t/u-odb-inmemory: implement wrapper for writing objects
Patrick Steinhardt
1
-25
/
+23
2026-07-18
odb: compute compat object ID in `odb_write_object_ext()`
Patrick Steinhardt
7
-32
/
+38
2026-07-18
Merge branch 'jt/receive-pack-use-odb-transactions' into HEAD
Junio C Hamano
15
-131
/
+246
2026-07-17
gitweb: shorten index hashes with trailing file modes
Travor Liu
2
-5
/
+26
2026-07-16
Sync with 'master'
Junio C Hamano
1
-0
/
+46
2026-07-16
Merge branch 'kk/no-walk-pathspec-fix' into next
Junio C Hamano
2
-1
/
+19
2026-07-16
The 4th batch for Git 2.56
Junio C Hamano
1
-0
/
+46
2026-07-16
Merge branch 'mm/sideband-ansi-sgr-colon-fix'
Junio C Hamano
1
-1
/
+5
2026-07-16
Merge branch 'jk/git-hash-cleanups'
Junio C Hamano
24
-88
/
+177
2026-07-16
Merge branch 'ih/precompose-flex-array'
Junio C Hamano
3
-8
/
+29
2026-07-16
Merge branch 'ps/t-fixes-for-git-test-long'
Junio C Hamano
9
-72
/
+91
2026-07-16
Merge branch 'js/ci-dockerized-pid-limit'
Junio C Hamano
1
-1
/
+3
2026-07-16
Merge branch 'js/coverity-fixes'
Junio C Hamano
11
-26
/
+41
2026-07-16
Merge branch 'jk/hash-algo-leak-fixes'
Junio C Hamano
13
-14
/
+100
2026-07-16
Merge branch 'js/wincred-fixes'
Junio C Hamano
1
-6
/
+6
2026-07-16
copy: drop dependency on `the_repository`
Patrick Steinhardt
10
-20
/
+24
2026-07-16
refspec: stop depending on `the_repository`
Patrick Steinhardt
10
-22
/
+37
2026-07-16
refspec: let callers pass in hash algorithm when parsing items
Patrick Steinhardt
5
-19
/
+27
2026-07-16
refspec: group related structures and functions
Patrick Steinhardt
1
-12
/
+14
2026-07-16
SYnc with 'master'
Junio C Hamano
6
-233
/
+350
2026-07-16
Merge branch 'sk/t7614-do-not-hide-git-exit-status' into next
Junio C Hamano
1
-3
/
+6
2026-07-16
Merge branch 'sk/t1100-modernize' into next
Junio C Hamano
1
-27
/
+25
2026-07-16
Merge branch 'ps/odb-for-each-object-filter' into next
Junio C Hamano
7
-142
/
+175
2026-07-16
Merge branch 'rs/strbuf-avoid-redundant-reset' into next
Junio C Hamano
1
-2
/
+0
2026-07-16
Merge branch 'cc/doc-fast-export-synopsis-fix' into next
Junio C Hamano
3
-3
/
+2
2026-07-16
Merge branch 'js/wincred-fixes' into next
Junio C Hamano
1
-6
/
+6
2026-07-16
wincred: prevent silent credential loss when storing OAuth tokens
Johannes Schindelin
1
-2
/
+2
2026-07-16
wincred: avoid memory corruption when erasing a credential
Johannes Schindelin
1
-4
/
+4
2026-07-16
revision: fix --no-walk path filtering regression
Kristofer Karlsson
2
-1
/
+19
2026-07-16
Merge branch 'kk/streaming-walk-pqueue' into kk/no-walk-pathspec-fix
Junio C Hamano
387
-9549
/
+12553
2026-07-16
Merge branch 'master' of https://github.com/j6t/git-gui
Junio C Hamano
3
-15
/
+29
[prev]
[next]