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-05-15
odb/source-inmemory: implement `freshen_object()` callback
Patrick Steinhardt
1
-0
/
+10
2026-05-15
odb/source-inmemory: implement `count_objects()` callback
Patrick Steinhardt
1
-0
/
+20
2026-05-15
odb/source-inmemory: implement `find_abbrev_len()` callback
Patrick Steinhardt
1
-0
/
+39
2026-05-15
odb/source-inmemory: implement `for_each_object()` callback
Patrick Steinhardt
1
-16
/
+72
2026-05-15
odb/source-inmemory: convert to use oidtree
Patrick Steinhardt
2
-31
/
+54
2026-05-15
oidtree: add ability to store data
Patrick Steinhardt
5
-12
/
+68
2026-05-15
cbtree: allow using arbitrary wrapper structures for nodes
Patrick Steinhardt
3
-34
/
+41
2026-05-15
odb/source-inmemory: implement `write_object_stream()` callback
Patrick Steinhardt
1
-0
/
+40
2026-05-15
odb/source-inmemory: implement `write_object()` callback
Patrick Steinhardt
2
-14
/
+27
2026-05-15
odb/source-inmemory: implement `read_object_stream()` callback
Patrick Steinhardt
1
-0
/
+52
2026-05-15
odb/source-inmemory: implement `read_object_info()` callback
Patrick Steinhardt
2
-38
/
+54
2026-05-15
odb: fix unnecessary call to `find_cached_object()`
Patrick Steinhardt
1
-2
/
+1
2026-05-15
odb/source-inmemory: implement `free()` callback
Patrick Steinhardt
3
-22
/
+24
2026-05-15
odb: introduce "in-memory" source
Patrick Steinhardt
7
-10
/
+67
2026-05-15
Merge branch 'jt/odb-transaction-write' into ps/odb-in-memory
Junio C Hamano
14
-213
/
+304
2026-05-15
odb/transaction: make `write_object_stream()` pluggable
Justin Tobler
3
-10
/
+38
2026-05-15
object-file: generalize packfile writes to use odb_write_stream
Justin Tobler
1
-25
/
+29
2026-05-15
object-file: avoid fd seekback by checking object size upfront
Justin Tobler
1
-61
/
+25
2026-05-15
object-file: remove flags from transaction packfile writes
Justin Tobler
3
-50
/
+136
2026-05-15
odb: update `struct odb_write_stream` read() callback
Justin Tobler
5
-20
/
+44
2026-05-15
odb/transaction: use pluggable `begin_transaction()`
Justin Tobler
1
-2
/
+2
2026-05-15
odb: split `struct odb_transaction` into separate header
Justin Tobler
12
-56
/
+74
2026-05-15
revision: use priority queue in limit_list()
Kristofer Karlsson
1
-17
/
+21
2026-05-15
grep: prefetch necessary blobs
Elijah Newren
2
-0
/
+201
2026-05-15
builtin/log: prefetch necessary blobs for `git cherry`
Elijah Newren
2
-0
/
+158
2026-05-15
patch-ids.h: add missing trailing parenthesis in documentation comment
Elijah Newren
1
-1
/
+1
2026-05-15
promisor-remote: document caller filtering contract
Elijah Newren
1
-0
/
+11
2026-05-14
rev-parse: use selected alternate terms to look up refs
Jonas Rebmann
2
-2
/
+38
2026-05-14
bisect: print bisect terms in single quotes
Jonas Rebmann
3
-77
/
+77
2026-05-14
bisect: use selected alternate terms in status output
Jonas Rebmann
2
-12
/
+27
2026-05-14
hex: add and use strbuf_add_oid_hex()
René Scharfe
14
-17
/
+37
2026-05-13
run-command: honor "gc.auto" for auto-maintenance
Patrick Steinhardt
2
-3
/
+32
2026-05-13
builtin/maintenance: fix locking with "--detach"
Patrick Steinhardt
5
-1
/
+111
2026-05-13
Merge branch 'ps/clang-w-glibc-2.43-and-_Generic'
Junio C Hamano
2
-0
/
+13
2026-05-13
ignore: note info/exclude lives in GIT_COMMON_DIR, not GIT_DIR
D. Ben Knoble
6
-13
/
+13
2026-05-13
parse-options: clarify what "negated" means for PARSE_OPT_NONEG
Michael Montalbo
1
-0
/
+1
2026-05-13
xdiff: guard against negative context lengths
Michael Montalbo
1
-4
/
+12
2026-05-13
diff: reject negative values for -U/--unified
Michael Montalbo
3
-5
/
+14
2026-05-13
diff: reject negative values for --inter-hunk-context
Michael Montalbo
3
-8
/
+13
2026-05-13
http: handle absolute-path alternates from server root
Jeff King
2
-1
/
+21
2026-05-13
pretty: drop strbuf pre-sizing from add_rfc2047()
Jeff King
1
-1
/
+0
2026-05-13
ls-tree: use strbuf_add_uint()
René Scharfe
1
-6
/
+9
2026-05-13
ls-files: use strbuf_add_uint()
René Scharfe
1
-6
/
+9
2026-05-13
cat-file: use strbuf_add_uint()
René Scharfe
1
-2
/
+2
2026-05-13
strbuf: add strbuf_add_uint()
René Scharfe
2
-0
/
+18
2026-05-13
merge: use repo_in_merge_bases for octopus up-to-date check
Kristofer Karlsson
2
-14
/
+14
2026-05-12
The second batch
Junio C Hamano
1
-0
/
+21
2026-05-12
Merge branch 'js/maintenance-fix-deadlock-on-win10'
Junio C Hamano
3
-3
/
+67
2026-05-12
Merge branch 'jc/t5551-fix-expensive'
Junio C Hamano
1
-0
/
+1
2026-05-12
Merge branch 'js/t5564-socks-use-short-path'
Junio C Hamano
1
-2
/
+9
[prev]
[next]