summaryrefslogtreecommitdiff
path: root/shallow.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ma/leakplugs'Junio C Hamano2017-09-291-1/+1
|\
| * object_array: add and use `object_array_pop()`Martin Ågren2017-09-241-1/+1
* | Merge branch 'jk/write-in-full-fix'Junio C Hamano2017-09-251-3/+3
|\ \
| * | avoid "write_in_full(fd, buf, len) != len" patternJeff King2017-09-141-3/+3
| |/
* | tempfile: auto-allocate tempfiles on heapJeff King2017-09-061-7/+6
* | tempfile: do not delete tempfile on failed closeJeff King2017-09-061-1/+1
* | always check return value of close_tempfileJeff King2017-09-061-2/+2
* | setup_temporary_shallow: move tempfile struct into functionJeff King2017-09-061-6/+5
* | setup_temporary_shallow: avoid using inactive tempfileJeff King2017-09-061-1/+1
* | commit: convert lookup_commit_graft to struct object_idStefan Beller2017-07-131-2/+2
|/
* Merge branch 'rs/use-div-round-up'Junio C Hamano2017-07-121-4/+4
|\
| * use DIV_ROUND_UPrs/use-div-round-upRené Scharfe2017-07-101-4/+4
* | Merge branch 'js/plug-leaks'Junio C Hamano2017-05-291-2/+6
|\ \ | |/
| * shallow: avoid memory leakJohannes Schindelin2017-05-081-2/+6
* | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-10/+10
* | Convert remaining callers of lookup_commit_reference* to object_idbrian m. carlson2017-05-081-3/+3
* | shallow: convert shallow registration functions to object_idbrian m. carlson2017-05-081-6/+6
|/
* Rename sha1_array to oid_arraybrian m. carlson2017-03-311-6/+6
* sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson2017-03-281-13/+13
* Merge branch 'nd/shallow-fixup'Junio C Hamano2016-12-211-19/+20
|\
| * shallow.c: remove useless codend/shallow-fixupNguyễn Thái Ngọc Duy2016-12-071-4/+0
| * shallow.c: bit manipulation tweaksRasmus Villemoes2016-12-071-4/+4
| * shallow.c: avoid theoretical pointer wrap-aroundRasmus Villemoes2016-12-071-1/+1
| * shallow.c: make paint_alloc slightly more robustNguyễn Thái Ngọc Duy2016-12-071-0/+3
| * shallow.c: stop abusing COMMIT_SLAB_SIZE for paint_info's memory poolsNguyễn Thái Ngọc Duy2016-12-071-2/+4
| * shallow.c: rename fields in paint_info to better express their purposesNguyễn Thái Ngọc Duy2016-12-071-9/+9
* | Merge branch 'ls/filter-process'Junio C Hamano2016-10-311-1/+1
|\ \
| * | pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider2016-10-171-1/+1
* | | Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-101-0/+78
|\ \ \ | |/ / |/| |
| * | shallow.c: implement a generic shallow boundary finder based on rev-listNguyễn Thái Ngọc Duy2016-06-131-0/+78
* | | pass constants as first argument to st_mult()rs/st-multRené Scharfe2016-08-011-1/+1
| |/ |/|
* | use st_add and st_mult for allocation size computationJeff King2016-02-221-1/+1
* | convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-3/+3
|/
* Remove get_object_hash.brian m. carlson2015-11-201-1/+1
* Convert struct object to object_idbrian m. carlson2015-11-201-2/+2
* Add several uses of get_object_hash.brian m. carlson2015-11-201-1/+1
* Merge branch 'rs/pop-commit'Junio C Hamano2015-10-301-5/+1
|\
| * use pop_commit() for consuming the first entry of a struct commit_listrs/pop-commitRené Scharfe2015-10-261-5/+1
* | Merge branch 'tk/sigchain-unnecessary-post-tempfile'Junio C Hamano2015-10-291-1/+0
|\ \
| * | shallow: remove unused #include "sigchain.h"tk/sigchain-unnecessary-post-tempfileTobias Klauser2015-10-221-1/+0
* | | Merge branch 'mh/tempfile'Junio C Hamano2015-08-251-31/+10
|\ \ \ | |/ /
| * | setup_temporary_shallow(): use tempfile moduleMichael Haggerty2015-08-101-28/+7
| * | lockfile: add accessor get_lock_file_path()Michael Haggerty2015-08-101-3/+3
| |/
* | memoize common git-path "constant" filesjk/git-pathJeff King2015-08-101-5/+5
|/
* shallow: rewrite functions to take object_id argumentsMichael Haggerty2015-05-251-18/+11
* each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-6/+13
* Merge branch 'bc/object-id'Junio C Hamano2015-05-051-4/+4
|\
| * commit: convert parts to struct object_idbrian m. carlson2015-03-131-4/+4
| * Merge branch 'jk/blame-commit-label' into maintJunio C Hamano2015-02-241-1/+1
| |\
* | \ Merge branch 'jc/unused-symbols'Junio C Hamano2015-02-111-1/+1
|\ \ \