40866 Commits (d4b3d11a03c5733a37656ca2f23171be6efad7d3)
 

Author SHA1 Message Date
Jeff King d4b3d11a03 write_loose_object: convert to strbuf 10 years ago
Jeff King 4635768809 remove_leading_path: use a strbuf for internal storage 10 years ago
Jeff King e9ba678175 enter_repo: convert fixed-size buffers to strbufs 10 years ago
Jeff King b4600fbe07 merge-recursive: convert malloc / strcpy to strbuf 10 years ago
Jeff King bd22d4ffbc transport: use strbufs for status table "quickref" strings 10 years ago
Jeff King 6c31c22ceb apply: convert root string to strbuf 10 years ago
Jeff King 9c28390bda init: use strbufs to store paths 10 years ago
Jeff King fdf729661a probe_utf8_pathname_composition: use internal strbuf 10 years ago
Jeff King e2b021eb5b precompose_utf8: drop unused variable 10 years ago
Jeff King ac5190cc48 sha1_get_pack_name: use a strbuf 10 years ago
Jeff King 54ba4c5fa2 http-walker: store url in a strbuf 10 years ago
Jeff King 7d0581a9ab http-push: use strbuf instead of fwrite_buffer 10 years ago
Jeff King df1ed03a6f remote-ext: simplify git pkt-line generation 10 years ago
Jeff King 0cb9d6d6b6 upload-archive: convert sprintf to strbuf 10 years ago
Jeff King 495127dbcb resolve_ref: use strbufs for internal buffers 10 years ago
Jeff King 0e265a92a1 read_remotes_file: simplify string handling 10 years ago
Jeff King f28e3ab231 read_branches_file: simplify string handling 10 years ago
Jeff King c978610dc8 mailmap: replace strcpy with xstrdup 10 years ago
Jeff King acd47eec99 help: drop prepend function in favor of xstrfmt 10 years ago
Jeff King a5e03bf5c6 ref-filter: drop sprintf and strcpy calls 10 years ago
Jeff King 9ae97018fb use strip_suffix and xstrfmt to replace suffix 10 years ago
Jeff King 2805bb5970 fetch: replace static buffer with xstrfmt 10 years ago
Jeff King 3ec832c4b5 config: use xstrfmt in normalize_value 10 years ago
Jeff King 75faa45ae0 replace trivial malloc + sprintf / strcpy calls with xstrfmt 10 years ago
Jeff King b7115a350b receive-pack: convert strncpy to xsnprintf 10 years ago
Jeff King 0cc4142859 http-push: replace strcat with xsnprintf 10 years ago
Jeff King 48bcc1c3cc add_packed_git: convert strcpy into xsnprintf 10 years ago
Jeff King 330c8e2670 entry.c: convert strcpy to xsnprintf 10 years ago
Jeff King 19bdd3e7e1 grep: use xsnprintf to format failure message 10 years ago
Jeff King 48bdf86995 compat/hstrerror: convert sprintf to snprintf 10 years ago
Jeff King f5691aa640 stop_progress_msg: convert sprintf to xsnprintf 10 years ago
Jeff King c3bb0ac796 find_short_object_filename: convert sprintf to xsnprintf 10 years ago
Jeff King ef1286d3c0 use xsnprintf for generating git object headers 10 years ago
Jeff King f2f0267529 archive-tar: use xsnprintf for trivial formatting 10 years ago
Jeff King 5096d4909f convert trivial sprintf / strcpy calls to xsnprintf 10 years ago
Jeff King db85a8a9c2 compat/inet_ntop: fix off-by-one in inet_ntop4 10 years ago
Jeff King 04724222d5 test-dump-cache-tree: avoid overflow of cache-tree name 10 years ago
Jeff King 3131977de1 progress: store throughput display in a strbuf 10 years ago
Jeff King 0bb443fdd2 trace: use strbuf for quote_crnl output 10 years ago
Jeff King 1d895f194f mailsplit: make PATH_MAX buffers dynamic 10 years ago
Jeff King c1fd080917 fsck: use strbuf to generate alternate directories 10 years ago
Jeff King af49c6d091 add reentrant variants of sha1_to_hex and find_unique_abbrev 10 years ago
Jeff King 399ad553ce strbuf: make strbuf_complete_line more generic 10 years ago
Jeff King bb3788cebb add git_path_buf helper function 10 years ago
Jeff King 7b03c89ebd add xsnprintf helper function 10 years ago
Jeff King fbe85e73ce fsck: don't fsck alternates for connectivity-only check 10 years ago
Jeff King 108332c7a0 archive-tar: fix minor indentation violation 10 years ago
Jeff King d270d7b7a2 mailsplit: fix FILE* leak in split_maildir 10 years ago
Jeff King 7cd17e8057 show-branch: avoid segfault with --reflog of unborn branch 10 years ago
Junio C Hamano 8d530c4d64 Git 2.6-rc3 10 years ago