index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2025-11-23
streaming: move logic to read loose objects streams into backend
Patrick Steinhardt
-178
/
+164
2025-11-23
streaming: make the `odb_read_stream` definition public
Patrick Steinhardt
-12
/
+14
2025-11-23
streaming: get rid of `the_repository`
Patrick Steinhardt
-13
/
+32
2025-11-23
streaming: rely on object sources to create object stream
Patrick Steinhardt
-41
/
+24
2025-11-23
packfile: introduce function to read object info from a store
Patrick Steinhardt
-43
/
+69
2025-11-23
streaming: move zlib stream into backends
Patrick Steinhardt
-52
/
+52
2025-11-23
streaming: create structure for filtered object streams
Patrick Steinhardt
-29
/
+25
2025-11-23
streaming: create structure for packed object streams
Patrick Steinhardt
-35
/
+40
2025-11-23
streaming: create structure for loose object streams
Patrick Steinhardt
-41
/
+44
2025-11-23
streaming: create structure for in-core object streams
Patrick Steinhardt
-19
/
+25
2025-11-23
streaming: allocate stream inside the backend-specific logic
Patrick Steinhardt
-38
/
+65
2025-11-23
streaming: explicitly pass packfile info when streaming a packed object
Patrick Steinhardt
-10
/
+10
2025-11-23
streaming: propagate final object type via the stream
Patrick Steinhardt
-15
/
+15
2025-11-23
streaming: drop the `open()` callback function
Patrick Steinhardt
-22
/
+15
2025-11-23
streaming: rename `git_istream` into `odb_read_stream`
Patrick Steinhardt
-43
/
+43
2025-11-21
The second batch
Junio C Hamano
-0
/
+19
2025-11-21
Merge branch 'jc/gitattributes-whitespace-no-indent-fix'
Junio C Hamano
-1
/
+1
2025-11-21
Merge branch 'kn/maintenance-is-needed'
Junio C Hamano
-43
/
+284
2025-11-21
Merge branch 'rs/diff-quiet-no-rename'
Junio C Hamano
-0
/
+12
2025-11-21
fetch: extract out reference committing logic
Karthik Nayak
-26
/
+33
2025-11-20
config: mark otherwise unused function as file-scope static
Junio C Hamano
-2
/
+1
2025-11-20
win32: pthread_cond_init should return a value
Greg Funni
-1
/
+1
2025-11-20
win32: return error if SleepConditionVariableCS fails
Greg Funni
-1
/
+9
2025-11-20
doc: warn against --committer-date-is-author-date
Kristoffer Haugsbakk
-0
/
+14
2025-11-19
odb: refactor `odb_clear()` to `odb_free()`
Patrick Steinhardt
-14
/
+13
2025-11-19
odb: adopt logic to close object databases
Patrick Steinhardt
-23
/
+30
2025-11-19
setup: convert `set_git_dir()` to have file scope
Patrick Steinhardt
-41
/
+40
2025-11-19
path: move `enter_repo()` into "setup.c"
Patrick Steinhardt
-118
/
+123
2025-11-19
Merge branch 'ps/object-source-loose' into ps/object-source-management
Junio C Hamano
-207
/
+287
2025-11-19
Merge branch 'ps/object-source-loose' into ps/object-read-stream
Junio C Hamano
-207
/
+287
2025-11-19
doc: convert git push to synopsis style
Jean-Noël Avila
-179
/
+201
2025-11-19
doc: convert git pull to synopsis style
Jean-Noël Avila
-39
/
+38
2025-11-19
doc: convert git fetch to synopsis style
Jean-Noël Avila
-189
/
+190
2025-11-19
Start 2.53 cycle
Junio C Hamano
-2
/
+14
2025-11-19
Merge branch 'ps/ref-peeled-tags-fixes'
Junio C Hamano
-11
/
+11
2025-11-19
Merge branch 'kn/refs-optim-cleanup'
Junio C Hamano
-72
/
+42
2025-11-19
Merge branch 'ps/ref-peeled-tags'
Junio C Hamano
-852
/
+825
2025-11-19
Merge branch 'ps/packed-git-in-object-store'
Junio C Hamano
-172
/
+223
2025-11-18
xdiff: rename rindex -> reference_index
Ezekiel Newren
-9
/
+9
2025-11-18
xdiff: change rindex from long to size_t in xdfile_t
Ezekiel Newren
-1
/
+1
2025-11-18
xdiff: make xdfile_t.nreff a size_t instead of long
Ezekiel Newren
-8
/
+8
2025-11-18
xdiff: make xdfile_t.nrec a size_t instead of long
Ezekiel Newren
-26
/
+26
2025-11-18
xdiff: split xrecord_t.ha into line_hash and minimal_perfect_hash
Ezekiel Newren
-20
/
+21
2025-11-18
xdiff: use unambiguous types in xdl_hash_record()
Ezekiel Newren
-21
/
+21
2025-11-18
xdiff: use size_t for xrecord_t.size
Ezekiel Newren
-20
/
+19
2025-11-18
xdiff: make xrecord_t.ptr a uint8_t instead of char
Ezekiel Newren
-21
/
+21
2025-11-18
xdiff: use ptrdiff_t for dstart/dend
Ezekiel Newren
-1
/
+1
2025-11-18
doc: define unambiguous type mappings across C and Rust
Ezekiel Newren
-0
/
+226
2025-11-18
repo: add --all to git-repo-info
Lucas Seiki Oshiro
-5
/
+51
2025-11-18
repo: factor out field printing to dedicated function
Lucas Seiki Oshiro
-16
/
+18
[prev]
[next]