index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
refs.c
Age
Commit message (
Expand
)
Author
2024-05-17
refs: retrieve worktree ref stores via associated repository
Patrick Steinhardt
2024-05-17
refs: refactor `resolve_gitlink_ref()` to accept a repository
Patrick Steinhardt
2024-05-17
refs: pass repo when retrieving submodule ref store
Patrick Steinhardt
2024-05-17
refs: track ref stores via strmap
Patrick Steinhardt
2024-05-17
refs: implement releasing ref storages
Patrick Steinhardt
2024-05-17
refs: rename `init_db` callback to avoid confusion
Patrick Steinhardt
2024-05-15
refs: refuse to write pseudorefs
Patrick Steinhardt
2024-05-15
ref-filter: properly distinuish pseudo and root refs
Patrick Steinhardt
2024-05-15
refs: pseudorefs are no refs
Patrick Steinhardt
2024-05-15
refs: classify HEAD as a root ref
Patrick Steinhardt
2024-05-15
refs: do not check ref existence in `is_root_ref()`
Patrick Steinhardt
2024-05-15
refs: rename `is_special_ref()` to `is_pseudo_ref()`
Patrick Steinhardt
2024-05-15
refs: rename `is_pseudoref()` to `is_root_ref()`
Patrick Steinhardt
2024-05-07
refs: remove functions without ref store
Patrick Steinhardt
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-05-07
refs: add `exclude_patterns` parameter to `for_each_fullref_in()`
Patrick Steinhardt
2024-05-07
refs: introduce missing functions that accept a `struct ref_store`
Patrick Steinhardt
2024-05-07
refs: rename `refs_create_symref()` to `refs_update_symref()`
Karthik Nayak
2024-05-07
refs: use transaction in `refs_create_symref()`
Karthik Nayak
2024-05-07
refs: add support for transactional symref updates
Karthik Nayak
2024-05-07
refs: move `original_update_refname` to 'refs.c'
Karthik Nayak
2024-05-07
refs: support symrefs in 'reference-transaction' hook
Karthik Nayak
2024-05-07
refs: accept symref values in `ref_transaction_update()`
Karthik Nayak
2024-03-05
Merge branch 'kn/for-all-refs'
Junio C Hamano
2024-03-05
Merge branch 'jk/reflog-special-cases-fix'
Junio C Hamano
2024-02-26
read_ref_at(): special-case ref@{0} for an empty reflog
Jeff King
2024-02-26
get_oid_basic(): special-case ref@{n} for oldest reflog entry
Jeff King
2024-02-26
Revert "refs: allow @{n} to work with n-sized reflog"
Jeff King
2024-02-23
refs: introduce `refs_for_each_include_root_refs()`
Karthik Nayak
2024-02-23
refs: introduce `is_pseudoref()` and `is_headref()`
Karthik Nayak
2024-02-21
refs: drop unused params from the reflog iterator callback
Patrick Steinhardt
2024-02-21
refs: always treat iterators as ordered
Patrick Steinhardt
2024-02-07
refs: introduce reftable backend
Patrick Steinhardt
2024-01-29
Merge branch 'ps/not-so-many-refs-are-special'
Junio C Hamano
2024-01-26
Merge branch 'ps/worktree-refdb-initialization'
Junio C Hamano
2024-01-19
refs: redefine special refs
Patrick Steinhardt
2024-01-19
refs: convert MERGE_AUTOSTASH to become a normal pseudo-ref
Patrick Steinhardt
2024-01-19
refs: convert AUTO_MERGE to become a normal pseudo-ref
Patrick Steinhardt
2024-01-16
Merge branch 'ps/refstorage-extension'
Junio C Hamano
2024-01-08
refs: prepare `refs_init_db()` for initializing worktree refs
Patrick Steinhardt
2024-01-02
Merge branch 'ps/pseudo-refs'
Junio C Hamano
2024-01-02
setup: start tracking ref storage format
Patrick Steinhardt
2024-01-02
refs: refactor logic to look up storage backends
Patrick Steinhardt
2023-12-14
bisect: consistently write BISECT_EXPECTED_REV via the refdb
Patrick Steinhardt
2023-12-14
refs: complete list of special refs
Patrick Steinhardt
2023-12-14
refs: propagate errno when reading special refs fails
Patrick Steinhardt
2023-11-17
refs: deduplicate code to delete references
Patrick Steinhardt
2023-07-25
Merge branch 'jk/unused-parameter'
Junio C Hamano
2023-07-21
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
2023-07-13
do_for_each_ref_helper(): mark unused repository parameter
Jeff King
[prev]
[next]