summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | setup_git_env: use git_pathdup instead of xmalloc + sprintfJeff King2014-06-191-8/+4
| * | | | use xstrfmt to replace xmalloc + strcpy/strcatJeff King2014-06-195-23/+6
| * | | | use xstrfmt to replace xmalloc + sprintfJeff King2014-06-196-41/+18
| * | | | use xstrdup instead of xmalloc + strcpyJeff King2014-06-193-10/+4
| * | | | use xstrfmt in favor of manual size calculationsJeff King2014-06-192-16/+7
| * | | | strbuf: add xstrfmt helperJeff King2014-06-192-0/+28
* | | | | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-0940-401/+407
|\ \ \ \ \
| * | | | | http-push: refactor parsing of remote object namesJeff King2014-06-201-15/+23
| * | | | | imap-send: use skip_prefix instead of using magic numbersTanay Abhra2014-06-201-5/+1
| * | | | | use skip_prefix to avoid repeated calculationsJeff King2014-06-202-8/+6
| * | | | | git: avoid magic number with skip_prefixJeff King2014-06-201-2/+2
| * | | | | fetch-pack: refactor parsing in get_ackJeff King2014-06-201-6/+9
| * | | | | fast-import: refactor parsing of spacesJeff King2014-06-201-13/+7
| * | | | | stat_opt: check extra strlen callJeff King2014-06-201-1/+2
| * | | | | daemon: use skip_prefix to avoid magic numbersJeff King2014-06-201-5/+6
| * | | | | fast-import: use skip_prefix for parsing inputJeff King2014-06-201-72/+51
| * | | | | use skip_prefix to avoid repeating stringsJeff King2014-06-2010-54/+44
| * | | | | use skip_prefix to avoid magic numbersJeff King2014-06-2011-131/+149
| * | | | | transport-helper: avoid reading past end-of-stringJeff King2014-06-201-7/+7
| * | | | | fast-import: fix read of uninitialized argv memoryJeff King2014-06-201-5/+8
| * | | | | apply: use skip_prefix instead of raw additionJeff King2014-06-201-2/+3
| * | | | | refactor skip_prefix to return a booleanJeff King2014-06-2018-58/+73
| * | | | | avoid using skip_prefix as a booleanJeff King2014-06-181-1/+1
| * | | | | daemon: mark some strings as constJeff King2014-06-181-7/+7
| * | | | | parse_diff_color_slot: drop ofs parameterJeff King2014-06-181-10/+10
| |/ / / /
* | | | | line-log: use commit_list_append() instead of duplicating its codeRené Scharfe2014-07-081-3/+1
* | | | | diff-tree: call free_commit_list() instead of duplicating its codeRené Scharfe2014-07-081-6/+2
* | | | | Merge branch 'dt/refs-check-refname-component-sse'Junio C Hamano2014-07-024-18/+250
|\ \ \ \ \
| * | | | | refs.c: SSE2 optimizations for check_refname_componentdt/refs-check-refname-component-sseDavid Turner2014-06-184-18/+250
* | | | | | Merge branch 'ye/http-extract-charset'Junio C Hamano2014-07-023-2/+11
|\ \ \ \ \ \
| * | | | | | http: fix charset detection of extract_content_type()ye/http-extract-charsetYi EungJun2014-06-173-2/+11
* | | | | | | Merge branch 'bc/fix-rebase-merge-skip'Junio C Hamano2014-07-022-2/+18
|\ \ \ \ \ \ \
| * | | | | | | rebase--merge: fix --skip with two conflicts in a rowbc/fix-rebase-merge-skipbrian m. carlson2014-06-162-2/+18
* | | | | | | | Merge branch 'jk/commit-buffer-length'Junio C Hamano2014-07-0227-197/+284
|\ \ \ \ \ \ \ \
| * | | | | | | | reuse cached commit buffer when parsing signaturesjk/commit-buffer-lengthJeff King2014-06-133-19/+12
| * | | | | | | | commit: record buffer length in cacheJeff King2014-06-1316-38/+68
| * | | | | | | | commit: convert commit->buffer to a slabJeff King2014-06-132-8/+13
| * | | | | | | | commit-slab: provide a static initializerJeff King2014-06-131-0/+12
| * | | | | | | | use get_commit_buffer everywhereJeff King2014-06-137-9/+33
| * | | | | | | | convert logmsg_reencode to get_commit_bufferJeff King2014-06-136-35/+16
| * | | | | | | | use get_commit_buffer to avoid duplicate codeJeff King2014-06-132-27/+7
| * | | | | | | | use get_cached_commit_buffer where appropriateJeff King2014-06-133-3/+3
| * | | | | | | | provide helpers to access the commit bufferJeff King2014-06-132-0/+49
| * | | | | | | | provide a helper to set the commit bufferJeff King2014-06-134-3/+14
| * | | | | | | | provide a helper to free commit bufferJeff King2014-06-136-9/+30
| * | | | | | | | sequencer: use logmsg_reencode in get_messageJeff King2014-06-121-40/+5
| * | | | | | | | logmsg_reencode: return const bufferJeff King2014-06-125-16/+23
| * | | | | | | | do not create "struct commit" with xcallocJeff King2014-06-122-2/+2
| * | | | | | | | commit: push commit_index update into alloc_commit_nodeJeff King2014-06-122-4/+10
| * | | | | | | | alloc: include any-object allocations in alloc_reportJeff King2014-06-121-6/+7