summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-21commit-reach: fix memory and flag leaksLibravatar Derrick Stolee1-0/+5
2018-09-21commit-reach: properly peel tagsLibravatar Derrick Stolee3-14/+74
2018-08-28commit-reach: correct accidental #include of C fileLibravatar Jonathan Nieder1-1/+1
2018-07-20commit-reach: use can_all_from_reachLibravatar Derrick Stolee3-7/+41
2018-07-20commit-reach: make can_all_from_reach... linearLibravatar Derrick Stolee3-53/+83
2018-07-20commit-reach: replace ref_newer logicLibravatar Derrick Stolee1-23/+3
2018-07-20test-reach: test commit_containsLibravatar Derrick Stolee2-0/+46
2018-07-20test-reach: test can_all_from_reach_with_flagsLibravatar Derrick Stolee4-2/+102
2018-07-20test-reach: test reduce_headsLibravatar Derrick Stolee2-0/+26
2018-07-20test-reach: test get_merge_bases_manyLibravatar Derrick Stolee2-0/+46
2018-07-20test-reach: test is_descendant_ofLibravatar Derrick Stolee2-0/+30
2018-07-20test-reach: test in_merge_basesLibravatar Derrick Stolee2-0/+24
2018-07-20test-reach: create new test tool for ref_newerLibravatar Derrick Stolee5-0/+152
2018-07-20commit-reach: move can_all_from_reach_with_flagsLibravatar Derrick Stolee4-71/+80
2018-07-20upload-pack: generalize commit date cutoffLibravatar Derrick Stolee1-6/+10
2018-07-20upload-pack: refactor ok_to_give_up()Libravatar Derrick Stolee1-11/+23
2018-07-20upload-pack: make reachable() more genericLibravatar Derrick Stolee1-8/+9
2018-07-20commit-reach: move commit_contains from ref-filterLibravatar Derrick Stolee3-139/+147
2018-07-20commit-reach: move ref_newer from remote.cLibravatar Derrick Stolee5-51/+57
2018-07-20commit.h: remove method declarationsLibravatar Derrick Stolee24-30/+23
2018-07-20commit-reach: move walk methods from commit.cLibravatar Derrick Stolee5-359/+404
2018-07-17commit-graph: add repo arg to graph readersLibravatar Jonathan Tan13-42/+162
2018-07-17commit-graph: store graph in struct object_storeLibravatar Jonathan Tan3-21/+27
2018-07-17commit-graph: add free_commit_graphLibravatar Jonathan Tan3-10/+18
2018-07-17commit-graph: add missing forward declarationLibravatar Jonathan Tan1-0/+2
2018-07-17object-store: add missing includeLibravatar Jonathan Tan1-0/+3
2018-07-17commit-graph: refactor preparing commit graphLibravatar Jonathan Tan1-11/+17
2018-07-17Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-storeLibravatar Junio C Hamano14-83/+575
2018-07-16coccinelle: update commit.cocciLibravatar Derrick Stolee1-1/+1
2018-06-29commit.c: allow lookup_commit_reference to handle arbitrary repositoriesLibravatar Stefan Beller2-5/+4
2018-06-29commit.c: allow lookup_commit_reference_gently to handle arbitrary repositoriesLibravatar Stefan Beller2-7/+5
2018-06-29tag.c: allow deref_tag to handle arbitrary repositoriesLibravatar Stefan Beller2-5/+3
2018-06-29object.c: allow parse_object to handle arbitrary repositoriesLibravatar Stefan Beller2-9/+8
2018-06-29object.c: allow parse_object_buffer to handle arbitrary repositoriesLibravatar Stefan Beller2-11/+10
2018-06-29commit.c: allow get_cached_commit_buffer to handle arbitrary repositoriesLibravatar Stefan Beller2-4/+3
2018-06-29commit.c: allow set_commit_buffer to handle arbitrary repositoriesLibravatar Stefan Beller2-4/+3
2018-06-29commit.c: migrate the commit buffer to the parsed object storeLibravatar Stefan Beller4-6/+36
2018-06-29commit-slabs: remove realloc counter outside of slab structLibravatar Stefan Beller1-3/+0
2018-06-29commit.c: allow parse_commit_buffer to handle arbitrary repositoriesLibravatar Stefan Beller2-7/+6
2018-06-29tag: allow parse_tag_buffer to handle arbitrary repositoriesLibravatar Stefan Beller2-7/+6
2018-06-29tag: allow lookup_tag to handle arbitrary repositoriesLibravatar Stefan Beller2-7/+6
2018-06-29commit: allow lookup_commit to handle arbitrary repositoriesLibravatar Stefan Beller2-7/+6
2018-06-29tree: allow lookup_tree to handle arbitrary repositoriesLibravatar Stefan Beller2-7/+6
2018-06-29blob: allow lookup_blob to handle arbitrary repositoriesLibravatar Stefan Beller2-7/+6
2018-06-29object: allow lookup_object to handle arbitrary repositoriesLibravatar Stefan Beller2-10/+8
2018-06-29object: allow object_as_type to handle arbitrary repositoriesLibravatar Stefan Beller2-4/+3
2018-06-29tag: add repository argument to deref_tagLibravatar Stefan Beller18-26/+42
2018-06-29tag: add repository argument to parse_tag_bufferLibravatar Stefan Beller6-7/+8
2018-06-29tag: add repository argument to lookup_tagLibravatar Stefan Beller8-12/+12
2018-06-29commit: add repository argument to get_cached_commit_bufferLibravatar Stefan Beller4-5/+6