summaryrefslogtreecommitdiff
path: root/shallow.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-36/+38
|\
| * shallow: migrate shallow information into the object parserStefan Beller2018-05-181-27/+23
| * path.c: migrate global git_path_* to take a repository argumentStefan Beller2018-05-181-5/+7
| * shallow: add repository argument to is_repository_shallowStefan Beller2018-05-181-4/+4
| * shallow: add repository argument to check_shallow_file_for_updateStefan Beller2018-05-181-3/+4
| * shallow: add repository argument to register_shallowStefan Beller2018-05-181-2/+2
| * shallow: add repository argument to set_alternate_shallow_fileStefan Beller2018-05-181-1/+1
| * commit: add repository argument to lookup_commit_graftJonathan Nieder2018-05-181-2/+3
| * commit: add repository argument to register_commit_graftJonathan Nieder2018-05-161-1/+2
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | Merge branch 'nd/reject-empty-shallow-request'Junio C Hamano2018-06-251-0/+3
|\ \
| * | upload-pack: reject shallow requests that would return nothingNguyễn Thái Ngọc Duy2018-06-041-0/+3
| |/
* | Merge branch 'nd/commit-util-to-slab'Junio C Hamano2018-06-251-12/+28
|\ \
| * | shallow.c: use commit-slab for commit depth instead of commit->utilNguyễn Thái Ngọc Duy2018-05-211-12/+28
| |/
* | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-3/+3
|\ \
| * | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-3/+3
| |/
* | lock_file: make function-local locks non-staticMartin Ågren2018-05-101-1/+1
|/
* 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
|/