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
Merge branch 'bc/push-cert-receive-fix'
Junio C Hamano committed over 9 years ago
Merge branch 'mh/notes-tree-consolidate-fix'
Junio C Hamano committed over 9 years ago
Merge branch 'js/rebase-i-reword-to-run-hooks'
Junio C Hamano committed over 9 years ago
Merge branch 'mg/describe-debug-l10n'
Junio C Hamano committed over 9 years ago
Merge branch 'ab/case-insensitive-upstream-and-push-marker'
Junio C Hamano committed over 9 years ago