summaryrefslogtreecommitdiff
path: root/shallow.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sg/commit-graph-cleanups' into masterJunio C Hamano2020-07-301-9/+5
|\
| * commit-slab: add a function to deep free entries on the slabSZEDER Gábor2020-06-081-9/+5
* | Merge branch 'tb/shallow-cleanup'Junio C Hamano2020-05-131-11/+25
|\ \
| * | shallow: use struct 'shallow_lock' for additional safetyTaylor Blau2020-04-301-11/+11
| * | shallow: extract a header file for shallow-related functionsTaylor Blau2020-04-301-0/+14
* | | Merge branch 'tb/reset-shallow'Junio C Hamano2020-05-011-9/+21
|\ \ \ | |/ /
| * | shallow.c: use '{commit,rollback}_shallow_file'Taylor Blau2020-04-241-9/+21
| |/
* | oid_array: rename source file from sha1-arrayJeff King2020-03-301-1/+1
|/
* Merge branch 'rs/dedup-includes'Junio C Hamano2019-10-111-3/+0
|\
| * treewide: remove duplicate #include directivesRené Scharfe2019-10-041-3/+0
* | Merge branch 'as/shallow-slab-use-fix'Junio C Hamano2019-10-091-0/+2
|\ \ | |/ |/|
| * shallow.c: don't free unallocated slabsAli Utku Selen2019-10-021-0/+2
* | Use the right 'struct repository' instead of the_repositoryNguyễn Thái Ngọc Duy2019-06-271-1/+2
* | fetch-pack: do not take shallow lock unnecessarilyJonathan Tan2019-01-101-0/+7
* | Merge branch 'js/shallow-and-fetch-prune'Junio C Hamano2018-11-061-6/+17
|\ \ | |/
| * shallow: offer to prune only non-existing entriesJohannes Schindelin2018-10-251-6/+17
* | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-1/+1
|\ \
| * | revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
| |/
* | commit.h: remove method declarationsDerrick Stolee2018-07-201-0/+1
|/
* tag: add repository argument to deref_tagStefan Beller2018-06-291-1/+3
* commit: add repository argument to lookup_commitStefan Beller2018-06-291-7/+10
* commit: add repository argument to lookup_commit_reference_gentlyStefan Beller2018-06-291-3/+6
* Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-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
|\