Age | Commit message (Expand) | Author | Files | Lines |
2015-08-03 | Merge branch 'jc/commit-slab' | Junio C Hamano | 1 | -8/+20 |
2015-08-03 | Merge branch 'bc/gpg-verify-raw' | Junio C Hamano | 1 | -15/+6 |
2015-06-22 | gpg: centralize signature check | brian m. carlson | 1 | -2/+6 |
2015-06-22 | verify-tag: share code with verify-commit | brian m. carlson | 1 | -14/+1 |
2015-06-11 | Merge branch 'jk/squelch-missing-link-warning-for-unreachable' | Junio C Hamano | 1 | -2/+3 |
2015-06-01 | add quieter versions of parse_{tree,commit} | Jeff King | 1 | -2/+3 |
2015-05-22 | commit-slab: introduce slabname##_peek() function | Junio C Hamano | 1 | -8/+20 |
2015-03-13 | commit: convert parts to struct object_id | brian m. carlson | 1 | -26/+30 |
2015-01-07 | Merge branch 'jc/merge-bases' | Junio C Hamano | 1 | -8/+21 |
2014-12-22 | Merge branch 'cc/interpret-trailers-more' | Junio C Hamano | 1 | -0/+46 |
2014-11-10 | commit: make ignore_non_trailer() non static | Christian Couder | 1 | -0/+46 |
2014-10-30 | get_merge_bases(): always clean-up object flags | Junio C Hamano | 1 | -8/+21 |
2014-10-08 | Merge branch 'jc/push-cert' | Junio C Hamano | 1 | -36/+0 |
2014-09-19 | Merge branch 'da/styles' | Junio C Hamano | 1 | -1/+1 |
2014-09-15 | gpg-interface: move parse_gpg_output() to where it should be | Junio C Hamano | 1 | -36/+0 |
2014-09-02 | stylefix: asterisks stick to the variable, not the type | David Aguilar | 1 | -1/+1 |
2014-08-27 | record_author_date(): use find_commit_header() | Jeff King | 1 | -14/+8 |
2014-08-27 | record_author_date(): fix memory leak on malformed commit | Jeff King | 1 | -1/+1 |
2014-08-27 | commit: provide a function to find a header in a buffer | Jeff King | 1 | -0/+22 |
2014-07-28 | add object_as_type helper for casting objects | Jeff King | 1 | -17/+2 |
2014-07-28 | move setting of object->type to alloc_* functions | Jeff King | 1 | -4/+2 |
2014-07-27 | Merge branch 'cc/replace-graft' | Junio C Hamano | 1 | -0/+34 |
2014-07-27 | Merge branch 'jk/stable-prio-queue' | Junio C Hamano | 1 | -23/+19 |
2014-07-22 | Merge branch 'rs/code-cleaning' | Junio C Hamano | 1 | -6/+1 |
2014-07-22 | Merge branch 'jk/alloc-commit-id' | Junio C Hamano | 1 | -21/+4 |
2014-07-22 | Merge branch 'bg/xcalloc-nmemb-then-size' into maint | Junio C Hamano | 1 | -1/+1 |
2014-07-21 | replace: remove signature when using --graft | Christian Couder | 1 | -0/+34 |
2014-07-21 | Merge branch 'cc/for-each-mergetag' | Junio C Hamano | 1 | -0/+13 |
2014-07-17 | use commit_list_count() to count the members of commit_lists | René Scharfe | 1 | -6/+1 |
2014-07-16 | Merge branch 'rs/code-cleaning' | Junio C Hamano | 1 | -6/+1 |
2014-07-15 | paint_down_to_common: use prio_queue | Jeff King | 1 | -23/+19 |
2014-07-13 | add object_as_type helper for casting objects | Jeff King | 1 | -17/+2 |
2014-07-13 | move setting of object->type to alloc_* functions | Jeff King | 1 | -4/+2 |
2014-07-10 | commit: use commit_list_append() instead of duplicating its code | René Scharfe | 1 | -6/+1 |
2014-07-10 | Merge branch 'mg/verify-commit' | Junio C Hamano | 1 | -0/+1 |
2014-07-09 | Merge branch 'jk/skip-prefix' | Junio C Hamano | 1 | -4/+2 |
2014-07-07 | commit: add for_each_mergetag() | Christian Couder | 1 | -0/+13 |
2014-07-02 | Merge branch 'jk/commit-buffer-length' | Junio C Hamano | 1 | -38/+91 |
2014-06-23 | gpg-interface: provide access to the payload | Michael J Gruber | 1 | -0/+1 |
2014-06-20 | refactor skip_prefix to return a boolean | Jeff King | 1 | -4/+2 |
2014-06-13 | reuse cached commit buffer when parsing signatures | Jeff King | 1 | -17/+10 |
2014-06-13 | commit: record buffer length in cache | Jeff King | 1 | -18/+36 |
2014-06-13 | commit: convert commit->buffer to a slab | Jeff King | 1 | -7/+13 |
2014-06-13 | use get_commit_buffer to avoid duplicate code | Jeff King | 1 | -13/+3 |
2014-06-13 | provide helpers to access the commit buffer | Jeff King | 1 | -0/+28 |
2014-06-13 | provide a helper to set the commit buffer | Jeff King | 1 | -1/+6 |
2014-06-13 | provide a helper to free commit buffer | Jeff King | 1 | -0/+13 |
2014-06-12 | commit: push commit_index update into alloc_commit_node | Jeff King | 1 | -2/+0 |
2014-06-12 | commit_tree: take a pointer/len pair rather than a const strbuf | Jeff King | 1 | -5/+7 |
2014-05-27 | commit.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -1/+1 |