summaryrefslogtreecommitdiffstats
path: root/refs.c
AgeCommit message (Expand)AuthorLines
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano-1/+1
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano-26/+59
2023-07-13do_for_each_ref_helper(): mark unused repository parameterJeff King-1/+1
2023-07-10refs.h: implement `hidden_refs_to_excludes()`Taylor Blau-0/+24
2023-07-10refs.h: let `for_each_namespaced_ref()` take excluded patternsTaylor Blau-2/+3
2023-07-10revision.h: store hidden refs in a `strvec`Taylor Blau-5/+6
2023-07-10refs: plumb `exclude_patterns` argument throughoutTaylor Blau-13/+19
2023-07-10refs.c: rename `ref_filter`Jeff King-7/+8
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren-1/+1
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren-0/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren-0/+1
2023-05-12pack-refs: teach --exclude option to exclude refs from being packedJohn Cai-2/+2
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren-1/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren-0/+1
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano-1/+1
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason-1/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren-1/+1
2023-03-17Merge branch 'en/header-cleanup'Junio C Hamano-1/+3
2023-02-27Merge branch 'jk/shorten-unambiguous-ref-wo-sscanf'Junio C Hamano-45/+48
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren-1/+2
2023-02-15shorten_unambiguous_ref(): avoid sscanf()Jeff King-35/+43
2023-02-15shorten_unambiguous_ref(): use NUM_REV_PARSE_RULES constantJeff King-14/+8
2023-02-15shorten_unambiguous_ref(): avoid integer truncationJeff King-2/+3
2022-12-13ls-refs: use repository parameter to iterate refsJeff King-4/+5
2022-11-17refs: get rid of global list of hidden refsPatrick Steinhardt-10/+4
2022-11-17refs: fix memory leak when parsing hideRefs configPatrick Steinhardt-1/+1
2022-09-19refs: unify parse_worktree_ref() and ref_type()Han-Wen Nienhuys-25/+51
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano-6/+6
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano-9/+14
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason-6/+6
2022-08-19hashmap: mark unused callback parametersJeff King-1/+1
2022-08-19refs: mark unused reflog callback parametersJeff King-4/+6
2022-08-19refs: mark unused each_ref_fn parametersJeff King-4/+7
2022-08-05refs: use ref_namespaces for replace refs baseDerrick Stolee-0/+1
2022-08-05refs: add array of ref namespacesDerrick Stolee-0/+83
2022-08-05refs: allow "HEAD" as decoration filterDerrick Stolee-3/+8
2022-04-25clone: die() instead of BUG() on bad refsDerrick Stolee-2/+4
2022-04-13Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"Junio C Hamano-8/+3
2022-03-17refs debug: add a wrapper for "read_symbolic_ref"Ævar Arnfjörð Bjarmason-12/+1
2022-03-16Merge branch 'ps/fetch-mirror-optim'Junio C Hamano-0/+17
2022-03-13Merge branch 'ps/fetch-atomic'Junio C Hamano-0/+16
2022-03-01refs: add ability for backends to special-case reading of symbolic refsPatrick Steinhardt-0/+17