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
2025-11-23
streaming: rely on object sources to create object stream
Patrick Steinhardt
1
-41
/
+24
2025-11-23
packfile: introduce function to read object info from a store
Patrick Steinhardt
3
-43
/
+69
2025-11-23
streaming: move zlib stream into backends
Patrick Steinhardt
1
-52
/
+52
2025-11-23
streaming: create structure for filtered object streams
Patrick Steinhardt
1
-29
/
+25
2025-11-23
streaming: create structure for packed object streams
Patrick Steinhardt
1
-35
/
+40
2025-11-23
streaming: create structure for loose object streams
Patrick Steinhardt
1
-41
/
+44
2025-11-23
streaming: create structure for in-core object streams
Patrick Steinhardt
1
-19
/
+25
2025-11-23
streaming: allocate stream inside the backend-specific logic
Patrick Steinhardt
1
-36
/
+63
2025-11-23
streaming: explicitly pass packfile info when streaming a packed object
Patrick Steinhardt
1
-10
/
+10
2025-11-23
streaming: propagate final object type via the stream
Patrick Steinhardt
1
-15
/
+15
2025-11-23
streaming: drop the `open()` callback function
Patrick Steinhardt
1
-22
/
+15
2025-11-23
streaming: rename `git_istream` into `odb_read_stream`
Patrick Steinhardt
7
-43
/
+43
2025-11-21
The second batch
Junio C Hamano
1
-0
/
+19
2025-11-21
Merge branch 'jc/gitattributes-whitespace-no-indent-fix'
Junio C Hamano
1
-1
/
+1
2025-11-21
Merge branch 'kn/maintenance-is-needed'
Junio C Hamano
14
-43
/
+284
2025-11-21
Merge branch 'rs/diff-quiet-no-rename'
Junio C Hamano
2
-0
/
+12
2025-11-21
fetch: extract out reference committing logic
Karthik Nayak
1
-26
/
+33
2025-11-20
config: mark otherwise unused function as file-scope static
Junio C Hamano
2
-2
/
+1
2025-11-20
win32: pthread_cond_init should return a value
Greg Funni
1
-1
/
+1
2025-11-20
win32: return error if SleepConditionVariableCS fails
Greg Funni
2
-1
/
+9
2025-11-20
doc: warn against --committer-date-is-author-date
Kristoffer Haugsbakk
2
-0
/
+14
2025-11-19
odb: refactor `odb_clear()` to `odb_free()`
Patrick Steinhardt
3
-14
/
+13
2025-11-19
odb: adopt logic to close object databases
Patrick Steinhardt
10
-23
/
+30
2025-11-19
setup: convert `set_git_dir()` to have file scope
Patrick Steinhardt
2
-41
/
+40
2025-11-19
path: move `enter_repo()` into "setup.c"
Patrick Steinhardt
8
-118
/
+123
2025-11-19
Merge branch 'ps/object-source-loose' into ps/object-source-management
Junio C Hamano
12
-207
/
+287
2025-11-19
Merge branch 'ps/object-source-loose' into ps/object-read-stream
Junio C Hamano
12
-207
/
+287
2025-11-19
doc: convert git push to synopsis style
Jean-Noël Avila
2
-172
/
+194
2025-11-19
doc: convert git pull to synopsis style
Jean-Noël Avila
4
-39
/
+38
2025-11-19
doc: convert git fetch to synopsis style
Jean-Noël Avila
6
-188
/
+189
2025-11-19
Start 2.53 cycle
Junio C Hamano
3
-2
/
+14
2025-11-19
Merge branch 'ps/ref-peeled-tags-fixes'
Junio C Hamano
5
-11
/
+11
2025-11-19
Merge branch 'kn/refs-optim-cleanup'
Junio C Hamano
11
-72
/
+42
2025-11-19
Merge branch 'ps/ref-peeled-tags'
Junio C Hamano
67
-852
/
+825
2025-11-19
Merge branch 'ps/packed-git-in-object-store'
Junio C Hamano
9
-172
/
+223
2025-11-18
xdiff: rename rindex -> reference_index
Ezekiel Newren
3
-9
/
+9
2025-11-18
xdiff: change rindex from long to size_t in xdfile_t
Ezekiel Newren
1
-1
/
+1
2025-11-18
xdiff: make xdfile_t.nreff a size_t instead of long
Ezekiel Newren
2
-8
/
+8
2025-11-18
xdiff: make xdfile_t.nrec a size_t instead of long
Ezekiel Newren
6
-26
/
+26
2025-11-18
xdiff: split xrecord_t.ha into line_hash and minimal_perfect_hash
Ezekiel Newren
5
-20
/
+21
2025-11-18
xdiff: use unambiguous types in xdl_hash_record()
Ezekiel Newren
4
-21
/
+21
2025-11-18
xdiff: use size_t for xrecord_t.size
Ezekiel Newren
5
-20
/
+19
2025-11-18
xdiff: make xrecord_t.ptr a uint8_t instead of char
Ezekiel Newren
7
-21
/
+21
2025-11-18
xdiff: use ptrdiff_t for dstart/dend
Ezekiel Newren
1
-1
/
+1
2025-11-18
doc: define unambiguous type mappings across C and Rust
Ezekiel Newren
3
-0
/
+226
2025-11-18
repo: add --all to git-repo-info
Lucas Seiki Oshiro
3
-5
/
+51
2025-11-18
repo: factor out field printing to dedicated function
Lucas Seiki Oshiro
1
-16
/
+18
2025-11-18
worktree list: quote paths
Phillip Wood
2
-3
/
+22
2025-11-18
worktree list: fix column spacing
Phillip Wood
2
-24
/
+33
2025-11-18
test-mktemp: plug memory and descriptor leaks
Jeff King
1
-1
/
+7
[prev]
[next]