summaryrefslogtreecommitdiff
path: root/shallow.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-13commit: convert parts to struct object_idbrian m. carlson1-4/+4
2015-02-24Merge branch 'jk/blame-commit-label' into maintJunio C Hamano1-1/+1
2015-02-11Merge branch 'jc/unused-symbols'Junio C Hamano1-1/+1
2015-02-11Merge branch 'jk/blame-commit-label'Junio C Hamano1-1/+1
2015-01-15shallow.c: make check_shallow_file_for_update() staticJunio C Hamano1-1/+1
2015-01-13use xstrdup_or_null to replace ternary conditionalsJeff King1-1/+1
2014-10-24Merge branch 'eb/no-pthreads'Junio C Hamano1-5/+2
2014-10-19Handle atexit list internaly for unthreaded buildsEtienne Buira1-5/+2
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty1-0/+1
2014-10-01lockfile: change lock_file::filename into a strbufMichael Haggerty1-3/+3
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe1-2/+1
2014-07-13trace: improve trace performanceKarsten Blees1-5/+5
2014-03-17shallow: verify shallow file after taking lockJeff King1-2/+2