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