summaryrefslogtreecommitdiff
path: root/shallow.c
AgeCommit message (Expand)Author
2020-07-30Merge branch 'sg/commit-graph-cleanups' into masterJunio C Hamano
2020-06-08commit-slab: add a function to deep free entries on the slabSZEDER Gábor
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano
2020-05-01Merge branch 'tb/reset-shallow'Junio C Hamano
2020-04-30shallow: use struct 'shallow_lock' for additional safetyTaylor Blau
2020-04-30shallow: extract a header file for shallow-related functionsTaylor Blau
2020-04-24shallow.c: use '{commit,rollback}_shallow_file'Taylor Blau
2020-03-30oid_array: rename source file from sha1-arrayJeff King
2019-10-11Merge branch 'rs/dedup-includes'Junio C Hamano
2019-10-09Merge branch 'as/shallow-slab-use-fix'Junio C Hamano
2019-10-03treewide: remove duplicate #include directivesRené Scharfe
2019-10-02shallow.c: don't free unallocated slabsAli Utku Selen
2019-06-27Use the right 'struct repository' instead of the_repositoryNguyễn Thái Ngọc Duy
2019-01-10fetch-pack: do not take shallow lock unnecessarilyJonathan Tan
2018-11-06Merge branch 'js/shallow-and-fetch-prune'Junio C Hamano
2018-10-25shallow: offer to prune only non-existing entriesJohannes Schindelin
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-07-20commit.h: remove method declarationsDerrick Stolee
2018-06-29tag: add repository argument to deref_tagStefan Beller
2018-06-29commit: add repository argument to lookup_commitStefan Beller
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-06-25Merge branch 'nd/reject-empty-shallow-request'Junio C Hamano
2018-06-25Merge branch 'nd/commit-util-to-slab'Junio C Hamano
2018-06-04upload-pack: reject shallow requests that would return nothingNguyễn Thái Ngọc Duy
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano
2018-05-21shallow.c: use commit-slab for commit depth instead of commit->utilNguyễn Thái Ngọc Duy
2018-05-17shallow: migrate shallow information into the object parserStefan Beller
2018-05-17path.c: migrate global git_path_* to take a repository argumentStefan Beller
2018-05-17shallow: add repository argument to is_repository_shallowStefan Beller
2018-05-17shallow: add repository argument to check_shallow_file_for_updateStefan Beller
2018-05-17shallow: add repository argument to register_shallowStefan Beller
2018-05-17shallow: add repository argument to set_alternate_shallow_fileStefan Beller
2018-05-17commit: add repository argument to lookup_commit_graftJonathan Nieder
2018-05-16commit: add repository argument to register_commit_graftJonathan Nieder
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-10lock_file: make function-local locks non-staticMartin Ågren
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2017-09-29Merge branch 'ma/leakplugs'Junio C Hamano
2017-09-25Merge branch 'jk/write-in-full-fix'Junio C Hamano
2017-09-24object_array: add and use `object_array_pop()`Martin Ågren
2017-09-14avoid "write_in_full(fd, buf, len) != len" patternJeff King
2017-09-06tempfile: auto-allocate tempfiles on heapJeff King
2017-09-06tempfile: do not delete tempfile on failed closeJeff King
2017-09-06always check return value of close_tempfileJeff King
2017-09-06setup_temporary_shallow: move tempfile struct into functionJeff King
2017-09-06setup_temporary_shallow: avoid using inactive tempfileJeff King
2017-07-13commit: convert lookup_commit_graft to struct object_idStefan Beller
2017-07-12Merge branch 'rs/use-div-round-up'Junio C Hamano