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
/
reftable-backend.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-06
Merge branch 'pk/reflog-migrate-message-fix' into next
Junio C Hamano
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
2025-10-15
Merge branch 'ps/reflog-migrate-fixes' into maint-2.51
Junio C Hamano
1
-9
/
+17
2025-10-13
Merge branch 'kn/reftable-consistency-checks'
Junio C Hamano
1
-6
/
+52
2025-10-07
refs/reftable: add fsck check for checking the table name
Karthik Nayak
1
-5
/
+52
2025-10-07
refs: remove unused headers
Karthik Nayak
1
-1
/
+0
2025-10-02
Merge branch 'ms/refs-optimize'
Junio C Hamano
1
-0
/
+7
2025-09-19
reftable-backend: implement 'optimize' action
Meet Soni
1
-0
/
+7
2025-08-29
Merge branch 'jk/no-clobber-dangling-symref-with-fetch'
Junio C Hamano
1
-3
/
+27
2025-08-29
Merge branch 'ps/reftable-libgit2-cleanup'
Junio C Hamano
1
-11
/
+12
2025-08-21
Merge branch 'ps/remote-rename-fix'
Junio C Hamano
1
-1
/
+1
2025-08-21
Merge branch 'ps/reflog-migrate-fixes'
Junio C Hamano
1
-9
/
+17
2025-08-19
refs: do not clobber dangling symrefs
Jeff King
1
-3
/
+27
2025-08-12
refs/reftable: always reload stacks when creating lock
Patrick Steinhardt
1
-11
/
+12
2025-08-12
reftable/stack: allow passing flags to `reftable_stack_add()`
Patrick Steinhardt
1
-4
/
+4
2025-08-06
refs: pass refname when invoking reflog entry callback
Patrick Steinhardt
1
-1
/
+1
2025-08-06
refs: fix invalid old object IDs when migrating reflogs
Patrick Steinhardt
1
-0
/
+14
2025-08-06
refs: stop unsetting REF_HAVE_OLD for log-only updates
Patrick Steinhardt
1
-9
/
+3
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-15
refs: selectively set prefix in the seek functions
Karthik Nayak
1
-7
/
+14
2025-04-16
Merge branch 'kn/non-transactional-batch-updates'
Junio C Hamano
1
-248
/
+254
2025-04-08
refs: support rejection in batch updates during F/D checks
Karthik Nayak
1
-3
/
+8
2025-04-08
refs: implement batch reference update support
Karthik Nayak
1
-1
/
+11
2025-04-08
refs: introduce enum-based transaction error types
Karthik Nayak
1
-32
/
+32
2025-04-08
refs/reftable: extract code from the transaction preparation
Karthik Nayak
1
-226
/
+237
2025-04-08
refs: move duplicate refname update check to generic layer
Karthik Nayak
1
-37
/
+17
2025-03-29
Merge branch 'ps/refname-avail-check-optim'
Junio C Hamano
1
-37
/
+47
2025-03-12
refs/iterator: implement seeking for reftable iterators
Patrick Steinhardt
1
-5
/
+30
2025-03-12
refs/iterator: separate lifecycle from iteration
Patrick Steinhardt
1
-26
/
+8
2025-03-12
refs/reftable: batch refname availability checks
Patrick Steinhardt
1
-6
/
+9
2025-03-05
Merge branch 'ps/path-sans-the-repository'
Junio C Hamano
1
-5
/
+5
2025-02-28
path: adjust last remaining users of `the_repository`
Patrick Steinhardt
1
-5
/
+5
2025-02-14
Merge branch 'kn/reflog-migration-fix-followup'
Junio C Hamano
1
-6
/
+16
2025-02-03
Merge branch 'kn/reflog-migration-fix-fix'
Junio C Hamano
1
-10
/
+10
2025-01-27
refs/reftable: fix uninitialized memory access of `max_index`
Karthik Nayak
1
-3
/
+3
2025-01-22
reftable: prevent 'update_index' changes after adding records
Karthik Nayak
1
-5
/
+15
2025-01-22
refs: use 'uint64_t' for 'ref_update.index'
Karthik Nayak
1
-1
/
+1
2025-01-17
Merge branch 'kn/reflog-migration-fix' into kn/reflog-migration-fix-followup
Junio C Hamano
1
-10
/
+10
2025-01-15
reftable: write correct max_update_index to header
Karthik Nayak
1
-10
/
+10
2024-12-23
Merge branch 'kn/reflog-migration'
Junio C Hamano
1
-8
/
+45
2024-12-19
Merge branch 'bf/set-head-symref'
Junio C Hamano
1
-3
/
+9
[next]