summary refs log tree commit diff
path: root/shallow.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-17shallow: reset commit grafts when shallow is resetJonathan Tan1-0/+1
2022-01-12git-rev-list: add --exclude-first-parent-only flagJerry Zhang1-1/+1
2021-01-28commit_graft_pos(): take an oid instead of a bare hashJeff King1-1/+1
2020-07-30Merge branch 'sg/commit-graph-cleanups' into masterJunio C Hamano1-9/+5
2020-06-08commit-slab: add a function to deep free entries on the slabSZEDER Gábor1-9/+5
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano1-11/+25
2020-05-01Merge branch 'tb/reset-shallow'Junio C Hamano1-9/+21
2020-04-30shallow: use struct 'shallow_lock' for additional safetyTaylor Blau1-11/+11
2020-04-30shallow: extract a header file for shallow-related functionsTaylor Blau1-0/+14
2020-04-24shallow.c: use '{commit,rollback}_shallow_file'Taylor Blau1-9/+21
2020-03-30oid_array: rename source file from sha1-arrayJeff King1-1/+1
2019-10-11Merge branch 'rs/dedup-includes'Junio C Hamano1-3/+0
2019-10-09Merge branch 'as/shallow-slab-use-fix'Junio C Hamano1-0/+2
2019-10-04treewide: remove duplicate #include directivesRené Scharfe1-3/+0
2019-10-02shallow.c: don't free unallocated slabsAli Utku Selen1-0/+2
2019-06-27Use the right 'struct repository' instead of the_repositoryNguyễn Thái Ngọc Duy1-1/+2
2019-01-10fetch-pack: do not take shallow lock unnecessarilyJonathan Tan1-0/+7
2018-11-06Merge branch 'js/shallow-and-fetch-prune'Junio C Hamano1-6/+17
2018-10-25shallow: offer to prune only non-existing entriesJohannes Schindelin1-6/+17
2018-10-19Merge branch 'nd/the-index'Junio C Hamano1-1/+1
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-07-20commit.h: remove method declarationsDerrick Stolee1-0/+1
2018-06-29tag: add repository argument to deref_tagStefan Beller1-1/+3
2018-06-29commit: add repository argument to lookup_commitStefan Beller1-7/+10
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller1-3/+6
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano1-36/+38
2018-06-25Merge branch 'nd/reject-empty-shallow-request'Junio C Hamano1-0/+3
2018-06-25Merge branch 'nd/commit-util-to-slab'Junio C Hamano1-12/+28
2018-06-04upload-pack: reject shallow requests that would return nothingNguyễn Thái Ngọc Duy1-0/+3
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano1-3/+3
2018-05-21shallow.c: use commit-slab for commit depth instead of commit->utilNguyễn Thái Ngọc Duy1-12/+28
2018-05-18shallow: migrate shallow information into the object parserStefan Beller1-27/+23
2018-05-18path.c: migrate global git_path_* to take a repository argumentStefan Beller1-5/+7
2018-05-18shallow: add repository argument to is_repository_shallowStefan Beller1-4/+4
2018-05-18shallow: add repository argument to check_shallow_file_for_updateStefan Beller1-3/+4
2018-05-18shallow: add repository argument to register_shallowStefan Beller1-2/+2
2018-05-18shallow: add repository argument to set_alternate_shallow_fileStefan Beller1-1/+1
2018-05-18commit: add repository argument to lookup_commit_graftJonathan Nieder1-2/+3
2018-05-16commit: add repository argument to register_commit_graftJonathan Nieder1-1/+2
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-05-10lock_file: make function-local locks non-staticMartin Ågren1-1/+1
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-3/+3
2017-09-29Merge branch 'ma/leakplugs'Junio C Hamano1-1/+1
2017-09-25Merge branch 'jk/write-in-full-fix'Junio C Hamano1-3/+3
2017-09-24object_array: add and use `object_array_pop()`Martin Ågren1-1/+1
2017-09-14avoid "write_in_full(fd, buf, len) != len" patternJeff King1-3/+3
2017-09-06tempfile: auto-allocate tempfiles on heapJeff King1-7/+6
2017-09-06tempfile: do not delete tempfile on failed closeJeff King1-1/+1
2017-09-06always check return value of close_tempfileJeff King1-2/+2
2017-09-06setup_temporary_shallow: move tempfile struct into functionJeff King1-6/+5