summaryrefslogtreecommitdiffstats
path: root/refs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* refs: remove functions without ref storePatrick Steinhardt2024-05-071-198/+0
* cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-3/+6
* refs: add `exclude_patterns` parameter to `for_each_fullref_in()`Patrick Steinhardt2024-05-071-3/+5
* refs: introduce missing functions that accept a `struct ref_store`Patrick Steinhardt2024-05-071-14/+51
* Merge branch 'kn/for-all-refs'Junio C Hamano2024-03-051-0/+48
|\
| * refs: introduce `refs_for_each_include_root_refs()`Karthik Nayak2024-02-231-0/+7
| * refs: introduce `is_pseudoref()` and `is_headref()`Karthik Nayak2024-02-231-0/+41
* | Merge branch 'jk/reflog-special-cases-fix'Junio C Hamano2024-03-051-35/+30
|\ \
| * | read_ref_at(): special-case ref@{0} for an empty reflogJeff King2024-02-261-0/+15
| * | get_oid_basic(): special-case ref@{n} for oldest reflog entryJeff King2024-02-261-1/+1
| * | Revert "refs: allow @{n} to work with n-sized reflog"Jeff King2024-02-261-34/+14
* | | refs: drop unused params from the reflog iterator callbackPatrick Steinhardt2024-02-211-4/+19
* | | refs: always treat iterators as orderedPatrick Steinhardt2024-02-211-4/+0
| |/ |/|
* | refs: introduce reftable backendPatrick Steinhardt2024-02-071-0/+1
|/
* Merge branch 'ps/not-so-many-refs-are-special'Junio C Hamano2024-01-301-28/+7
|\
| * refs: redefine special refsPatrick Steinhardt2024-01-191-26/+7
| * refs: convert MERGE_AUTOSTASH to become a normal pseudo-refPatrick Steinhardt2024-01-191-1/+0
| * refs: convert AUTO_MERGE to become a normal pseudo-refPatrick Steinhardt2024-01-191-1/+0
* | Merge branch 'ps/worktree-refdb-initialization'Junio C Hamano2024-01-261-4/+2
|\ \ | |/ |/|
| * refs: prepare `refs_init_db()` for initializing worktree refsPatrick Steinhardt2024-01-081-4/+2
* | Merge branch 'ps/refstorage-extension'Junio C Hamano2024-01-161-9/+25
|\|
| * setup: start tracking ref storage formatPatrick Steinhardt2024-01-021-2/+2
| * refs: refactor logic to look up storage backendsPatrick Steinhardt2024-01-021-9/+25
* | Merge branch 'ps/pseudo-refs'Junio C Hamano2024-01-021-3/+56
|\ \ | |/ |/|
| * bisect: consistently write BISECT_EXPECTED_REV via the refdbPatrick Steinhardt2023-12-141-1/+2
| * refs: complete list of special refsPatrick Steinhardt2023-12-141-2/+52
| * refs: propagate errno when reading special refs failsPatrick Steinhardt2023-12-141-1/+3
* | refs: deduplicate code to delete referencesPatrick Steinhardt2023-11-171-3/+45
|/
* Merge branch 'jk/unused-parameter'Junio C Hamano2023-07-251-1/+1
|\
| * do_for_each_ref_helper(): mark unused repository parameterJeff King2023-07-141-1/+1
* | Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano2023-07-211-26/+59
|\ \
| * | refs.h: implement `hidden_refs_to_excludes()`Taylor Blau2023-07-101-0/+24
| * | refs.h: let `for_each_namespaced_ref()` take excluded patternsTaylor Blau2023-07-101-2/+3
| * | revision.h: store hidden refs in a `strvec`Taylor Blau2023-07-101-5/+6
| * | refs: plumb `exclude_patterns` argument throughoutTaylor Blau2023-07-101-13/+19
| * | refs.c: rename `ref_filter`Jeff King2023-07-101-7/+8
* | | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* | | treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
| |/ |/|
* | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* | git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren2023-06-211-0/+1
* | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* | pack-refs: teach --exclude option to exclude refs from being packedJohn Cai2023-05-121-2/+2
|/
* 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