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
/
packed-backend.c
Age
Commit message (
Expand
)
Author
2026-03-09
Merge branch 'ps/refs-for-each'
Junio C Hamano
2026-03-04
Merge branch 'kn/ref-location'
Junio C Hamano
2026-02-25
refs: receive and use the reference storage payload
Karthik Nayak
2026-02-23
refs: rename `do_for_each_ref_flags`
Patrick Steinhardt
2026-01-25
refs: skip to next ref when current ref is rejected
Karthik Nayak
2025-11-21
Merge branch 'kn/maintenance-is-needed'
Junio C Hamano
2025-11-19
Merge branch 'ps/ref-peeled-tags-fixes'
Junio C Hamano
2025-11-10
refs: add a `optimize_required` field to `struct ref_storage_be`
Karthik Nayak
2025-11-06
object: fix performance regression when peeling tags
Patrick Steinhardt
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: don't store peeled object IDs for invalid tags
Patrick Steinhardt
2025-11-04
object: add flag to `peel_object()` to verify object type
Patrick Steinhardt
2025-11-04
refs: drop infrastructure to peel via iterators
Patrick Steinhardt
2025-11-04
refs: expose peeled object ID via the iterator
Patrick Steinhardt
2025-11-04
refs: fully reset `struct ref_iterator::ref` on iteration
Patrick Steinhardt
2025-11-04
refs: introduce `.ref` field for the base iterator
Patrick Steinhardt
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
2025-07-23
config: drop `git_config_get_int()` wrapper
Patrick Steinhardt
2025-07-15
refs: selectively set prefix in the seek functions
Karthik Nayak
2025-05-14
packed-backend: mmap large "packed-refs" file during fsck
shejialuo
2025-05-14
packed-backend: extract snapshot allocation in `load_contents`
shejialuo
2025-05-14
packed-backend: fsck should warn when "packed-refs" file is empty
shejialuo
2025-04-17
Merge branch 'ps/refname-avail-check-optim'
Junio C Hamano
2025-04-16
Merge branch 'kn/non-transactional-batch-updates'
Junio C Hamano
2025-04-09
refs/packed: fix BUG when seeking refs with UTF-8 characters
Patrick Steinhardt
2025-04-08
refs: implement batch reference update support
Karthik Nayak
2025-04-08
refs: introduce enum-based transaction error types
Karthik Nayak
2025-04-08
refs: move duplicate refname update check to generic layer
Karthik Nayak
2025-03-29
Merge branch 'ps/refname-avail-check-optim'
Junio C Hamano
2025-03-12
refs/iterator: implement seeking for packed-ref iterators
Patrick Steinhardt
2025-03-12
refs/iterator: separate lifecycle from iteration
Patrick Steinhardt
2025-02-27
packed-backend: check whether the "packed-refs" is sorted
shejialuo
2025-02-27
packed-backend: add "packed-refs" entry consistency check
shejialuo
2025-02-27
packed-backend: check whether the refname contains NUL characters
shejialuo
2025-02-27
packed-backend: add "packed-refs" header consistency check
shejialuo
2025-02-27
packed-backend: check if header starts with "# pack-refs with: "
shejialuo
2025-02-27
packed-backend: check whether the "packed-refs" is regular file
shejialuo
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-09-12
Merge branch 'ps/pack-refs-auto-heuristics'
Junio C Hamano
2024-09-04
refs/files: use heuristic to decide whether to repack with `--auto`
Patrick Steinhardt
2024-08-26
Merge branch 'jk/mark-unused-parameters'
Junio C Hamano
2024-08-23
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
2024-08-17
refs: mark unused parameters in ref_store fsck callbacks
Jeff King
2024-08-16
Merge branch 'sj/ref-fsck'
Junio C Hamano
2024-08-13
global: prepare for hiding away repo-less config functions
Patrick Steinhardt
2024-08-08
refs: set up ref consistency check infrastructure
shejialuo
[next]