summaryrefslogtreecommitdiff
path: root/commit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/merge-bases'Junio C Hamano2015-01-071-8/+21
|\
| * get_merge_bases(): always clean-up object flagsjc/merge-basesJunio C Hamano2014-10-301-8/+21
| * add object_as_type helper for casting objectsJeff King2014-07-281-17/+2
| * move setting of object->type to alloc_* functionsJeff King2014-07-281-4/+2
| * Merge branch 'bg/xcalloc-nmemb-then-size' into maintJunio C Hamano2014-07-221-1/+1
| |\
* | \ Merge branch 'cc/interpret-trailers-more'Junio C Hamano2014-12-221-0/+46
|\ \ \
| * | | commit: make ignore_non_trailer() non staticChristian Couder2014-11-101-0/+46
* | | | Merge branch 'jc/push-cert'Junio C Hamano2014-10-081-36/+0
|\ \ \ \
| * | | | gpg-interface: move parse_gpg_output() to where it should beJunio C Hamano2014-09-151-36/+0
| |/ / /
* | | | Merge branch 'da/styles'Junio C Hamano2014-09-191-1/+1
|\ \ \ \
| * | | | stylefix: asterisks stick to the variable, not the typeda/stylesDavid Aguilar2014-09-021-1/+1
| |/ / /
* | | | record_author_date(): use find_commit_header()Jeff King2014-08-271-14/+8
* | | | record_author_date(): fix memory leak on malformed commitJeff King2014-08-271-1/+1
* | | | commit: provide a function to find a header in a bufferJeff King2014-08-271-0/+22
|/ / /
* | | Merge branch 'cc/replace-graft'Junio C Hamano2014-07-271-0/+34
|\ \ \
| * | | replace: remove signature when using --graftChristian Couder2014-07-211-0/+34
* | | | Merge branch 'jk/stable-prio-queue'Junio C Hamano2014-07-271-23/+19
|\ \ \ \
| * | | | paint_down_to_common: use prio_queueJeff King2014-07-151-23/+19
* | | | | Merge branch 'rs/code-cleaning'Junio C Hamano2014-07-221-6/+1
|\ \ \ \ \
| * | | | | use commit_list_count() to count the members of commit_listsRené Scharfe2014-07-171-6/+1
* | | | | | Merge branch 'jk/alloc-commit-id'Junio C Hamano2014-07-221-21/+4
|\ \ \ \ \ \
| * | | | | | add object_as_type helper for casting objectsJeff King2014-07-131-17/+2
| * | | | | | move setting of object->type to alloc_* functionsJeff King2014-07-131-4/+2
* | | | | | | Merge branch 'cc/for-each-mergetag'Junio C Hamano2014-07-211-0/+13
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | commit: add for_each_mergetag()cc/for-each-mergetagChristian Couder2014-07-071-0/+13
| |/ / / / /
* | | | | | Merge branch 'rs/code-cleaning'Junio C Hamano2014-07-161-6/+1
|\ \ \ \ \ \ | | |/ / / / | |/| / / / | |_|/ / / |/| | | |
| * | | | commit: use commit_list_append() instead of duplicating its codeRené Scharfe2014-07-101-6/+1
* | | | | Merge branch 'mg/verify-commit'Junio C Hamano2014-07-101-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | gpg-interface: provide access to the payloadMichael J Gruber2014-06-231-0/+1
* | | | | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-091-4/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | refactor skip_prefix to return a booleanJeff King2014-06-201-4/+2
| | |_|/ | |/| |
* | | | Merge branch 'jk/commit-buffer-length'Junio C Hamano2014-07-021-38/+91
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | reuse cached commit buffer when parsing signaturesjk/commit-buffer-lengthJeff King2014-06-131-17/+10
| * | commit: record buffer length in cacheJeff King2014-06-131-18/+36
| * | commit: convert commit->buffer to a slabJeff King2014-06-131-7/+13
| * | use get_commit_buffer to avoid duplicate codeJeff King2014-06-131-13/+3
| * | provide helpers to access the commit bufferJeff King2014-06-131-0/+28
| * | provide a helper to set the commit bufferJeff King2014-06-131-1/+6
| * | provide a helper to free commit bufferJeff King2014-06-131-0/+13
| * | commit: push commit_index update into alloc_commit_nodeJeff King2014-06-121-2/+0
| * | commit_tree: take a pointer/len pair rather than a const strbufJeff King2014-06-121-5/+7
| |/
* | commit.c: rearrange xcalloc argumentsBrian Gesiak2014-05-271-1/+1
|/
* Merge branch 'nd/log-show-linear-break'Junio C Hamano2014-04-031-1/+1
|\
| * object.h: centralize object flag allocationNguyễn Thái Ngọc Duy2014-03-251-1/+1
* | Merge branch 'dd/use-alloc-grow'Junio C Hamano2014-03-181-6/+2
|\ \
| * | commit.c: use ALLOC_GROW() in register_commit_graft()Dmitry S. Dolzhenko2014-03-031-6/+2
| |/
* | Merge branch 'dd/find-graft-with-sha1-pos'Junio C Hamano2014-03-181-15/+9
|\ \
| * | commit.c: use the generic "sha1_pos" function for lookupdd/find-graft-with-sha1-posDmitry S. Dolzhenko2014-02-271-15/+9
| |/
* | commit.c: use skip_prefix() instead of starts_with()ta/parse-commit-with-skip-prefixTanay Abhra2014-03-041-8/+6
|/
* Merge branch 'vm/octopus-merge-bases-simplify'Junio C Hamano2014-01-101-18/+18
|\