aboutsummaryrefslogtreecommitdiff
path: root/refs.h
AgeCommit message (Expand)Author
2026-03-18object-name: turn INTERPRET_BRANCH_* constants into enum valuesJialong Wang
2026-03-09Merge branch 'ps/refs-for-each'Junio C Hamano
2026-03-04Merge branch 'kn/ref-location'Junio C Hamano
2026-02-25refs: extract out `refs_create_refdir_stubs()`Karthik Nayak
2026-02-23refs: replace `refs_for_each_fullref_in()`Patrick Steinhardt
2026-02-23refs: replace `refs_for_each_namespaced_ref()`Patrick Steinhardt
2026-02-23refs: replace `refs_for_each_glob_ref()`Patrick Steinhardt
2026-02-23refs: replace `refs_for_each_glob_ref_in()`Patrick Steinhardt
2026-02-23refs: replace `refs_for_each_rawref_in()`Patrick Steinhardt
2026-02-23refs: replace `refs_for_each_rawref()`Patrick Steinhardt
2026-02-23refs: replace `refs_for_each_ref_in()`Patrick Steinhardt
2026-02-23refs: generalize `refs_for_each_fullref_in_prefixes()`Patrick Steinhardt
2026-02-23refs: generalize `refs_for_each_namespaced_ref()`Patrick Steinhardt
2026-02-23refs: speed up `refs_for_each_glob_ref_in()`Patrick Steinhardt
2026-02-23refs: introduce `refs_for_each_ref_ext`Patrick Steinhardt
2026-02-23refs: rename `each_ref_fn`Patrick Steinhardt
2026-02-23refs: rename `do_for_each_ref_flags`Patrick Steinhardt
2026-02-23refs: move `do_for_each_ref_flags` further upPatrick Steinhardt
2026-02-23refs: move `refs_head_ref_namespaced()`Patrick Steinhardt
2026-02-23refs: remove unused `refs_for_each_include_root_ref()`Patrick Steinhardt
2026-02-09Merge branch 'kn/ref-batch-output-error-reporting-fix'Junio C Hamano
2026-01-25refs: add rejection detail to the callback functionKarthik Nayak
2026-01-12refs/files: introduce function to perform normal ref checksPatrick Steinhardt
2026-01-12refs/files: extract generic symref target checksPatrick Steinhardt
2025-11-10refs: add a `optimize_required` field to `struct ref_storage_be`Karthik Nayak
2025-11-04refs: rename 'pack_refs_opts' to 'refs_optimize_opts'Karthik Nayak
2025-11-04refs: move to using the '.optimize' functionsKarthik Nayak
2025-11-04refs: drop infrastructure to peel via iteratorsPatrick Steinhardt
2025-11-04refs: expose peeled object ID via the iteratorPatrick Steinhardt
2025-11-04refs: refactor reference status flagsPatrick Steinhardt
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt
2025-10-02Merge branch 'ms/refs-optimize'Junio C Hamano
2025-09-29Merge branch 'kn/refs-files-case-insensitive'Junio C Hamano
2025-09-19refs: add a generic 'optimize' APIMeet Soni
2025-09-17refs/files: catch conflicts on case-insensitive file-systemsKarthik Nayak
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano
2025-08-21Merge branch 'ps/reflog-migrate-fixes'Junio C Hamano
2025-08-06builtin/remote: only iterate through refs that are to be renamedPatrick Steinhardt
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt
2025-08-06Merge branch 'ps/reflog-migrate-fixes' into ps/remote-rename-fixJunio C Hamano
2025-08-06refs: fix invalid old object IDs when migrating reflogsPatrick Steinhardt
2025-08-06refs: export `ref_transaction_update_reflog()`Patrick Steinhardt
2025-08-03Merge branch 'kn/for-each-ref-skip'Junio C Hamano
2025-07-16Merge branch 'ph/fetch-prune-optim'Junio C Hamano
2025-07-15refs: selectively set prefix in the seek functionsKarthik Nayak
2025-07-15refs: expose `ref_iterator` via 'refs.h'Karthik Nayak
2025-07-01clean up interface for refs_warn_dangling_symrefsPhil Hord
2025-07-01refs: remove old refs_warn_dangling_symrefPhil Hord
2025-05-19refs: add function to translate errors to stringsKarthik Nayak
2025-04-16Merge branch 'kn/non-transactional-batch-updates'Junio C Hamano