summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* clone: allow "--dissociate" without referencear/clone-dissociateAlex Riesen2015-10-223-10/+26
* Sync with maintJunio C Hamano2015-10-200-0/+0
|\
| * Merge branch 'js/gc-with-stale-symref' into maintJunio C Hamano2015-10-202-1/+20
| |\
| * \ Merge branch 'rd/test-path-utils' into maintJunio C Hamano2015-10-202-2/+5
| |\ \
| * \ \ Merge branch 'jc/doc-gc-prune-now' into maintJunio C Hamano2015-10-201-2/+5
| |\ \ \
| * \ \ \ Merge branch 'jk/filter-branch-use-of-sed-on-incomplete-line' into maintJunio C Hamano2015-10-202-1/+15
| |\ \ \ \
* | | | | | Sixth batch for 2.7Junio C Hamano2015-10-201-1/+10
* | | | | | Merge branch 'tb/t0027-crlf'Junio C Hamano2015-10-201-34/+157
|\ \ \ \ \ \
| * | | | | | t0027: improve test for not-normalized filestb/t0027-crlfTorsten Bögershausen2015-10-121-34/+157
* | | | | | | Merge branch 'ls/p4-test-updates'Junio C Hamano2015-10-202-5/+8
|\ \ \ \ \ \ \
| * | | | | | | git-p4: skip t9819 test case on case insensitive file systemsls/p4-test-updatesLars Schneider2015-10-121-0/+6
| * | | | | | | git-p4: avoid "stat" command in t9815 git-p4-submit-failLars Schneider2015-10-121-5/+2
* | | | | | | | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-2089-1056/+946
|\ \ \ \ \ \ \ \
| * | | | | | | | 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