Convert sha1_array_lookup to take struct object_id
brian m. carlson committed over 9 years ago
Convert remaining callers of sha1_array_lookup to object_id
brian m. carlson committed over 9 years ago
Make sha1_array_append take a struct object_id *
brian m. carlson committed over 9 years ago
daemon: use an argv_array to exec children
Jeff King committed over 9 years ago
gc: replace local buffer with git_path
Jeff King committed over 9 years ago
transport-helper: replace checked snprintf with xsnprintf
Jeff King committed over 9 years ago
convert unchecked snprintf into xsnprintf
Jeff King committed over 9 years ago
combine-diff: replace malloc/snprintf with xstrfmt
Jeff King committed over 9 years ago
replace unchecked snprintf calls with heap buffers
Jeff King committed over 9 years ago
receive-pack: print --pack-header directly into argv array
Jeff King committed over 9 years ago
name-rev: replace static buffer with strbuf
Jeff King committed over 9 years ago
create_branch: use xstrfmt for reflog message
Jeff King committed over 9 years ago
create_branch: move msg setup closer to point of use
Jeff King committed over 9 years ago
Jeff King committed over 9 years ago
avoid using fixed PATH_MAX buffers for refs
Jeff King committed over 9 years ago
fetch: use heap buffer to format reflog
Jeff King committed over 9 years ago
tag: use strbuf to format tag header
Jeff King committed over 9 years ago
diff: avoid fixed-size buffer for patch-ids
Jeff King committed over 9 years ago
Junio C Hamano committed over 9 years ago
Merge branch 'jk/make-coccicheck-detect-errors'
Junio C Hamano committed over 9 years ago