Revision e4cb3693a45a74ac9fdd142ab6392832b0a895d3 authored by Junio C Hamano on 30 August 2021, 23:06:05 UTC, committed by Johannes Schindelin on 22 March 2023, 17:00:36 UTC
"git range-diff" code clean-up. Needed to pacify modern GCC versions.

* jk/range-diff-fixes:
  range-diff: use ssize_t for parsed "len" in read_patches()
  range-diff: handle unterminated lines in read_patches()
  range-diff: drop useless "offset" variable from read_patches()
2 parent s 3c7896e + c025b4b
History
File Mode Size
.gitignore -rw-r--r-- 14 bytes
api-error-handling.txt -rw-r--r-- 2.5 KB
api-index-skel.txt -rw-r--r-- 431 bytes
api-index.sh -rwxr-xr-x 611 bytes
api-merge.txt -rw-r--r-- 1.1 KB
api-parse-options.txt -rw-r--r-- 11.3 KB
api-trace2.txt -rw-r--r-- 37.7 KB
bitmap-format.txt -rw-r--r-- 5.4 KB
bundle-format.txt -rw-r--r-- 2.6 KB
commit-graph-format.txt -rw-r--r-- 6.1 KB
commit-graph.txt -rw-r--r-- 15.2 KB
directory-rename-detection.txt -rw-r--r-- 4.9 KB
hash-function-transition.txt -rw-r--r-- 35.3 KB
http-protocol.txt -rw-r--r-- 17.3 KB
index-format.txt -rw-r--r-- 12.2 KB
long-running-process-protocol.txt -rw-r--r-- 1.9 KB
multi-pack-index.txt -rw-r--r-- 4.6 KB
pack-format.txt -rw-r--r-- 12.8 KB
pack-heuristics.txt -rw-r--r-- 17.6 KB
pack-protocol.txt -rw-r--r-- 26.8 KB
packfile-uri.txt -rw-r--r-- 3.6 KB
partial-clone.txt -rw-r--r-- 14.6 KB
protocol-capabilities.txt -rw-r--r-- 14.7 KB
protocol-common.txt -rw-r--r-- 2.9 KB
protocol-v2.txt -rw-r--r-- 19.7 KB
racy-git.txt -rw-r--r-- 8.9 KB
reftable.txt -rw-r--r-- 35.8 KB
repository-version.txt -rw-r--r-- 4.2 KB
rerere.txt -rw-r--r-- 6.3 KB
send-pack-pipeline.txt -rw-r--r-- 1.9 KB
shallow.txt -rw-r--r-- 2.5 KB
signature-format.txt -rw-r--r-- 6.4 KB
trivial-merge.txt -rw-r--r-- 4.2 KB

back to top