summaryrefslogtreecommitdiff
path: root/shallow.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-05-10lock_file: make function-local locks non-staticMartin Ågren1-1/+1
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-3/+3
2017-09-29Merge branch 'ma/leakplugs'Junio C Hamano1-1/+1
2017-09-25Merge branch 'jk/write-in-full-fix'Junio C Hamano1-3/+3
2017-09-24object_array: add and use `object_array_pop()`Martin Ågren1-1/+1
2017-09-14avoid "write_in_full(fd, buf, len) != len" patternJeff King1-3/+3
2017-09-06tempfile: auto-allocate tempfiles on heapJeff King1-7/+6
2017-09-06tempfile: do not delete tempfile on failed closeJeff King1-1/+1
2017-09-06always check return value of close_tempfileJeff King1-2/+2
2017-09-06setup_temporary_shallow: move tempfile struct into functionJeff King1-6/+5
2017-09-06setup_temporary_shallow: avoid using inactive tempfileJeff King1-1/+1
2017-07-13commit: convert lookup_commit_graft to struct object_idStefan Beller1-2/+2
2017-07-12Merge branch 'rs/use-div-round-up'Junio C Hamano1-4/+4
2017-07-10use DIV_ROUND_UPRené Scharfe1-4/+4
2017-05-29Merge branch 'js/plug-leaks'Junio C Hamano1-2/+6
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson1-10/+10
2017-05-08Convert remaining callers of lookup_commit_reference* to object_idbrian m. carlson1-3/+3
2017-05-08shallow: convert shallow registration functions to object_idbrian m. carlson1-6/+6
2017-05-08shallow: avoid memory leakJohannes Schindelin1-2/+6
2017-03-31Rename sha1_array to oid_arraybrian m. carlson1-6/+6
2017-03-28sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson1-13/+13
2016-12-21Merge branch 'nd/shallow-fixup'Junio C Hamano1-19/+20
2016-12-07shallow.c: remove useless codeNguyễn Thái Ngọc Duy1-4/+0
2016-12-07shallow.c: bit manipulation tweaksRasmus Villemoes1-4/+4
2016-12-07shallow.c: avoid theoretical pointer wrap-aroundRasmus Villemoes1-1/+1
2016-12-07shallow.c: make paint_alloc slightly more robustNguyễn Thái Ngọc Duy1-0/+3
2016-12-07shallow.c: stop abusing COMMIT_SLAB_SIZE for paint_info's memory poolsNguyễn Thái Ngọc Duy1-2/+4
2016-12-07shallow.c: rename fields in paint_info to better express their purposesNguyễn Thái Ngọc Duy1-9/+9
2016-10-31Merge branch 'ls/filter-process'Junio C Hamano1-1/+1
2016-10-17pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider1-1/+1
2016-10-10Merge branch 'nd/shallow-deepen'Junio C Hamano1-0/+78
2016-08-01pass constants as first argument to st_mult()René Scharfe1-1/+1
2016-06-13shallow.c: implement a generic shallow boundary finder based on rev-listNguyễn Thái Ngọc Duy1-0/+78
2016-02-22use st_add and st_mult for allocation size computationJeff King1-1/+1
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King1-3/+3
2015-11-20Remove get_object_hash.brian m. carlson1-1/+1
2015-11-20Convert struct object to object_idbrian m. carlson1-2/+2
2015-11-20Add several uses of get_object_hash.brian m. carlson1-1/+1
2015-10-30Merge branch 'rs/pop-commit'Junio C Hamano1-5/+1
2015-10-29Merge branch 'tk/sigchain-unnecessary-post-tempfile'Junio C Hamano1-1/+0
2015-10-26use pop_commit() for consuming the first entry of a struct commit_listRené Scharfe1-5/+1
2015-10-22shallow: remove unused #include "sigchain.h"Tobias Klauser1-1/+0
2015-08-25Merge branch 'mh/tempfile'Junio C Hamano1-31/+10
2015-08-10memoize common git-path "constant" filesJeff King1-5/+5
2015-08-10setup_temporary_shallow(): use tempfile moduleMichael Haggerty1-28/+7
2015-08-10lockfile: add accessor get_lock_file_path()Michael Haggerty1-3/+3
2015-05-25shallow: rewrite functions to take object_id argumentsMichael Haggerty1-18/+11
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty1-6/+13
2015-05-05Merge branch 'bc/object-id'Junio C Hamano1-4/+4