summaryrefslogtreecommitdiff
path: root/commit.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | shallow: add repository argument to is_repository_shallowStefan Beller2018-05-181-1/+2
| * | shallow: add repository argument to register_shallowStefan Beller2018-05-181-1/+2
| * | shallow: add repository argument to set_alternate_shallow_fileStefan Beller2018-05-181-1/+2
| * | commit: add repository argument to lookup_commit_graftJonathan Nieder2018-05-181-1/+2
| * | commit: add repository argument to register_commit_graftJonathan Nieder2018-05-161-1/+2
* | | Merge branch 'sb/object-store-alloc'Junio C Hamano2018-06-251-0/+6
|\ \ \ | |/ /
| * | alloc: allow arbitrary repositories for alloc functionsStefan Beller2018-05-161-0/+6
* | | Merge branch 'ds/commit-graph-lockfile-fix'Junio C Hamano2018-06-251-1/+6
|\ \ \
| * | | commit-graph: always load commit-graph informationDerrick Stolee2018-05-221-1/+1
| * | | commit: use generations in paint_down_to_common()Derrick Stolee2018-05-221-0/+1
| * | | commit: add generation number to struct commitDerrick Stolee2018-05-221-0/+4
* | | | Merge branch 'nd/commit-util-to-slab'Junio C Hamano2018-06-251-2/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | commit.h: delete 'util' field in struct commitNguyễn Thái Ngọc Duy2018-05-211-1/+5
| * | | merge: use commit-slab in merge remote desc instead of commit->utilNguyễn Thái Ngọc Duy2018-05-211-1/+1
* | | | Merge branch 'nd/pack-struct-commit'Junio C Hamano2018-05-301-1/+1
|\ \ \ \
| * | | | commit.h: rearrange 'index' to shrink struct commitNguyễn Thái Ngọc Duy2018-05-131-1/+1
| |/ / /
* | | | Merge branch 'js/deprecate-grafts'Junio C Hamano2018-05-231-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | commit: Let the callback of for_each_mergetag return on errorJohannes Schindelin2018-04-261-2/+2
| | |/ | |/|
* | | commit-graph: lazy-load trees for commitsDerrick Stolee2018-04-111-0/+6
* | | commit: create get_commit_tree() methodDerrick Stolee2018-04-111-0/+3
* | | treewide: rename tree to maybe_treeDerrick Stolee2018-04-111-1/+1
| |/ |/|
* | commit: integrate commit graph with commit parsingDerrick Stolee2018-04-111-0/+3
|/
* commit: convert commit_tree* to object_idPatryk Obara2018-01-301-5/+6
* Merge branch 'rs/lose-leak-pending'Junio C Hamano2018-01-231-1/+0
|\
| * commit: remove unused function clear_commit_marks_for_object_array()rs/lose-leak-pendingRené Scharfe2017-12-281-1/+0
* | format: create pretty.h fileOlga Telezhnaya2017-12-121-80/+1
|/
* reduce_heads: fix memory leaksma/reduce-heads-leakfixMartin Ågren2017-11-081-1/+17
* Merge branch 'po/read-graft-line'Junio C Hamano2017-09-061-1/+1
|\
| * commit: replace the raw buffer with strbuf in read_graft_linePatryk Obara2017-08-181-1/+1
* | Merge branch 'rs/commit-h-single-parent-cleanup'Junio C Hamano2017-08-241-5/+0
|\ \ | |/ |/|
| * commit: remove unused inline function single_parent()rs/commit-h-single-parent-cleanupRené Scharfe2017-08-191-5/+0
* | commit: convert lookup_commit_graft to struct object_idStefan Beller2017-07-131-1/+1
|/
* Merge branch 'bc/object-id'Junio C Hamano2017-05-291-8/+8
|\
| * Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-6/+6
| * shallow: convert shallow registration functions to object_idbrian m. carlson2017-05-081-2/+2
* | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-1/+1
|/
* Rename sha1_array to oid_arraybrian m. carlson2017-03-311-7/+7
* Merge branch 'rs/log-email-subject'Junio C Hamano2017-03-101-2/+4
|\
| * pretty: use fmt_output_email_subject()rs/log-email-subjectRené Scharfe2017-03-011-2/+4
* | commit: make ignore_non_trailer take buf/lenJonathan Tan2016-11-291-1/+1
|/
* Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-101-0/+2
|\
| * shallow.c: implement a generic shallow boundary finder based on rev-listNguyễn Thái Ngọc Duy2016-06-131-0/+2
* | Merge branch 'rs/pull-signed-tag'Junio C Hamano2016-08-191-1/+3
|\ \
| * | commit: use FLEX_ARRAY in struct merge_remote_descrs/pull-signed-tagRené Scharfe2016-08-131-1/+1
| * | commit: factor out set_merge_remote_desc()René Scharfe2016-08-131-0/+2
| * | Merge branch 'js/find-commit-subject-ignore-leading-blanks' into maintJunio C Hamano2016-07-281-0/+1
| |\ \
* | \ \ Merge branch 'jk/printf-format'Junio C Hamano2016-07-191-4/+0
|\ \ \ \
| * | | | commit.c: remove print_commit_list()jk/printf-formatJunio C Hamano2016-07-081-4/+0
* | | | | Merge branch 'js/find-commit-subject-ignore-leading-blanks'Junio C Hamano2016-07-111-0/+1
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | pretty: make the skip_blank_lines() function publicJohannes Schindelin2016-06-221-0/+1