Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-04-03 | Merge branch 'nd/log-show-linear-break' | Junio C Hamano | 1 | -1/+1 |
2014-03-25 | object.h: centralize object flag allocation | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2014-03-18 | Merge branch 'dd/use-alloc-grow' | Junio C Hamano | 1 | -6/+2 |
2014-03-18 | Merge branch 'dd/find-graft-with-sha1-pos' | Junio C Hamano | 1 | -15/+9 |
2014-03-04 | commit.c: use skip_prefix() instead of starts_with() | Tanay Abhra | 1 | -8/+6 |
2014-03-03 | commit.c: use ALLOC_GROW() in register_commit_graft() | Dmitry S. Dolzhenko | 1 | -6/+2 |
2014-02-27 | commit.c: use the generic "sha1_pos" function for lookup | Dmitry S. Dolzhenko | 1 | -15/+9 |
2014-01-10 | Merge branch 'vm/octopus-merge-bases-simplify' | Junio C Hamano | 1 | -18/+18 |
2014-01-10 | Merge branch 'js/lift-parent-count-limit' | Junio C Hamano | 1 | -5/+5 |
2014-01-10 | Merge branch 'nd/commit-tree-constness' | Junio C Hamano | 1 | -2/+2 |
2014-01-03 | get_octopus_merge_bases(): cleanup redundant variable | Vasily Makarov | 1 | -18/+18 |
2013-12-27 | Remove the line length limit for graft files | Johannes Schindelin | 1 | -5/+5 |
2013-12-26 | commit.c: make "tree" a const pointer in commit_tree*() | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2013-12-17 | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 1 | -3/+3 |
2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -3/+3 |
2013-12-05 | Merge branch 'jk/robustify-parse-commit' | Junio C Hamano | 1 | -1/+8 |
2013-10-24 | assume parse_commit checks for NULL commit | Jeff King | 1 | -1/+1 |
2013-10-24 | log_tree_diff: die when we fail to parse a commit | Jeff King | 1 | -0/+7 |
2013-09-09 | Merge branch 'tr/log-full-diff-keep-true-parents' | Junio C Hamano | 1 | -0/+16 |
2013-08-05 | Merge branch 'bc/commit-invalid-utf8' | Junio C Hamano | 1 | -1/+1 |