summaryrefslogtreecommitdiff
path: root/shallow.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-30Merge branch 'js/use-bug-macro'Libravatar Junio C Hamano1-3/+3
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
2016-12-07shallow.c: stop abusing COMMIT_SLAB_SIZE for paint_info's memory poolsLibravatar Nguyễn Thái Ngọc Duy1-2/+4
2016-12-07shallow.c: rename fields in paint_info to better express their purposesLibravatar Nguyễn Thái Ngọc Duy1-9/+9
2016-10-31Merge branch 'ls/filter-process'Libravatar Junio C Hamano1-1/+1
2016-10-17pkt-line: rename packet_write() to packet_write_fmt()Libravatar Lars Schneider1-1/+1
2016-10-10Merge branch 'nd/shallow-deepen'Libravatar Junio C Hamano1-0/+78
2016-08-01pass constants as first argument to st_mult()Libravatar René Scharfe1-1/+1
2016-06-13shallow.c: implement a generic shallow boundary finder based on rev-listLibravatar Nguyễn Thái Ngọc Duy1-0/+78
2016-02-22use st_add and st_mult for allocation size computationLibravatar Jeff King1-1/+1
2016-02-22convert trivial cases to ALLOC_ARRAYLibravatar Jeff King1-3/+3
2015-11-20Remove get_object_hash.Libravatar brian m. carlson1-1/+1
2015-11-20Convert struct object to object_idLibravatar brian m. carlson1-2/+2
2015-11-20Add several uses of get_object_hash.Libravatar brian m. carlson1-1/+1
2015-10-30Merge branch 'rs/pop-commit'Libravatar Junio C Hamano1-5/+1
2015-10-29Merge branch 'tk/sigchain-unnecessary-post-tempfile'Libravatar Junio C Hamano1-1/+0
2015-10-26use pop_commit() for consuming the first entry of a struct commit_listLibravatar René Scharfe1-5/+1
2015-10-22shallow: remove unused #include "sigchain.h"Libravatar Tobias Klauser1-1/+0
2015-08-25Merge branch 'mh/tempfile'Libravatar Junio C Hamano1-31/+10
2015-08-10memoize common git-path "constant" filesLibravatar Jeff King1-5/+5
2015-08-10setup_temporary_shallow(): use tempfile moduleLibravatar Michael Haggerty1-28/+7
2015-08-10lockfile: add accessor get_lock_file_path()Libravatar Michael Haggerty1-3/+3
2015-05-25shallow: rewrite functions to take object_id argumentsLibravatar Michael Haggerty1-18/+11
2015-05-25each_ref_fn: change to take an object_id parameterLibravatar Michael Haggerty1-6/+13
2015-05-05Merge branch 'bc/object-id'Libravatar Junio C Hamano1-4/+4