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
/
reftable-backend.c
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
Merge branch 'kn/reftable-optimize-reloading'
Junio C Hamano
1
-14
/
+8
2026-08-25
Merge branch 'ch/chdir-notify-drop-name'
Junio C Hamano
1
-4
/
+3
2026-08-24
reftable/stack: rename reftable_stack_new_addition()
Karthik Nayak
1
-2
/
+2
2026-08-24
reftable/stack: remove `REFTABLE_STACK_NEW_ADDITION_RELOAD`
Karthik Nayak
1
-12
/
+6
2026-08-14
chdir-notify.h: Removed unused param 'name'
Colin Hinton
1
-4
/
+3
2026-07-10
reftable: fix quadratic behavior in the presence of tombstones
Kristofer Karlsson
1
-11
/
+43
2026-07-06
Merge branch 'ps/refs-onbranch-fixes'
Junio C Hamano
1
-65
/
+112
2026-06-26
refs/reftable: lazy-load configuration to fix chicken-and-egg
Patrick Steinhardt
1
-61
/
+85
2026-06-26
reftable: split up write options
Patrick Steinhardt
1
-11
/
+18
2026-06-26
refs: move parsing of "core.logAllRefUpdates" back into ref stores
Patrick Steinhardt
1
-9
/
+11
2026-06-26
refs: unregister reference stores from "chdir_notify"
Patrick Steinhardt
1
-1
/
+15
2026-06-11
treewide: drop USE_THE_REPOSITORY_VARIABLE
Patrick Steinhardt
1
-3
/
+1
2026-06-11
environment: stop using `the_repository` in `is_bare_repository()`
Patrick Steinhardt
1
-1
/
+1
2026-05-21
Merge branch 'kn/refs-generic-helpers'
Junio C Hamano
1
-32
/
+8
2026-05-11
Merge branch 'sp/refs-reduce-the-repository'
Junio C Hamano
1
-3
/
+3
2026-05-05
refs: use peeled tag values in reference backends
Karthik Nayak
1
-7
/
+2
2026-05-05
refs: add peeled object ID to the `ref_update` struct
Karthik Nayak
1
-3
/
+3
2026-05-05
refs: move object parsing to the generic layer
Karthik Nayak
1
-19
/
+0
2026-05-05
refs: extract out reflog config to generic layer
Karthik Nayak
1
-1
/
+1
2026-05-05
refs: introduce `ref_store_init_options`
Karthik Nayak
1
-2
/
+2
2026-04-08
refs/reftable-backend: drop uses of the_repository
Shreyansh Paliwal
1
-3
/
+3
2026-04-02
reftable/stack: provide fsync(3p) via system header
Patrick Steinhardt
1
-6
/
+0
2026-03-09
Merge branch 'ps/refs-for-each'
Junio C Hamano
1
-5
/
+5
2026-03-04
Merge branch 'kn/ref-location'
Junio C Hamano
1
-47
/
+14
2026-02-25
refs: receive and use the reference storage payload
Karthik Nayak
1
-10
/
+14
2026-02-25
refs: move out stub modification to generic layer
Karthik Nayak
1
-27
/
+0
2026-02-25
refs: extract out `refs_create_refdir_stubs()`
Karthik Nayak
1
-12
/
+2
2026-02-23
refs: rename `do_for_each_ref_flags`
Patrick Steinhardt
1
-5
/
+5
2026-02-09
Merge branch 'kn/ref-batch-output-error-reporting-fix'
Junio C Hamano
1
-3
/
+2
2026-01-25
refs: skip to next ref when current ref is rejected
Karthik Nayak
1
-3
/
+2
2026-01-12
refs/reftable: introduce generic checks for refs
Patrick Steinhardt
1
-6
/
+76
2026-01-12
refs/reftable: fix consistency checks with worktrees
Patrick Steinhardt
1
-15
/
+14
2026-01-12
refs/reftable: extract function to retrieve backend for worktree
Patrick Steinhardt
1
-27
/
+43
2026-01-12
refs/reftable: adapt includes to become consistent
Patrick Steinhardt
1
-2
/
+2
2025-11-21
Merge branch 'kn/maintenance-is-needed'
Junio C Hamano
1
-0
/
+25
2025-11-19
Merge branch 'ps/ref-peeled-tags-fixes'
Junio C Hamano
1
-1
/
+1
2025-11-19
Merge branch 'kn/refs-optim-cleanup'
Junio C Hamano
1
-11
/
+4
2025-11-19
Merge branch 'ps/ref-peeled-tags'
Junio C Hamano
1
-32
/
+15
2025-11-10
refs: add a `optimize_required` field to `struct ref_storage_be`
Karthik Nayak
1
-0
/
+25
2025-11-06
Merge branch 'pk/reflog-migrate-message-fix'
Junio C Hamano
1
-1
/
+1
2025-11-06
object: fix performance regression when peeling tags
Patrick Steinhardt
1
-1
/
+1
2025-11-05
refs: add missing space in messages
Peter Krefting
1
-1
/
+1
2025-11-04
refs: rename 'pack_refs_opts' to 'refs_optimize_opts'
Karthik Nayak
1
-2
/
+2
2025-11-04
refs: move to using the '.optimize' functions
Karthik Nayak
1
-10
/
+3
2025-11-04
refs: don't store peeled object IDs for invalid tags
Patrick Steinhardt
1
-1
/
+2
2025-11-04
object: add flag to `peel_object()` to verify object type
Patrick Steinhardt
1
-2
/
+2
2025-11-04
refs: drop infrastructure to peel via iterators
Patrick Steinhardt
1
-24
/
+0
2025-11-04
refs: expose peeled object ID via the iterator
Patrick Steinhardt
1
-0
/
+5
2025-11-04
refs: fully reset `struct ref_iterator::ref` on iteration
Patrick Steinhardt
1
-0
/
+1
2025-11-04
refs: introduce `.ref` field for the base iterator
Patrick Steinhardt
1
-6
/
+6
[next]