| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jk/skip-prefix' | Junio C Hamano | 2014-07-09 | 40 | -401/+407 |
|\ |
|
| * | http-push: refactor parsing of remote object names | Jeff King | 2014-06-20 | 1 | -15/+23 |
| * | imap-send: use skip_prefix instead of using magic numbers | Tanay Abhra | 2014-06-20 | 1 | -5/+1 |
| * | use skip_prefix to avoid repeated calculations | Jeff King | 2014-06-20 | 2 | -8/+6 |
| * | git: avoid magic number with skip_prefix | Jeff King | 2014-06-20 | 1 | -2/+2 |
| * | fetch-pack: refactor parsing in get_ack | Jeff King | 2014-06-20 | 1 | -6/+9 |
| * | fast-import: refactor parsing of spaces | Jeff King | 2014-06-20 | 1 | -13/+7 |
| * | stat_opt: check extra strlen call | Jeff King | 2014-06-20 | 1 | -1/+2 |
| * | daemon: use skip_prefix to avoid magic numbers | Jeff King | 2014-06-20 | 1 | -5/+6 |
| * | fast-import: use skip_prefix for parsing input | Jeff King | 2014-06-20 | 1 | -72/+51 |
| * | use skip_prefix to avoid repeating strings | Jeff King | 2014-06-20 | 10 | -54/+44 |
| * | use skip_prefix to avoid magic numbers | Jeff King | 2014-06-20 | 11 | -131/+149 |
| * | transport-helper: avoid reading past end-of-string | Jeff King | 2014-06-20 | 1 | -7/+7 |
| * | fast-import: fix read of uninitialized argv memory | Jeff King | 2014-06-20 | 1 | -5/+8 |
| * | apply: use skip_prefix instead of raw addition | Jeff King | 2014-06-20 | 1 | -2/+3 |
| * | refactor skip_prefix to return a boolean | Jeff King | 2014-06-20 | 18 | -58/+73 |
| * | avoid using skip_prefix as a boolean | Jeff King | 2014-06-18 | 1 | -1/+1 |
| * | daemon: mark some strings as const | Jeff King | 2014-06-18 | 1 | -7/+7 |
| * | parse_diff_color_slot: drop ofs parameter | Jeff King | 2014-06-18 | 1 | -10/+10 |
* | | line-log: use commit_list_append() instead of duplicating its code | René Scharfe | 2014-07-08 | 1 | -3/+1 |
* | | diff-tree: call free_commit_list() instead of duplicating its code | René Scharfe | 2014-07-08 | 1 | -6/+2 |
* | | Merge branch 'dt/refs-check-refname-component-sse' | Junio C Hamano | 2014-07-02 | 4 | -18/+250 |
|\ \ |
|
| * | | refs.c: SSE2 optimizations for check_refname_componentdt/refs-check-refname-component-sse | David Turner | 2014-06-18 | 4 | -18/+250 |
* | | | Merge branch 'ye/http-extract-charset' | Junio C Hamano | 2014-07-02 | 3 | -2/+11 |
|\ \ \ |
|
| * | | | http: fix charset detection of extract_content_type()ye/http-extract-charset | Yi EungJun | 2014-06-17 | 3 | -2/+11 |
* | | | | Merge branch 'bc/fix-rebase-merge-skip' | Junio C Hamano | 2014-07-02 | 2 | -2/+18 |
|\ \ \ \ |
|
| * | | | | rebase--merge: fix --skip with two conflicts in a rowbc/fix-rebase-merge-skip | brian m. carlson | 2014-06-16 | 2 | -2/+18 |
* | | | | | Merge branch 'jk/commit-buffer-length' | Junio C Hamano | 2014-07-02 | 27 | -197/+284 |
|\ \ \ \ \ |
|
| * | | | | | reuse cached commit buffer when parsing signaturesjk/commit-buffer-length | Jeff King | 2014-06-13 | 3 | -19/+12 |
| * | | | | | commit: record buffer length in cache | Jeff King | 2014-06-13 | 16 | -38/+68 |
| * | | | | | commit: convert commit->buffer to a slab | Jeff King | 2014-06-13 | 2 | -8/+13 |
| * | | | | | commit-slab: provide a static initializer | Jeff King | 2014-06-13 | 1 | -0/+12 |
| * | | | | | use get_commit_buffer everywhere | Jeff King | 2014-06-13 | 7 | -9/+33 |
| * | | | | | convert logmsg_reencode to get_commit_buffer | Jeff King | 2014-06-13 | 6 | -35/+16 |
| * | | | | | use get_commit_buffer to avoid duplicate code | Jeff King | 2014-06-13 | 2 | -27/+7 |
| * | | | | | use get_cached_commit_buffer where appropriate | Jeff King | 2014-06-13 | 3 | -3/+3 |
| * | | | | | provide helpers to access the commit buffer | Jeff King | 2014-06-13 | 2 | -0/+49 |
| * | | | | | provide a helper to set the commit buffer | Jeff King | 2014-06-13 | 4 | -3/+14 |
| * | | | | | provide a helper to free commit buffer | Jeff King | 2014-06-13 | 6 | -9/+30 |
| * | | | | | sequencer: use logmsg_reencode in get_message | Jeff King | 2014-06-12 | 1 | -40/+5 |
| * | | | | | logmsg_reencode: return const buffer | Jeff King | 2014-06-12 | 5 | -16/+23 |
| * | | | | | do not create "struct commit" with xcalloc | Jeff King | 2014-06-12 | 2 | -2/+2 |
| * | | | | | commit: push commit_index update into alloc_commit_node | Jeff King | 2014-06-12 | 2 | -4/+10 |
| * | | | | | alloc: include any-object allocations in alloc_report | Jeff King | 2014-06-12 | 1 | -6/+7 |
| * | | | | | replace dangerous uses of strbuf_attach | Jeff King | 2014-06-12 | 2 | -8/+3 |
| * | | | | | commit_tree: take a pointer/len pair rather than a const strbuf | Jeff King | 2014-06-12 | 9 | -22/+29 |
* | | | | | | enums: remove trailing ',' after last item in enum | Ronnie Sahlberg | 2014-07-02 | 1 | -1/+1 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2014-07-02 | 3 | -4/+4 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'maint-1.8.5' into maint | Junio C Hamano | 2014-07-02 | 3 | -4/+4 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | t7300: repair filesystem permissions with test_when_finished | Jeff King | 2014-07-02 | 1 | -2/+2 |