summaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove cache.h inclusion due to object-name.h changesElijah Newren2023-04-111-1/+1
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* treewide: be explicit about dependence on advice.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-1/+1
|\
| * post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason2023-03-281-1/+1
* | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren2023-03-211-1/+1
* | Merge branch 'en/header-cleanup'Junio C Hamano2023-03-171-1/+3
|\ \ | |/ |/|
| * cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
| * alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-1/+2
* | Merge branch 'jk/shorten-unambiguous-ref-wo-sscanf'Junio C Hamano2023-02-271-45/+48
|\ \ | |/ |/|
| * shorten_unambiguous_ref(): avoid sscanf()Jeff King2023-02-151-35/+43
| * shorten_unambiguous_ref(): use NUM_REV_PARSE_RULES constantJeff King2023-02-151-14/+8
| * shorten_unambiguous_ref(): avoid integer truncationJeff King2023-02-151-2/+3
* | ls-refs: use repository parameter to iterate refsJeff King2022-12-131-4/+5
|/
* refs: get rid of global list of hidden refsPatrick Steinhardt2022-11-171-10/+4
* refs: fix memory leak when parsing hideRefs configPatrick Steinhardt2022-11-171-1/+1
* refs: unify parse_worktree_ref() and ref_type()Han-Wen Nienhuys2022-09-191-25/+51
* Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-6/+6
|\
| * git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-6/+6
* | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-9/+14
|\ \ | |/
| * hashmap: mark unused callback parametersJeff King2022-08-191-1/+1
| * refs: mark unused reflog callback parametersJeff King2022-08-191-4/+6
| * refs: mark unused each_ref_fn parametersJeff King2022-08-191-4/+7
* | refs: use ref_namespaces for replace refs baseDerrick Stolee2022-08-051-0/+1
* | refs: add array of ref namespacesDerrick Stolee2022-08-051-0/+83
* | refs: allow "HEAD" as decoration filterDerrick Stolee2022-08-051-3/+8
|/
* clone: die() instead of BUG() on bad refsDerrick Stolee2022-04-251-2/+4
* Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"Junio C Hamano2022-04-131-8/+3
* refs debug: add a wrapper for "read_symbolic_ref"Ævar Arnfjörð Bjarmason2022-03-171-12/+1
* Merge branch 'ps/fetch-mirror-optim'Junio C Hamano2022-03-161-0/+17
|\
| * refs: add ability for backends to special-case reading of symbolic refsPatrick Steinhardt2022-03-011-0/+17
| * Merge branch 'ps/fetch-atomic' into ps/fetch-mirror-optimJunio C Hamano2022-03-011-0/+16
| |\
* | \ Merge branch 'ps/fetch-atomic'Junio C Hamano2022-03-131-0/+16
|\ \ \ | | |/ | |/|
| * | refs: add interface to iterate over queued transactional updatesPatrick Steinhardt2022-02-171-0/+16
* | | Merge branch 'ab/date-mode-release'Junio C Hamano2022-02-251-0/+1
|\ \ \ | |_|/ |/| |
| * | date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason2022-02-161-0/+1
| |/
* | Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'Junio C Hamano2022-02-181-3/+8
|\ \ | |/ |/|
| * refs: allow skipping the reference-transaction hookPatrick Steinhardt2022-01-171-0/+3
| * refs: allow passing flags when beginning transactionsPatrick Steinhardt2022-01-171-3/+5
* | refs API: remove "failure_errno" from refs_resolve_ref_unsafe()Ævar Arnfjörð Bjarmason2022-01-261-34/+17
* | Merge branch 'ab/refs-errno-cleanup'Junio C Hamano2022-01-141-2/+0
|\ \
| * | refs API: use "failure_errno", not "errno"Ævar Arnfjörð Bjarmason2022-01-131-2/+0
* | | Merge branch 'hn/refs-debug-update'Junio C Hamano2022-01-101-2/+4
|\ \ \ | |_|/ |/| |
| * | refs: centralize initialization of the base ref_store.Han-Wen Nienhuys2021-12-221-2/+4
* | | Merge branch 'ns/tmp-objdir'Junio C Hamano2022-01-031-1/+1
|\ \ \ | |/ / |/| |
| * | tmp-objdir: disable ref updates when replacing the primary odbNeeraj Singh2021-12-081-1/+1