summaryrefslogtreecommitdiff
path: root/shallow.c
AgeCommit message (Expand)Author
2017-09-29Merge branch 'ma/leakplugs'Junio C Hamano
2017-09-25Merge branch 'jk/write-in-full-fix'Junio C Hamano
2017-09-24object_array: add and use `object_array_pop()`Martin Ågren
2017-09-14avoid "write_in_full(fd, buf, len) != len" patternJeff King
2017-09-06tempfile: auto-allocate tempfiles on heapJeff King
2017-09-06tempfile: do not delete tempfile on failed closeJeff King
2017-09-06always check return value of close_tempfileJeff King
2017-09-06setup_temporary_shallow: move tempfile struct into functionJeff King
2017-09-06setup_temporary_shallow: avoid using inactive tempfileJeff King
2017-07-13commit: convert lookup_commit_graft to struct object_idStefan Beller
2017-07-12Merge branch 'rs/use-div-round-up'Junio C Hamano
2017-07-10use DIV_ROUND_UPRené Scharfe
2017-05-29Merge branch 'js/plug-leaks'Junio C Hamano
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-05-08Convert remaining callers of lookup_commit_reference* to object_idbrian m. carlson
2017-05-08shallow: convert shallow registration functions to object_idbrian m. carlson
2017-05-08shallow: avoid memory leakJohannes Schindelin
2017-03-31Rename sha1_array to oid_arraybrian m. carlson
2017-03-28sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson
2016-12-21Merge branch 'nd/shallow-fixup'Junio C Hamano
2016-12-07shallow.c: remove useless codeNguyễn Thái Ngọc Duy
2016-12-07shallow.c: bit manipulation tweaksRasmus Villemoes
2016-12-07shallow.c: avoid theoretical pointer wrap-aroundRasmus Villemoes
2016-12-07shallow.c: make paint_alloc slightly more robustNguyễn Thái Ngọc Duy
2016-12-07shallow.c: stop abusing COMMIT_SLAB_SIZE for paint_info's memory poolsNguyễn Thái Ngọc Duy
2016-12-07shallow.c: rename fields in paint_info to better express their purposesNguyễn Thái Ngọc Duy
2016-10-31Merge branch 'ls/filter-process'Junio C Hamano
2016-10-17pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider
2016-10-10Merge branch 'nd/shallow-deepen'Junio C Hamano
2016-08-01pass constants as first argument to st_mult()René Scharfe
2016-06-13shallow.c: implement a generic shallow boundary finder based on rev-listNguyễn Thái Ngọc Duy
2016-02-22use st_add and st_mult for allocation size computationJeff King
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-10-30Merge branch 'rs/pop-commit'Junio C Hamano
2015-10-29Merge branch 'tk/sigchain-unnecessary-post-tempfile'Junio C Hamano
2015-10-26use pop_commit() for consuming the first entry of a struct commit_listRené Scharfe
2015-10-22shallow: remove unused #include "sigchain.h"Tobias Klauser
2015-08-25Merge branch 'mh/tempfile'Junio C Hamano
2015-08-10memoize common git-path "constant" filesJeff King
2015-08-10setup_temporary_shallow(): use tempfile moduleMichael Haggerty
2015-08-10lockfile: add accessor get_lock_file_path()Michael Haggerty
2015-05-25shallow: rewrite functions to take object_id argumentsMichael Haggerty
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty
2015-05-06Merge branch 'bc/object-id'Junio C Hamano
2015-03-14commit: convert parts to struct object_idbrian m. carlson
2015-02-25Merge branch 'jk/blame-commit-label' into maintJunio C Hamano
2015-02-11Merge branch 'jc/unused-symbols'Junio C Hamano