aboutsummaryrefslogtreecommitdiffstats
path: root/commit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-27Merge branch 'cc/replace-graft'Junio C Hamano1-0/+34
2014-07-27Merge branch 'jk/stable-prio-queue'Junio C Hamano1-23/+19
2014-07-22Merge branch 'rs/code-cleaning'Junio C Hamano1-6/+1
2014-07-22Merge branch 'jk/alloc-commit-id'Junio C Hamano1-21/+4
2014-07-21replace: remove signature when using --graftChristian Couder1-0/+34
2014-07-21Merge branch 'cc/for-each-mergetag'Junio C Hamano1-0/+13
2014-07-17use commit_list_count() to count the members of commit_listsRené Scharfe1-6/+1
2014-07-16Merge branch 'rs/code-cleaning'Junio C Hamano1-6/+1
2014-07-15paint_down_to_common: use prio_queueJeff King1-23/+19
2014-07-13add object_as_type helper for casting objectsJeff King1-17/+2
2014-07-13move setting of object->type to alloc_* functionsJeff King1-4/+2
2014-07-10commit: use commit_list_append() instead of duplicating its codeRené Scharfe1-6/+1
2014-07-10Merge branch 'mg/verify-commit'Junio C Hamano1-0/+1
2014-07-09Merge branch 'jk/skip-prefix'Junio C Hamano1-4/+2
2014-07-07commit: add for_each_mergetag()Christian Couder1-0/+13
2014-07-02Merge branch 'jk/commit-buffer-length'Junio C Hamano1-38/+91
2014-06-23gpg-interface: provide access to the payloadMichael J Gruber1-0/+1
2014-06-20refactor skip_prefix to return a booleanJeff King1-4/+2
2014-06-13reuse cached commit buffer when parsing signaturesJeff King1-17/+10
2014-06-13commit: record buffer length in cacheJeff King1-18/+36
2014-06-13commit: convert commit->buffer to a slabJeff King1-7/+13
2014-06-13use get_commit_buffer to avoid duplicate codeJeff King1-13/+3
2014-06-13provide helpers to access the commit bufferJeff King1-0/+28
2014-06-13provide a helper to set the commit bufferJeff King1-1/+6
2014-06-13provide a helper to free commit bufferJeff King1-0/+13
2014-06-12commit: push commit_index update into alloc_commit_nodeJeff King1-2/+0
2014-06-12commit_tree: take a pointer/len pair rather than a const strbufJeff King1-5/+7
2014-05-27commit.c: rearrange xcalloc argumentsBrian Gesiak1-1/+1
2014-04-03Merge branch 'nd/log-show-linear-break'Junio C Hamano1-1/+1
2014-03-25object.h: centralize object flag allocationNguyễn Thái Ngọc Duy1-1/+1
2014-03-18Merge branch 'dd/use-alloc-grow'Junio C Hamano1-6/+2
2014-03-18Merge branch 'dd/find-graft-with-sha1-pos'Junio C Hamano1-15/+9
2014-03-04commit.c: use skip_prefix() instead of starts_with()Tanay Abhra1-8/+6
2014-03-03commit.c: use ALLOC_GROW() in register_commit_graft()Dmitry S. Dolzhenko1-6/+2
2014-02-27commit.c: use the generic "sha1_pos" function for lookupDmitry S. Dolzhenko1-15/+9
2014-01-10Merge branch 'vm/octopus-merge-bases-simplify'Junio C Hamano1-18/+18
2014-01-10Merge branch 'js/lift-parent-count-limit'Junio C Hamano1-5/+5
2014-01-10Merge branch 'nd/commit-tree-constness'Junio C Hamano1-2/+2
2014-01-03get_octopus_merge_bases(): cleanup redundant variableVasily Makarov1-18/+18
2013-12-27Remove the line length limit for graft filesJohannes Schindelin1-5/+5
2013-12-26commit.c: make "tree" a const pointer in commit_tree*()Nguyễn Thái Ngọc Duy1-2/+2
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano1-3/+3
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-3/+3
2013-12-05Merge branch 'jk/robustify-parse-commit'Junio C Hamano1-1/+8
2013-10-24assume parse_commit checks for NULL commitJeff King1-1/+1
2013-10-24log_tree_diff: die when we fail to parse a commitJeff King1-0/+7
2013-09-09Merge branch 'tr/log-full-diff-keep-true-parents'Junio C Hamano1-0/+16
2013-08-05Merge branch 'bc/commit-invalid-utf8'Junio C Hamano1-1/+1
2013-08-05commit: typofix for xxFFF[EF] checkJunio C Hamano1-1/+1
2013-08-01log: use true parents for diff even when rewritingThomas Rast1-0/+16