summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-20Merge branch 'jc/fetch-pull-refmap'Libravatar Junio C Hamano5-60/+191
2014-06-20Merge branch 'mt/send-email-cover-to-cc'Libravatar Junio C Hamano3-0/+73
2014-06-20Merge branch 'tb/t5551-clone-notice-to-stderr'Libravatar Junio C Hamano1-2/+1
2014-06-20Merge branch 'rs/more-starts-with'Libravatar Junio C Hamano3-3/+3
2014-06-20Merge branch 'jm/api-strbuf-doc'Libravatar Junio C Hamano1-5/+5
2014-06-20Merge branch 'jc/revision-dash-count-parsing'Libravatar Junio C Hamano1-2/+4
2014-06-20http-push: refactor parsing of remote object namesLibravatar Jeff King1-15/+23
2014-06-20imap-send: use skip_prefix instead of using magic numbersLibravatar Tanay Abhra1-5/+1
2014-06-20use skip_prefix to avoid repeated calculationsLibravatar Jeff King2-8/+6
2014-06-20git: avoid magic number with skip_prefixLibravatar Jeff King1-2/+2
2014-06-20fetch-pack: refactor parsing in get_ackLibravatar Jeff King1-6/+9
2014-06-20fast-import: refactor parsing of spacesLibravatar Jeff King1-13/+7
2014-06-20stat_opt: check extra strlen callLibravatar Jeff King1-1/+2
2014-06-20daemon: use skip_prefix to avoid magic numbersLibravatar Jeff King1-5/+6
2014-06-20fast-import: use skip_prefix for parsing inputLibravatar Jeff King1-72/+51
2014-06-20use skip_prefix to avoid repeating stringsLibravatar Jeff King10-54/+44
2014-06-20use skip_prefix to avoid magic numbersLibravatar Jeff King11-131/+149
2014-06-20transport-helper: avoid reading past end-of-stringLibravatar Jeff King1-7/+7
2014-06-20fast-import: fix read of uninitialized argv memoryLibravatar Jeff King1-5/+8
2014-06-20apply: use skip_prefix instead of raw additionLibravatar Jeff King1-2/+3
2014-06-20refactor skip_prefix to return a booleanLibravatar Jeff King18-58/+73
2014-06-20cleanup duplicate name_compare() functionsLibravatar Jeremiah Mahler5-34/+15
2014-06-20name-hash.c: replace cache_name_compare() with memcmp(3)Libravatar Jeremiah Mahler1-1/+1
2014-06-19unique_path: fix unlikely heap overflowLibravatar Jeff King1-15/+26
2014-06-19walker_fetch: fix minor memory leakLibravatar Jeff King1-9/+9
2014-06-19merge: use argv_array when spawning merge strategyLibravatar Jeff King1-29/+13
2014-06-19sequencer: use argv_array_pushfLibravatar Jeff King1-7/+2
2014-06-19setup_git_env: use git_pathdup instead of xmalloc + sprintfLibravatar Jeff King1-8/+4
2014-06-19use xstrfmt to replace xmalloc + strcpy/strcatLibravatar Jeff King5-23/+6
2014-06-19use xstrfmt to replace xmalloc + sprintfLibravatar Jeff King6-41/+18
2014-06-19use xstrdup instead of xmalloc + strcpyLibravatar Jeff King3-10/+4
2014-06-19git-submodule.sh: avoid "echo" path-like valuesLibravatar Junio C Hamano1-8/+8
2014-06-19git-submodule.sh: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-12/+20
2014-06-19use xstrfmt in favor of manual size calculationsLibravatar Jeff King2-16/+7
2014-06-19strbuf: add xstrfmt helperLibravatar Jeff King2-0/+28
2014-06-18avoid using skip_prefix as a booleanLibravatar Jeff King1-1/+1
2014-06-18daemon: mark some strings as constLibravatar Jeff King1-7/+7
2014-06-18parse_diff_color_slot: drop ofs parameterLibravatar Jeff King1-10/+10
2014-06-18refs.c: SSE2 optimizations for check_refname_componentLibravatar David Turner4-18/+250
2014-06-18Update of unicode_width.h to Unicode Version 7.0Libravatar Torsten Bögershausen1-7/+42
2014-06-17http: fix charset detection of extract_content_type()Libravatar Yi EungJun3-2/+11
2014-06-17pretty: avoid reading past end-of-string with "%G"Libravatar Jeff King2-0/+8
2014-06-17t7510: check %G* pretty-format outputLibravatar Jeff King1-0/+40
2014-06-17t7510: test a commit signed by an unknown keyLibravatar Jeff King1-0/+13
2014-06-17t7510: use consistent &&-chains in loopLibravatar Michael J Gruber1-6/+6
2014-06-17t7510: stop referring to master in later testsLibravatar Jeff King1-3/+3
2014-06-16rebase--merge: fix --skip with two conflicts in a rowLibravatar brian m. carlson2-2/+18
2014-06-16Third batch for 2.1Libravatar Junio C Hamano1-0/+80
2014-06-16Merge branch 'ib/test-selectively-run'Libravatar Junio C Hamano3-12/+617
2014-06-16Merge branch 'ta/string-list-init'Libravatar Junio C Hamano2-2/+4