summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-29commit: add repository argument to get_cached_commit_bufferLibravatar Stefan Beller4-5/+6
2018-06-29commit: add repository argument to set_commit_bufferLibravatar Stefan Beller4-5/+6
2018-06-29commit: add repository argument to parse_commit_bufferLibravatar Stefan Beller4-5/+6
2018-06-29commit: add repository argument to lookup_commitLibravatar Stefan Beller19-33/+46
2018-06-29commit: add repository argument to lookup_commit_referenceLibravatar Stefan Beller27-51/+65
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyLibravatar Stefan Beller20-38/+59
2018-06-29tree: add repository argument to lookup_treeLibravatar Stefan Beller19-24/+31
2018-06-29blob: add repository argument to lookup_blobLibravatar Stefan Beller15-18/+23
2018-06-29object: add repository argument to object_as_typeLibravatar Stefan Beller8-9/+10
2018-06-29object: add repository argument to parse_object_bufferLibravatar Stefan Beller7-9/+18
2018-06-29object: add repository argument to lookup_objectLibravatar Stefan Beller15-26/+31
2018-06-29object: add repository argument to parse_objectLibravatar Stefan Beller33-72/+95
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupLibravatar Junio C Hamano95-328/+463
2018-06-28Second batch for 2.19 cycleLibravatar Junio C Hamano1-0/+44
2018-06-28Merge branch 'sb/fix-fetching-moved-submodules'Libravatar Junio C Hamano2-7/+5
2018-06-28Merge branch 'tz/cred-netrc-cleanup'Libravatar Junio C Hamano3-6/+11
2018-06-28Merge branch 'jc/clean-after-sanity-tests'Libravatar Junio C Hamano5-9/+6
2018-06-28Merge branch 'nd/completion-negation'Libravatar Junio C Hamano4-34/+136
2018-06-28Merge branch 'pw/add-p-recount'Libravatar Junio C Hamano2-1/+44
2018-06-28Merge branch 'jk/fetch-all-peeled-fix'Libravatar Junio C Hamano2-4/+45
2018-06-28Merge branch 'ms/send-pack-honor-config'Libravatar Junio C Hamano1-1/+1
2018-06-28Merge branch 'jh/partial-clone'Libravatar Junio C Hamano2-0/+10
2018-06-28Merge branch 'sg/gpg-tests-fix'Libravatar Junio C Hamano4-7/+6
2018-06-28Merge branch 'as/safecrlf-quiet-fix'Libravatar Junio C Hamano2-1/+11
2018-06-28Merge branch 'ab/refspec-init-fix'Libravatar Junio C Hamano4-7/+15
2018-06-27commit-graph: update design documentLibravatar Derrick Stolee1-22/+0
2018-06-27gc: automatically write commit-graph filesLibravatar Derrick Stolee4-3/+30
2018-06-27commit-graph: add '--reachable' optionLibravatar Derrick Stolee5-6/+49
2018-06-27commit-graph: use string-list API for inputLibravatar Derrick Stolee3-38/+23
2018-06-27fsck: verify commit-graphLibravatar Derrick Stolee3-0/+32
2018-06-27commit-graph: verify contents match checksumLibravatar Derrick Stolee2-2/+20
2018-06-27commit-graph: test for corrupted octopus edgeLibravatar Derrick Stolee1-0/+10
2018-06-27commit-graph: verify commit dateLibravatar Derrick Stolee2-0/+12
2018-06-27commit-graph: verify generation numberLibravatar Derrick Stolee2-0/+45
2018-06-27commit-graph: verify parent listLibravatar Derrick Stolee2-0/+46
2018-06-27commit-graph: verify root tree OIDsLibravatar Derrick Stolee2-1/+23
2018-06-27commit-graph: verify objects existLibravatar Derrick Stolee2-0/+25
2018-06-27commit-graph: verify corrupt OID fanout and lookupLibravatar Derrick Stolee2-0/+58
2018-06-27commit-graph: verify required chunks are presentLibravatar Derrick Stolee2-0/+38
2018-06-27commit-graph: verify catches corrupt signatureLibravatar Derrick Stolee1-0/+43
2018-06-27commit-graph: add 'verify' subcommandLibravatar Derrick Stolee5-0/+81
2018-06-27commit-graph: load a root tree from specific graphLibravatar Derrick Stolee1-3/+9
2018-06-27commit: force commit to parse from object databaseLibravatar Derrick Stolee2-2/+9
2018-06-27commit-graph: parse commit from chosen graphLibravatar Derrick Stolee1-3/+15
2018-06-27commit-graph: fix GRAPH_MIN_SIZELibravatar Derrick Stolee1-2/+3
2018-06-27commit-graph: UNLEAK before die()Libravatar Derrick Stolee1-1/+4
2018-06-27t5318-commit-graph.sh: use core.commitGraphLibravatar Derrick Stolee1-2/+2
2018-06-25First batch for 2.19 cycleLibravatar Junio C Hamano1-0/+43
2018-06-25Merge branch 'sb/plug-misc-leaks'Libravatar Junio C Hamano3-2/+6
2018-06-25Merge branch 'cc/tests-without-assuming-ref-files-backend'Libravatar Junio C Hamano1-1/+3