summaryrefslogtreecommitdiffstats
path: root/shallow.c (follow)
Commit message (Expand)AuthorAgeLines
* commit_graft_pos(): take an oid instead of a bare hashJeff King2021-01-28-1/+1
* Merge branch 'sg/commit-graph-cleanups' into masterJunio C Hamano2020-07-30-9/+5
|\
| * commit-slab: add a function to deep free entries on the slabSZEDER Gábor2020-06-08-9/+5
* | Merge branch 'tb/shallow-cleanup'Junio C Hamano2020-05-13-11/+25
|\ \
| * | shallow: use struct 'shallow_lock' for additional safetyTaylor Blau2020-04-30-11/+11
| * | shallow: extract a header file for shallow-related functionsTaylor Blau2020-04-30-0/+14
* | | Merge branch 'tb/reset-shallow'Junio C Hamano2020-05-01-9/+21
|\| |
| * | shallow.c: use '{commit,rollback}_shallow_file'Taylor Blau2020-04-24-9/+21
| |/
* / oid_array: rename source file from sha1-arrayJeff King2020-03-30-1/+1
|/
* Merge branch 'rs/dedup-includes'Junio C Hamano2019-10-11-3/+0
|\
| * treewide: remove duplicate #include directivesRené Scharfe2019-10-04-3/+0
* | Merge branch 'as/shallow-slab-use-fix'Junio C Hamano2019-10-09-0/+2
|\ \ | |/ |/|
| * shallow.c: don't free unallocated slabsAli Utku Selen2019-10-02-0/+2
* | Use the right 'struct repository' instead of the_repositoryNguyễn Thái Ngọc Duy2019-06-27-1/+2
* | fetch-pack: do not take shallow lock unnecessarilyJonathan Tan2019-01-10-0/+7
* | Merge branch 'js/shallow-and-fetch-prune'Junio C Hamano2018-11-06-6/+17
|\|
| * shallow: offer to prune only non-existing entriesJohannes Schindelin2018-10-25-6/+17
* | Merge branch 'nd/the-index'Junio C Hamano2018-10-19-1/+1
|\ \
| * | revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-21-1/+1
| |/
* / commit.h: remove method declarationsDerrick Stolee2018-07-20-0/+1
|/
* tag: add repository argument to deref_tagStefan Beller2018-06-29-1/+3
* commit: add repository argument to lookup_commitStefan Beller2018-06-29-7/+10
* commit: add repository argument to lookup_commit_reference_gentlyStefan Beller2018-06-29-3/+6
* Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-29-36/+38
|\
| * shallow: migrate shallow information into the object parserStefan Beller2018-05-18-27/+23
| * path.c: migrate global git_path_* to take a repository argumentStefan Beller2018-05-18-5/+7
| * shallow: add repository argument to is_repository_shallowStefan Beller2018-05-18-4/+4
| * shallow: add repository argument to check_shallow_file_for_updateStefan Beller2018-05-18-3/+4
| * shallow: add repository argument to register_shallowStefan Beller2018-05-18-2/+2
| * shallow: add repository argument to set_alternate_shallow_fileStefan Beller2018-05-18-1/+1
| * commit: add repository argument to lookup_commit_graftJonathan Nieder2018-05-18-2/+3
| * commit: add repository argument to register_commit_graftJonathan Nieder2018-05-16-1/+2
| * object-store: move object access functions to object-store.hStefan Beller2018-05-16-0/+1
* | Merge branch 'nd/reject-empty-shallow-request'Junio C Hamano2018-06-25-0/+3
|\ \
| * | upload-pack: reject shallow requests that would return nothingNguyễn Thái Ngọc Duy2018-06-04-0/+3
| |/
* | Merge branch 'nd/commit-util-to-slab'Junio C Hamano2018-06-25-12/+28
|\ \
| * | shallow.c: use commit-slab for commit depth instead of commit->utilNguyễn Thái Ngọc Duy2018-05-21-12/+28
| |/
* | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-30-3/+3
|\ \
| * | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-06-3/+3
| |/
* / lock_file: make function-local locks non-staticMartin Ågren2018-05-10-1/+1
|/
* Merge branch 'ma/leakplugs'Junio C Hamano2017-09-29-1/+1
|\
| * object_array: add and use `object_array_pop()`Martin Ågren2017-09-24-1/+1
* | Merge branch 'jk/write-in-full-fix'Junio C Hamano2017-09-25-3/+3
|\ \
| * | avoid "write_in_full(fd, buf, len) != len" patternJeff King2017-09-14-3/+3
| |/
* | tempfile: auto-allocate tempfiles on heapJeff King2017-09-06-7/+6
* | tempfile: do not delete tempfile on failed closeJeff King2017-09-06-1/+1
* | always check return value of close_tempfileJeff King2017-09-06-2/+2
* | setup_temporary_shallow: move tempfile struct into functionJeff King2017-09-06-6/+5
* | setup_temporary_shallow: avoid using inactive tempfileJeff King2017-09-06-1/+1
* | commit: convert lookup_commit_graft to struct object_idStefan Beller2017-07-13-2/+2
|/