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
/
debug.c
Age
Commit message (
Expand
)
Author
2025-12-30
Merge branch 'gf/maintenance-is-needed-fix'
Junio C Hamano
2025-12-19
refs: dereference the value of the required pointer
Greg Funni
2025-11-21
Merge branch 'kn/maintenance-is-needed'
Junio C Hamano
2025-11-19
Merge branch 'kn/refs-optim-cleanup'
Junio C Hamano
2025-11-19
Merge branch 'ps/ref-peeled-tags'
Junio C Hamano
2025-11-10
refs: add a `optimize_required` field to `struct ref_storage_be`
Karthik Nayak
2025-11-04
refs: rename 'pack_refs_opts' to 'refs_optimize_opts'
Karthik Nayak
2025-11-04
refs: move to using the '.optimize' functions
Karthik Nayak
2025-11-04
refs: drop infrastructure to peel via iterators
Patrick Steinhardt
2025-11-04
refs: introduce `.ref` field for the base iterator
Patrick Steinhardt
2025-10-27
refs: add missing remove_on_disk implementation for debug backend
Xinyu Ruan
2025-10-13
Merge branch 'kn/reftable-consistency-checks'
Junio C Hamano
2025-10-07
refs: remove unused headers
Karthik Nayak
2025-08-21
Merge branch 'ps/remote-rename-fix'
Junio C Hamano
2025-08-06
refs: pass refname when invoking reflog entry callback
Patrick Steinhardt
2025-07-15
refs: selectively set prefix in the seek functions
Karthik Nayak
2025-04-15
Merge branch 'ps/object-wo-the-repository'
Junio C Hamano
2025-03-12
refs/iterator: provide infrastructure to re-seek iterators
Patrick Steinhardt
2025-03-12
refs/iterator: separate lifecycle from iteration
Patrick Steinhardt
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-04
Merge branch 'sj/ref-contents-check'
Junio C Hamano
2024-11-21
ref: support multiple worktrees check for refs
shejialuo
2024-11-21
refs: introduce "initial" transaction flag
Patrick Steinhardt
2024-08-08
refs: set up ref consistency check infrastructure
shejialuo
2024-05-30
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
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-07
refs: remove `create_symref` and associated dead code
Karthik Nayak
2024-02-21
refs: always treat iterators as ordered
Patrick Steinhardt
2024-01-08
refs: prepare `refs_init_db()` for initializing worktree refs
Patrick Steinhardt
2024-01-02
refs: refactor logic to look up storage backends
Patrick Steinhardt
2023-11-17
refs: remove `delete_refs` callback from backends
Patrick Steinhardt
2023-07-21
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
2023-07-10
refs: plumb `exclude_patterns` argument throughout
Taylor Blau
2023-06-13
Merge branch 'jc/pack-ref-exclude-include'
Junio C Hamano
2023-05-12
pack-refs: teach --exclude option to exclude refs from being packed
John Cai
2023-04-24
commit.h: reduce unnecessary includes
Elijah Newren
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-23
treewide: ensure one of the appropriate headers is sourced first
Elijah Newren
2022-03-17
refs debug: add a wrapper for "read_symbolic_ref"
Ævar Arnfjörð Bjarmason
2022-03-17
refs: use designated initializers for "struct ref_iterator_vtable"
Ævar Arnfjörð Bjarmason
2022-03-17
refs: use designated initializers for "struct ref_storage_be"
Ævar Arnfjörð Bjarmason
2022-03-01
refs: add ability for backends to special-case reading of symbolic refs
Patrick Steinhardt
2021-12-22
refs: centralize initialization of the base ref_store.
Han-Wen Nienhuys
2021-12-22
refs: print error message in debug output
Han-Wen Nienhuys
2021-12-15
Merge branch 'hn/reflog-tests'
Junio C Hamano
2021-12-02
refs/debug: trim trailing LF from reflog message
Han-Wen Nienhuys
2021-11-22
refs: drop force_create argument of create_reflog API
Han-Wen Nienhuys
[next]