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

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

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

avoid using mksnpath for refs

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

Tenth batch for 2.13

Junio C Hamano committed over 9 years ago

Merge branch 'jk/make-coccicheck-detect-errors'

Junio C Hamano committed over 9 years ago

← Newer Page 1765 of 4099 Older →