summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-21refs: drop unused params from the reflog iterator callbackPatrick Steinhardt1-4/+19
2024-02-21refs: always treat iterators as orderedPatrick Steinhardt1-4/+0
2024-02-07refs: introduce reftable backendPatrick Steinhardt1-0/+1
2024-01-29Merge branch 'ps/not-so-many-refs-are-special'Junio C Hamano1-28/+7
2024-01-26Merge branch 'ps/worktree-refdb-initialization'Junio C Hamano1-4/+2
2024-01-19refs: redefine special refsPatrick Steinhardt1-26/+7
2024-01-19refs: convert MERGE_AUTOSTASH to become a normal pseudo-refPatrick Steinhardt1-1/+0
2024-01-19refs: convert AUTO_MERGE to become a normal pseudo-refPatrick Steinhardt1-1/+0
2024-01-16Merge branch 'ps/refstorage-extension'Junio C Hamano1-9/+25
2024-01-08refs: prepare `refs_init_db()` for initializing worktree refsPatrick Steinhardt1-4/+2
2024-01-02Merge branch 'ps/pseudo-refs'Junio C Hamano1-3/+56
2024-01-02setup: start tracking ref storage formatPatrick Steinhardt1-2/+2
2024-01-02refs: refactor logic to look up storage backendsPatrick Steinhardt1-9/+25
2023-12-14bisect: consistently write BISECT_EXPECTED_REV via the refdbPatrick Steinhardt1-1/+2
2023-12-14refs: complete list of special refsPatrick Steinhardt1-2/+52
2023-12-14refs: propagate errno when reading special refs failsPatrick Steinhardt1-1/+3
2023-11-17refs: deduplicate code to delete referencesPatrick Steinhardt1-3/+45
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano1-1/+1
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano1-26/+59
2023-07-13do_for_each_ref_helper(): mark unused repository parameterJeff King1-1/+1
2023-07-10refs.h: implement `hidden_refs_to_excludes()`Taylor Blau1-0/+24
2023-07-10refs.h: let `for_each_namespaced_ref()` take excluded patternsTaylor Blau1-2/+3
2023-07-10revision.h: store hidden refs in a `strvec`Taylor Blau1-5/+6
2023-07-10refs: plumb `exclude_patterns` argument throughoutTaylor Blau1-13/+19
2023-07-10refs.c: rename `ref_filter`Jeff King1-7/+8
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren1-0/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-05-12pack-refs: teach --exclude option to exclude refs from being packedJohn Cai1-2/+2
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren1-1/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-1/+1
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason1-1/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren1-1/+1
2023-03-17Merge branch 'en/header-cleanup'Junio C Hamano1-1/+3
2023-02-27Merge branch 'jk/shorten-unambiguous-ref-wo-sscanf'Junio C Hamano1-45/+48
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+2
2023-02-15shorten_unambiguous_ref(): avoid sscanf()Jeff King1-35/+43
2023-02-15shorten_unambiguous_ref(): use NUM_REV_PARSE_RULES constantJeff King1-14/+8
2023-02-15shorten_unambiguous_ref(): avoid integer truncationJeff King1-2/+3
2022-12-13ls-refs: use repository parameter to iterate refsJeff King1-4/+5
2022-11-17refs: get rid of global list of hidden refsPatrick Steinhardt1-10/+4