t/perf: add perf test for ref tombstone scenarios
Kristofer Karlsson committed 27 days ago
shallow: give write_one_shallow() its own hex buffer
Johannes Schindelin committed 27 days ago
Johannes Schindelin committed 27 days ago
bisect: ensure non-NULL `head` before using it
Johannes Schindelin committed 27 days ago
pack-bitmap: handle missing bitmap for base MIDX
Johannes Schindelin committed 27 days ago
revision: avoid dereferencing NULL in `add_parents_only()`
Johannes Schindelin committed 27 days ago
replay: die when --onto does not peel to a commit
Johannes Schindelin committed 27 days ago
bisect: handle NULL commit in `bisect_successful()`
Johannes Schindelin committed 27 days ago
mailsplit: move NULL check before first use of file handle
Johannes Schindelin committed 27 days ago
reftable/stack: guard against NULL list_file in stack_destroy
Johannes Schindelin committed 27 days ago
remote: guard `remote_tracking()` against NULL remote
Johannes Schindelin committed 27 days ago
diff: handle NULL return from repo_get_commit_tree()
Johannes Schindelin committed 27 days ago
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