summaryrefslogtreecommitdiff
path: root/shallow.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-10fetch-pack: do not take shallow lock unnecessarilyLibravatar Jonathan Tan1-0/+7
2018-11-06Merge branch 'js/shallow-and-fetch-prune'Libravatar Junio C Hamano1-6/+17
2018-10-25shallow: offer to prune only non-existing entriesLibravatar Johannes Schindelin1-6/+17
2018-10-19Merge branch 'nd/the-index'Libravatar Junio C Hamano1-1/+1
2018-09-21revision.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-07-20commit.h: remove method declarationsLibravatar Derrick Stolee1-0/+1
2018-06-29tag: add repository argument to deref_tagLibravatar Stefan Beller1-1/+3
2018-06-29commit: add repository argument to lookup_commitLibravatar Stefan Beller1-7/+10
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyLibravatar Stefan Beller1-3/+6
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupLibravatar Junio C Hamano1-36/+38
2018-06-25Merge branch 'nd/reject-empty-shallow-request'Libravatar Junio C Hamano1-0/+3
2018-06-25Merge branch 'nd/commit-util-to-slab'Libravatar Junio C Hamano1-12/+28
2018-06-04upload-pack: reject shallow requests that would return nothingLibravatar Nguyễn Thái Ngọc Duy1-0/+3
2018-05-30Merge branch 'js/use-bug-macro'Libravatar Junio C Hamano1-3/+3
2018-05-21shallow.c: use commit-slab for commit depth instead of commit->utilLibravatar Nguyễn Thái Ngọc Duy1-12/+28
2018-05-18shallow: migrate shallow information into the object parserLibravatar Stefan Beller1-27/+23
2018-05-18path.c: migrate global git_path_* to take a repository argumentLibravatar Stefan Beller1-5/+7
2018-05-18shallow: add repository argument to is_repository_shallowLibravatar Stefan Beller1-4/+4
2018-05-18shallow: add repository argument to check_shallow_file_for_updateLibravatar Stefan Beller1-3/+4
2018-05-18shallow: add repository argument to register_shallowLibravatar Stefan Beller1-2/+2
2018-05-18shallow: add repository argument to set_alternate_shallow_fileLibravatar Stefan Beller1-1/+1
2018-05-18commit: add repository argument to lookup_commit_graftLibravatar Jonathan Nieder1-2/+3
2018-05-16commit: add repository argument to register_commit_graftLibravatar Jonathan Nieder1-1/+2
2018-05-16object-store: move object access functions to object-store.hLibravatar Stefan Beller1-0/+1
2018-05-10lock_file: make function-local locks non-staticLibravatar Martin Ågren1-1/+1
2018-05-06Replace all die("BUG: ...") calls by BUG() onesLibravatar Johannes Schindelin1-3/+3
2017-09-29Merge branch 'ma/leakplugs'Libravatar Junio C Hamano1-1/+1
2017-09-25Merge branch 'jk/write-in-full-fix'Libravatar Junio C Hamano1-3/+3
2017-09-24object_array: add and use `object_array_pop()`Libravatar Martin Ågren1-1/+1
2017-09-14avoid "write_in_full(fd, buf, len) != len" patternLibravatar Jeff King1-3/+3
2017-09-06tempfile: auto-allocate tempfiles on heapLibravatar Jeff King1-7/+6
2017-09-06tempfile: do not delete tempfile on failed closeLibravatar Jeff King1-1/+1
2017-09-06always check return value of close_tempfileLibravatar Jeff King1-2/+2
2017-09-06setup_temporary_shallow: move tempfile struct into functionLibravatar Jeff King1-6/+5
2017-09-06setup_temporary_shallow: avoid using inactive tempfileLibravatar Jeff King1-1/+1
2017-07-13commit: convert lookup_commit_graft to struct object_idLibravatar Stefan Beller1-2/+2
2017-07-12Merge branch 'rs/use-div-round-up'Libravatar Junio C Hamano1-4/+4
2017-07-10use DIV_ROUND_UPLibravatar René Scharfe1-4/+4
2017-05-29Merge branch 'js/plug-leaks'Libravatar Junio C Hamano1-2/+6
2017-05-08Convert lookup_commit* to struct object_idLibravatar brian m. carlson1-10/+10
2017-05-08Convert remaining callers of lookup_commit_reference* to object_idLibravatar brian m. carlson1-3/+3
2017-05-08shallow: convert shallow registration functions to object_idLibravatar brian m. carlson1-6/+6
2017-05-08shallow: avoid memory leakLibravatar Johannes Schindelin1-2/+6
2017-03-31Rename sha1_array to oid_arrayLibravatar brian m. carlson1-6/+6
2017-03-28sha1-array: convert internal storage for struct sha1_array to object_idLibravatar brian m. carlson1-13/+13
2016-12-21Merge branch 'nd/shallow-fixup'Libravatar Junio C Hamano1-19/+20
2016-12-07shallow.c: remove useless codeLibravatar Nguyễn Thái Ngọc Duy1-4/+0
2016-12-07shallow.c: bit manipulation tweaksLibravatar Rasmus Villemoes1-4/+4
2016-12-07shallow.c: avoid theoretical pointer wrap-aroundLibravatar Rasmus Villemoes1-1/+1
2016-12-07shallow.c: make paint_alloc slightly more robustLibravatar Nguyễn Thái Ngọc Duy1-0/+3