bswap: convert get_be16, get_be32 and put_be32 to inline functions
René Scharfe committed about 9 years ago
bswap: convert to unsigned before shifting in get_be32
René Scharfe committed about 9 years ago
set FD_CLOEXEC properly when O_CLOEXEC is not supported
Eric Wong committed about 9 years ago
receive-pack: don't access hash of NULL object_id pointer
René Scharfe committed about 9 years ago
notes: don't access hash of NULL object_id pointer
René Scharfe committed about 9 years ago
Makefile: allow combining UBSan with other sanitizers
René Scharfe committed about 9 years ago
tree-diff: don't access hash of NULL object_id pointer
René Scharfe committed about 9 years ago
alias: compare alias name *case-insensitively*
Johannes Schindelin committed about 9 years ago
t1300: demonstrate that CamelCased aliases regressed
Johannes Schindelin committed about 9 years ago
sha1_name: convert uses of 40 to GIT_SHA1_HEXSZ
brian m. carlson committed about 9 years ago
sha1_name: convert GET_SHA1* flags to GET_OID*
brian m. carlson committed about 9 years ago
sha1_name: convert get_sha1* to get_oid*
brian m. carlson committed about 9 years ago
Convert remaining callers of get_sha1 to get_oid.
brian m. carlson committed about 9 years ago
builtin/unpack-file: convert to struct object_id
brian m. carlson committed about 9 years ago
bisect: convert bisect_checkout to struct object_id
brian m. carlson committed about 9 years ago
builtin/update_ref: convert to struct object_id
brian m. carlson committed about 9 years ago
sequencer: convert to struct object_id
brian m. carlson committed about 9 years ago
remote: convert struct push_cas to struct object_id
brian m. carlson committed about 9 years ago
submodule: convert submodule config lookup to use object_id
brian m. carlson committed about 9 years ago
builtin/merge-tree: convert remaining caller of get_sha1 to object_id
brian m. carlson committed about 9 years ago