index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs
/
packed-backend.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2025-07-23
config: drop `git_config_get_int()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-15
refs: selectively set prefix in the seek functions
Karthik Nayak
1
-6
/
+11
2025-05-14
packed-backend: mmap large "packed-refs" file during fsck
shejialuo
1
-12
/
+7
2025-05-14
packed-backend: extract snapshot allocation in `load_contents`
shejialuo
1
-22
/
+31
2025-05-14
packed-backend: fsck should warn when "packed-refs" file is empty
shejialuo
1
-0
/
+9
2025-04-17
Merge branch 'ps/refname-avail-check-optim'
Junio C Hamano
1
-2
/
+2
2025-04-16
Merge branch 'kn/non-transactional-batch-updates'
Junio C Hamano
1
-32
/
+37
2025-04-09
refs/packed: fix BUG when seeking refs with UTF-8 characters
Patrick Steinhardt
1
-2
/
+2
2025-04-08
refs: implement batch reference update support
Karthik Nayak
1
-2
/
+25
2025-04-08
refs: introduce enum-based transaction error types
Karthik Nayak
1
-9
/
+14
2025-04-08
refs: move duplicate refname update check to generic layer
Karthik Nayak
1
-24
/
+1
2025-03-29
Merge branch 'ps/refname-avail-check-optim'
Junio C Hamano
1
-37
/
+55
2025-03-12
refs/iterator: implement seeking for packed-ref iterators
Patrick Steinhardt
1
-22
/
+43
2025-03-12
refs/iterator: separate lifecycle from iteration
Patrick Steinhardt
1
-15
/
+12
2025-02-27
packed-backend: check whether the "packed-refs" is sorted
shejialuo
1
-16
/
+100
2025-02-27
packed-backend: add "packed-refs" entry consistency check
shejialuo
1
-1
/
+121
2025-02-27
packed-backend: check whether the refname contains NUL characters
shejialuo
1
-0
/
+18
2025-02-27
packed-backend: add "packed-refs" header consistency check
shejialuo
1
-0
/
+73
2025-02-27
packed-backend: check if header starts with "# pack-refs with: "
shejialuo
1
-1
/
+1
2025-02-27
packed-backend: check whether the "packed-refs" is regular file
shejialuo
1
-4
/
+48
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-12-04
Merge branch 'sj/ref-contents-check'
Junio C Hamano
1
-1
/
+7
2024-11-21
ref: support multiple worktrees check for refs
shejialuo
1
-1
/
+7
2024-11-21
refs: introduce "initial" transaction flag
Patrick Steinhardt
1
-8
/
+0
2024-09-12
Merge branch 'ps/pack-refs-auto-heuristics'
Junio C Hamano
1
-0
/
+18
2024-09-04
refs/files: use heuristic to decide whether to repack with `--auto`
Patrick Steinhardt
1
-0
/
+18
2024-08-26
Merge branch 'jk/mark-unused-parameters'
Junio C Hamano
1
-2
/
+2
2024-08-23
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-0
/
+2
2024-08-17
refs: mark unused parameters in ref_store fsck callbacks
Jeff King
1
-2
/
+2
2024-08-16
Merge branch 'sj/ref-fsck'
Junio C Hamano
1
-0
/
+8
2024-08-13
global: prepare for hiding away repo-less config functions
Patrick Steinhardt
1
-0
/
+2
2024-08-08
refs: set up ref consistency check infrastructure
shejialuo
1
-0
/
+8
2024-07-30
refs/packed: stop using `the_repository`
Patrick Steinhardt
1
-8
/
+6
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-3
/
+3
2024-06-06
refs: implement removal of ref storages
Patrick Steinhardt
1
-0
/
+15
2024-05-23
Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...
Junio C Hamano
1
-25
/
+42
2024-05-17
refs/packed: remove references to `the_hash_algo`
Patrick Steinhardt
1
-12
/
+20
2024-05-17
refs: pass repo when peeling objects
Patrick Steinhardt
1
-5
/
+3
2024-05-17
refs: implement releasing ref storages
Patrick Steinhardt
1
-0
/
+11
2024-05-17
refs: rename `init_db` callback to avoid confusion
Patrick Steinhardt
1
-4
/
+4
2024-05-17
refs: adjust names for `init` and `init_db` callbacks
Patrick Steinhardt
1
-8
/
+8
2024-05-07
refs: remove `create_symref` and associated dead code
Karthik Nayak
1
-1
/
+0
2024-02-21
refs: always treat iterators as ordered
Patrick Steinhardt
1
-1
/
+1
2024-01-26
Merge branch 'ps/worktree-refdb-initialization'
Junio C Hamano
1
-0
/
+1
2024-01-16
Merge branch 'ps/refstorage-extension'
Junio C Hamano
1
-1
/
+0
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-1
/
+0
2024-01-08
refs: prepare `refs_init_db()` for initializing worktree refs
Patrick Steinhardt
1
-0
/
+1
2024-01-02
refs: refactor logic to look up storage backends
Patrick Steinhardt
1
-1
/
+0
[next]