summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-03t: use test_might_fail() instead of manipulating exit code manuallyLibravatar Eric Sunshine4-10/+8
2018-07-03block alloc: add validations around cache_entry lifecyleLibravatar Jameson Miller5-4/+68
2018-07-03block alloc: allocate cache entries from mem_poolLibravatar Jameson Miller5-39/+167
2018-07-03mem-pool: fill out functionalityLibravatar Jameson Miller2-0/+55
2018-07-03mem-pool: add life cycle management functionsLibravatar Jameson Miller2-8/+61
2018-07-03mem-pool: only search head block for available spaceLibravatar Jameson Miller1-4/+4
2018-07-03block alloc: add lifecycle APIs for cache_entry structsLibravatar Jameson Miller13-92/+165
2018-07-03read-cache: teach make_cache_entry to take object_idLibravatar Jameson Miller8-11/+18
2018-07-03read-cache: teach refresh_cache_entry to take istateLibravatar Jameson Miller3-6/+7
2018-07-03fsck: check skiplist for object in fsck_blob()Libravatar Ramsay Jones1-2/+11
2018-07-03fsck: silence stderr when parsing .gitmodulesLibravatar Jeff King2-1/+18
2018-07-03config: add options parameter to git_config_from_memLibravatar Jeff King4-8/+14
2018-07-03config: add CONFIG_ERROR_SILENT handlerLibravatar Jeff King2-0/+4
2018-07-03config: turn die_on_error into caller-facing enumLibravatar Jeff King2-5/+18
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
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-29.mailmap: merge different spellings of namesLibravatar Stefan Beller1-1/+10
2018-06-29Makefile: fix the "built from commit" codeLibravatar Johannes Schindelin1-2/+3
2018-06-28t5407: fix test to cover intended argumentsLibravatar Elijah Newren1-1/+1