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-08-13
diff: widen `deflate_it()`'s bound local from int to `size_t`
Johannes Schindelin
1
-1
/
+1
2026-08-13
archive-zip: widen `zlib_deflate_raw()`'s maxsize local to `size_t`
Johannes Schindelin
1
-1
/
+1
2026-08-13
packfile, git-zlib: widen `use_pack()` and zstream avail fields to `size_t`
Johannes Schindelin
6
-12
/
+13
2026-08-13
delta: widen `create_delta()` and `diff_delta()` to `size_t`
Johannes Schindelin
7
-15
/
+22
2026-08-13
pack-objects: widen `mem_usage` and `try_delta()`'s out-param to `size_t`
Johannes Schindelin
1
-2
/
+2
2026-08-13
pack-objects: widen `free_unpacked()` return to `size_t`
Johannes Schindelin
1
-2
/
+2
2026-08-13
pack-objects: widen delta-cache accounting to `size_t`
Johannes Schindelin
5
-5
/
+27
2026-08-13
delta: widen `create_delta_index()` parameter to `size_t`
Johannes Schindelin
2
-2
/
+2
2026-08-13
diff-delta: widen `struct delta_index`' size fields to `size_t`
Johannes Schindelin
2
-5
/
+5
2026-08-12
mailmap: map Elijah Newren's current and previous work addresses
Elijah Newren
1
-0
/
+2
2026-08-12
Merge branch 'jc/complete-diff-tracked-paths' into jc/complete-checkout
Junio C Hamano
2
-28
/
+99
2026-08-12
completion: 'git diff' completes untracked paths as a last resort
Junio C Hamano
2
-1
/
+23
2026-08-12
completion: complete tracked paths for 'git diff'
Junio C Hamano
2
-0
/
+44
2026-08-12
completion: no-op refactoring of diff completion
Junio C Hamano
1
-29
/
+34
2026-08-12
sequencer: release the ODB before spawning git commit
Johannes Schindelin
2
-0
/
+19
2026-08-12
bisect: handle dup() failure when redirecting stdout
Johannes Schindelin
1
-1
/
+8
2026-08-12
bisect: check get_terms return at all call sites
Johannes Schindelin
1
-9
/
+15
2026-08-12
bisect: check strbuf_getline_lf return when reading terms
Johannes Schindelin
2
-4
/
+13
2026-08-12
transport-helper: warn when export-marks file cannot be finalized
Johannes Schindelin
1
-1
/
+3
2026-08-12
transport-helper: check dup() return in get_exporter
Johannes Schindelin
1
-0
/
+2
2026-08-12
compat/pread: check initial lseek for errors
Johannes Schindelin
1
-0
/
+2
2026-08-12
last-modified: handle repo_parse_commit() failures
Johannes Schindelin
1
-3
/
+6
2026-08-12
reftable tests: check reftable_table_init_ref_iterator() return
Johannes Schindelin
1
-2
/
+4
2026-08-12
reftable/block: check deflateInit() return value
Johannes Schindelin
1
-1
/
+4
2026-08-12
reftable: handle block-writer initialization errors
Johannes Schindelin
1
-1
/
+7
2026-08-12
config: propagate launch_editor() failure in show_editor()
Johannes Schindelin
1
-1
/
+4
2026-08-12
http: die on curl_easy_duphandle failure in get_active_slot
Johannes Schindelin
1
-0
/
+2
2026-08-12
t7900: fix flaky "maintenance.strategy" test
Patrick Steinhardt
1
-3
/
+3
2026-08-12
t7900: adapt some tests to use a throwaway repository
Patrick Steinhardt
1
-27
/
+43
2026-08-12
Merge branch 'ps/odb-make-creation-pluggable' into ps/odb-eagerly-load-altern...
Junio C Hamano
17
-58
/
+168
2026-08-12
sequencer: remove unnecessary variable setting
Elijah Newren
1
-1
/
+0
2026-08-12
serve: reject valueless promisor-remote capability
Elijah Newren
2
-0
/
+14
2026-08-11
git: avoid segfault on "git --shallow-file" without a value
Christian Couder
2
-3
/
+14
2026-08-11
The 13th batch
Junio C Hamano
1
-0
/
+24
2026-08-11
Merge branch 'ns/merge-base-is-ancestor-tests'
Junio C Hamano
1
-0
/
+31
2026-08-11
Merge branch 'lo/mv-missing-dest-dir-check'
Junio C Hamano
2
-3
/
+146
2026-08-11
Merge branch 'kh/doc-replay-config'
Junio C Hamano
3
-10
/
+27
2026-08-11
Merge branch 'sk/test-commit-body-helper'
Junio C Hamano
15
-123
/
+91
2026-08-11
Merge branch 'ja/doc-synopsis-style-yet-more'
Junio C Hamano
7
-302
/
+311
2026-08-11
commit-reach: remove commit-date ordering fallback
Kristofer Karlsson
3
-50
/
+10
2026-08-11
commit-reach: move min_generation check into paint_queue_get()
Kristofer Karlsson
1
-13
/
+18
2026-08-11
commit-reach: terminate merge-base walk when one paint side is exhausted
Kristofer Karlsson
3
-8
/
+41
2026-08-11
commit-reach: introduce struct paint_state with per-side counters
Kristofer Karlsson
3
-36
/
+91
2026-08-11
t6600: add clock-skew topologies and step counts for edge cases
Kristofer Karlsson
1
-2
/
+91
2026-08-11
commit-reach: add trace2 instrumentation to paint_down_to_common()
Kristofer Karlsson
2
-13
/
+36
2026-08-11
t6099: add side-exhaustion regression test
Kristofer Karlsson
2
-0
/
+83
2026-08-11
t6600: add test cases for side-exhaustion edge cases
Elijah Newren
1
-0
/
+110
2026-08-11
test-lib-functions: improve diagnostic output for trace2 data assertions
Kristofer Karlsson
1
-0
/
+35
2026-08-11
Documentation/technical: add paint-down-to-common doc
Kristofer Karlsson
4
-1
/
+181
2026-08-11
fast-import: remove useless from_stream argument
Christian Couder
1
-11
/
+9
[prev]
[next]