summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* archive-tar: convert snprintf to xsnprintfjk/war-on-sprintfJeff King2016-05-261-1/+1
* compat/mingw.c: remove printf format warningJohannes Sixt2015-10-231-1/+1
* read_branches_file: plug a FILE* leakJohannes Sixt2015-10-231-0/+1
* name-rev: use strip_suffix to avoid magic numbersJeff King2015-10-051-5/+4
* use strbuf_complete to conditionally append slashJeff King2015-10-057-20/+10
* fsck: use for_each_loose_file_in_objdirJeff King2015-10-051-46/+24
* Makefile: drop D_INO_IN_DIRENT build knobJeff King2015-10-053-15/+0
* fsck: drop inode-sorting codeJeff King2015-10-051-68/+2
* convert strncpy to memcpyJeff King2015-10-053-4/+4
* notes: document length of fanout path with a constantJeff King2015-10-051-3/+6
* color: add color_set helper for copying raw colorsJeff King2015-10-053-16/+28
* prefer memcpy to strcpyJeff King2015-10-053-5/+7
* help: clean up kfmclient mungingJeff King2015-10-051-11/+4
* receive-pack: simplify keep_arg computationJeff King2015-10-051-7/+10
* avoid sprintf and strcpy with flex arraysJeff King2015-10-056-14/+21
* use alloc_ref rather than hand-allocating "struct ref"Jeff King2015-10-052-6/+2
* color: add overflow checks for parsing colorsJeff King2015-10-051-15/+26
* drop strcpy in favor of raw sha1_to_hexJeff King2015-10-052-7/+4
* use sha1_to_hex_r() instead of strcpyJeff King2015-10-056-29/+31
* daemon: use cld->env_array when re-spawningJeff King2015-10-051-16/+10
* stat_tracking_info: convert to argv_arrayJeff King2015-10-051-14/+12
* http-push: use an argv_array for setup_revisionsJeff King2015-10-051-22/+10
* fetch-pack: use argv_array for index-pack / unpack-objectsJeff King2015-10-051-29/+27
* diagnose_invalid_index_path: use strbuf to avoid strcpy/strcatJeff King2015-10-051-12/+9
* write_loose_object: convert to strbufJeff King2015-10-051-20/+22
* remove_leading_path: use a strbuf for internal storageJeff King2015-10-051-4/+6
* enter_repo: convert fixed-size buffers to strbufsJeff King2015-10-051-28/+29
* merge-recursive: convert malloc / strcpy to strbufJeff King2015-10-051-9/+8
* transport: use strbufs for status table "quickref" stringsJeff King2015-10-052-16/+19
* apply: convert root string to strbufJeff King2015-10-051-16/+10
* init: use strbufs to store pathsJeff King2015-10-052-100/+76
* probe_utf8_pathname_composition: use internal strbufJeff King2015-10-054-11/+13
* precompose_utf8: drop unused variableJeff King2015-10-051-2/+1
* sha1_get_pack_name: use a strbufJeff King2015-09-251-29/+10
* http-walker: store url in a strbufJeff King2015-09-251-9/+10
* http-push: use strbuf instead of fwrite_bufferJeff King2015-09-251-16/+5
* remote-ext: simplify git pkt-line generationJeff King2015-09-252-29/+33
* upload-archive: convert sprintf to strbufJeff King2015-09-251-5/+4
* resolve_ref: use strbufs for internal buffersJeff King2015-09-252-27/+59
* read_remotes_file: simplify string handlingJeff King2015-09-251-37/+18
* read_branches_file: simplify string handlingJeff King2015-09-251-34/+20
* mailmap: replace strcpy with xstrdupJeff King2015-09-251-2/+1
* help: drop prepend function in favor of xstrfmtJeff King2015-09-251-12/+2
* ref-filter: drop sprintf and strcpy callsJeff King2015-09-251-48/+22
* use strip_suffix and xstrfmt to replace suffixJeff King2015-09-253-14/+12
* fetch: replace static buffer with xstrfmtJeff King2015-09-251-5/+2
* config: use xstrfmt in normalize_valueJeff King2015-09-251-21/+13
* replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King2015-09-259-48/+20
* receive-pack: convert strncpy to xsnprintfJeff King2015-09-251-2/+2
* http-push: replace strcat with xsnprintfJeff King2015-09-251-4/+4