index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
refs
/
packed-backend.c
Age
Commit message (
Expand
)
Author
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
2024-07-30
refs/packed: stop using `the_repository`
Patrick Steinhardt
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
2024-06-06
refs: implement removal of ref storages
Patrick Steinhardt
2024-05-23
Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...
Junio C Hamano
2024-05-17
refs/packed: remove references to `the_hash_algo`
Patrick Steinhardt
2024-05-17
refs: pass repo when peeling objects
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-17
refs: adjust names for `init` and `init_db` callbacks
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-26
Merge branch 'ps/worktree-refdb-initialization'
Junio C Hamano
2024-01-16
Merge branch 'ps/refstorage-extension'
Junio C Hamano
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
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
[next]