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-05
line-log: avoid redundant copy that leaks in process_ranges
Johannes Schindelin
1
-2
/
+1
2026-07-05
run-command: avoid `close(-1)` in `start_command()` error paths
Johannes Schindelin
1
-3
/
+3
2026-07-05
download_https_uri_to_file(): do not leak fd upon failure
Johannes Schindelin
1
-1
/
+1
2026-07-05
loose: avoid closing invalid fd on error path
Johannes Schindelin
1
-1
/
+2
2026-07-05
load_one_loose_object_map(): fix resource leak
Johannes Schindelin
1
-5
/
+4
2026-07-04
precompose_utf8: use a flex array for d_name
Ihar Hrachyshka
3
-8
/
+29
2026-07-04
ci(dockerized): raise the PID limit for private repositories
Johannes Schindelin
1
-1
/
+3
2026-07-03
reftable/table: fix OOB read on truncated table
Patrick Steinhardt
2
-0
/
+33
2026-07-03
reftable/table: fix NULL pointer access when seeking to bogus offsets
Patrick Steinhardt
2
-0
/
+65
2026-07-03
reftable/block: fix OOB read with bogus restart offset
Patrick Steinhardt
2
-0
/
+48
2026-07-03
reftable/block: fix use of uninitialized memory when binsearch fails
Patrick Steinhardt
1
-4
/
+4
2026-07-03
reftable/block: fix OOB read with bogus restart count
Patrick Steinhardt
2
-0
/
+37
2026-07-03
reftable/block: fix OOB read with bogus block size
Patrick Steinhardt
2
-0
/
+47
2026-07-03
reftable/block: fix OOB write with bogus inflated log size
Patrick Steinhardt
2
-0
/
+41
2026-07-03
t/unit-tests: introduce test helper to write reftable blocks
Patrick Steinhardt
1
-19
/
+28
2026-07-03
reftable/record: don't abort when decoding invalid ref value type
Patrick Steinhardt
2
-3
/
+27
2026-07-03
reftable/basics: fix OOB read on binary search of empty range
Patrick Steinhardt
2
-0
/
+14
2026-07-03
oss-fuzz: add fuzzer for parsing reftables
Patrick Steinhardt
5
-0
/
+78
2026-07-03
meson: support building fuzzers with libFuzzer
Patrick Steinhardt
3
-0
/
+18
2026-07-03
builtin/history: implement "drop" subcommand
Patrick Steinhardt
4
-1
/
+783
2026-07-03
builtin/history: split handling of ref updates into two phases
Patrick Steinhardt
1
-38
/
+62
2026-07-03
replay: expose `replay_result_queue_update()`
Patrick Steinhardt
2
-4
/
+9
2026-07-03
reset: stop assuming that the caller passes in a clean index
Patrick Steinhardt
1
-3
/
+5
2026-07-03
reset: allow the caller to specify the current HEAD object
Patrick Steinhardt
2
-1
/
+9
2026-07-03
reset: introduce ability to skip updating HEAD
Patrick Steinhardt
4
-10
/
+26
2026-07-02
meson: restore hook-list.h to builtin_sources
Mike Gilbert
1
-12
/
+14
2026-07-02
odb: document object info fields
Patrick Steinhardt
1
-1
/
+17
2026-07-02
odb: drop `whence` field from object info
Patrick Steinhardt
5
-14
/
+0
2026-07-02
treewide: convert users of `whence` to the new source field
Patrick Steinhardt
4
-4
/
+5
2026-07-02
odb: add `source` field to struct object_info_source
Patrick Steinhardt
9
-32
/
+44
2026-07-02
odb: make backend-specific fields optional
Patrick Steinhardt
7
-45
/
+87
2026-07-02
packfile: thread odb_source_packed through packed_object_info()
Patrick Steinhardt
8
-13
/
+17
2026-07-02
hash: add platform-specific discard functions
Jeff King
5
-8
/
+64
2026-07-02
hash: fix memory leak copying sha256 gcrypt handles
Jeff King
1
-0
/
+1
2026-07-02
http: discard hash in dumb-http http_object_request
Jeff King
2
-0
/
+5
2026-07-02
check_stream_oid(): discard hash on read error
Jeff King
1
-0
/
+2
2026-07-02
patch-id: discard hash when done
Jeff King
2
-0
/
+2
2026-07-02
csum-file: provide a function to release checkpoints
Jeff King
4
-0
/
+9
2026-07-02
csum-file: always finalize or discard hash
Jeff King
1
-4
/
+12
2026-07-02
hash: add discard primitive
Jeff King
2
-0
/
+13
2026-07-02
csum-file: drop discard_hashfile()
Jeff King
2
-10
/
+0
2026-07-01
reset: introduce dry-run mode
Patrick Steinhardt
2
-11
/
+39
2026-07-01
reset: modernize flags passed to `reset_working_tree()`
Patrick Steinhardt
4
-28
/
+39
2026-07-01
reset: rename `reset_head()`
Patrick Steinhardt
4
-18
/
+19
2026-07-01
reset: drop `USE_THE_REPOSITORY_VARIABLE`
Patrick Steinhardt
1
-14
/
+13
2026-07-01
read-cache: split out function to drop unmerged entries to stage 0
Patrick Steinhardt
2
-5
/
+8
2026-07-01
line-log: drop extra copy of range with bloom filters
Jeff King
1
-2
/
+1
2026-07-01
revision: avoid leaking bloom keyvecs with multiple traversals
Jeff King
1
-0
/
+2
2026-07-01
bloom: make bloom-filter slab initialization idempotent
Jeff King
1
-0
/
+5
2026-06-30
Merge branch 'jk/repo-info-path-keys' into ps/setup-split-discovery-and-setup
Junio C Hamano
6
-43
/
+258
[prev]
[next]