AI-powered social skills training app with multi-provider LLM support
diffcore-break: guard against NULLed queue entries in merge loop
Johannes Schindelin committed 27 days ago
git-zlib: widen `git_deflate_bound()` to `size_t`
Johannes Schindelin committed 28 days ago
t/helper/test-pack-deltas: widen `do_compress()`'s maxsize local to `size_t`
Johannes Schindelin committed 28 days ago
http-push: widen `start_put()`'s size local from `ssize_t` to `size_t`
Johannes Schindelin committed 28 days ago
diff: widen `deflate_it()`'s bound local from int to `size_t`
Johannes Schindelin committed 28 days ago
archive-zip: widen `zlib_deflate_raw()`'s maxsize local to `size_t`
Johannes Schindelin committed 28 days ago
packfile, git-zlib: widen `use_pack()` and zstream avail fields to `size_t`
Johannes Schindelin committed 28 days ago
delta: widen `create_delta()` and `diff_delta()` to `size_t`
Johannes Schindelin committed 28 days ago
pack-objects: widen `mem_usage` and `try_delta()`'s out-param to `size_t`
Johannes Schindelin committed 28 days ago
pack-objects: widen `free_unpacked()` return to `size_t`
Johannes Schindelin committed 28 days ago
pack-objects: widen delta-cache accounting to `size_t`
Johannes Schindelin committed 28 days ago
delta: widen `create_delta_index()` parameter to `size_t`
Johannes Schindelin committed 28 days ago
diff-delta: widen `struct delta_index`' size fields to `size_t`
Johannes Schindelin committed 28 days ago
commit-graph: propagate topo_levels slab to all chain layers
Kristofer Karlsson committed 28 days ago
commit-graph: add trace2 instrumentation for generation DFS
Kristofer Karlsson committed 28 days ago
Merge branch 'ps/odb-drop-whence' into ps/odb-for-each-object-filter
Junio C Hamano committed 28 days ago
Merge branch 'ps/refs-writing-subcommands' into ps/refs-wo-the-repository
Junio C Hamano committed 28 days ago
mailmap: map Taylor Blau's work address
Taylor Blau committed 29 days ago
t1410-reflog.sh: avoid suppressing git's exit code in pipelines
Gatla Vishweshwar Reddy committed 28 days ago
unpack-trees: avoid quadratic index scan in next_cache_entry()
Henrique Ferreiro committed 29 days ago