index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
refs
/
packed-backend.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-25
Merge branch 'ch/chdir-notify-drop-name'
Junio C Hamano
1
-4
/
+3
2026-08-14
chdir-notify.h: Removed unused param 'name'
Colin Hinton
1
-4
/
+3
2026-07-30
Merge branch 'rs/tempfile-wo-the-repository'
Junio C Hamano
1
-5
/
+4
2026-07-16
refs/packed: de-globalize handling of "core.packedRefsTimeout"
Patrick Steinhardt
1
-7
/
+13
2026-07-14
use repo_hold_lock_file_for_update{,_mode,_timeout}() with custom repos
René Scharfe
1
-4
/
+3
2026-07-14
refs/packed: use repo_create_tempfile()
René Scharfe
1
-1
/
+1
2026-06-26
refs: unregister reference stores from "chdir_notify"
Patrick Steinhardt
1
-1
/
+15
2026-05-05
refs: use peeled tag values in reference backends
Karthik Nayak
1
-4
/
+2
2026-05-05
refs: introduce `ref_store_init_options`
Karthik Nayak
1
-2
/
+2
2026-03-09
Merge branch 'ps/refs-for-each'
Junio C Hamano
1
-4
/
+4
2026-03-04
Merge branch 'kn/ref-location'
Junio C Hamano
1
-0
/
+5
2026-02-25
refs: receive and use the reference storage payload
Karthik Nayak
1
-0
/
+5
2026-02-23
refs: rename `do_for_each_ref_flags`
Patrick Steinhardt
1
-4
/
+4
2026-01-25
refs: skip to next ref when current ref is rejected
Karthik Nayak
1
-6
/
+6
2025-11-21
Merge branch 'kn/maintenance-is-needed'
Junio C Hamano
1
-0
/
+13
2025-11-19
Merge branch 'ps/ref-peeled-tags-fixes'
Junio C Hamano
1
-1
/
+1
2025-11-10
refs: add a `optimize_required` field to `struct ref_storage_be`
Karthik Nayak
1
-0
/
+13
2025-11-06
object: fix performance regression when peeling tags
Patrick Steinhardt
1
-1
/
+1
2025-11-04
refs: rename 'pack_refs_opts' to 'refs_optimize_opts'
Karthik Nayak
1
-1
/
+1
2025-11-04
refs: move to using the '.optimize' functions
Karthik Nayak
1
-3
/
+3
2025-11-04
refs: don't store peeled object IDs for invalid tags
Patrick Steinhardt
1
-1
/
+1
2025-11-04
object: add flag to `peel_object()` to verify object type
Patrick Steinhardt
1
-3
/
+2
2025-11-04
refs: drop infrastructure to peel via iterators
Patrick Steinhardt
1
-23
/
+1
2025-11-04
refs: expose peeled object ID via the iterator
Patrick Steinhardt
1
-0
/
+1
2025-11-04
refs: fully reset `struct ref_iterator::ref` on iteration
Patrick Steinhardt
1
-1
/
+2
2025-11-04
refs: introduce `.ref` field for the base iterator
Patrick Steinhardt
1
-23
/
+23
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
[next]