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
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-14
/
+25
2024-06-20
Merge branch 'kn/update-ref-symref'
Junio C Hamano
1
-3
/
+14
2024-06-17
Merge branch 'ps/no-writable-strings'
Junio C Hamano
1
-12
/
+16
2024-06-17
Merge branch 'ps/ref-storage-migration'
Junio C Hamano
1
-1
/
+54
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
-14
/
+23
2024-06-13
Merge branch 'ps/ref-storage-migration' into ps/use-the-repository
Junio C Hamano
1
-1
/
+54
2024-06-07
refs/reftable: stop micro-optimizing refname allocations on copy
Patrick Steinhardt
1
-12
/
+16
2024-06-07
reftable: pick either 'oid' or 'target' for new updates
Karthik Nayak
1
-2
/
+3
2024-06-07
refs: specify error for regular refs with `old_target`
Karthik Nayak
1
-0
/
+10
2024-06-07
refs: create and use `ref_update_expects_existing_old_ref()`
Karthik Nayak
1
-1
/
+1
2024-06-06
refs: implement removal of ref storages
Patrick Steinhardt
1
-0
/
+52
2024-06-06
refs: allow to skip creation of reflog entries
Patrick Steinhardt
1
-1
/
+2
2024-05-30
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
1
-7
/
+32
2024-05-30
Merge branch 'ps/reftable-reusable-iterator'
Junio C Hamano
1
-27
/
+21
2024-05-30
Merge branch 'ps/reftable-write-options'
Junio C Hamano
1
-4
/
+45
2024-05-28
Merge branch 'ps/pseudo-ref-terminology'
Junio C Hamano
1
-2
/
+1
2024-05-23
Merge branch 'kn/ref-transaction-symref' into kn/update-ref-symref
Junio C Hamano
1
-121
/
+62
2024-05-23
Merge branch 'ps/pseudo-ref-terminology' into ps/ref-storage-migration
Junio C Hamano
1
-2
/
+1
2024-05-23
Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...
Junio C Hamano
1
-7
/
+32
2024-05-20
Merge branch 'kn/ref-transaction-symref'
Junio C Hamano
1
-140
/
+62
2024-05-17
refs: pass repo when peeling objects
Patrick Steinhardt
1
-2
/
+4
2024-05-17
refs: implement releasing ref storages
Patrick Steinhardt
1
-0
/
+23
2024-05-17
refs: rename `init_db` callback to avoid confusion
Patrick Steinhardt
1
-5
/
+5
2024-05-15
refs: classify HEAD as a root ref
Patrick Steinhardt
1
-2
/
+1
2024-05-15
refs: do not check ref existence in `is_root_ref()`
Patrick Steinhardt
1
-1
/
+1
2024-05-15
refs: rename `is_pseudoref()` to `is_root_ref()`
Patrick Steinhardt
1
-1
/
+1
2024-05-13
reftable/stack: provide convenience functions to create iterators
Patrick Steinhardt
1
-27
/
+21
2024-05-13
refs/reftable: allow configuring geometric factor
Patrick Steinhardt
1
-0
/
+5
2024-05-13
refs/reftable: allow disabling writing the object index
Patrick Steinhardt
1
-0
/
+2
2024-05-13
refs/reftable: allow configuring restart interval
Patrick Steinhardt
1
-0
/
+5
2024-05-13
refs/reftable: allow configuring block size
Patrick Steinhardt
1
-1
/
+30
2024-05-13
reftable: pass opts as constant pointer
Patrick Steinhardt
1
-3
/
+3
2024-05-08
Merge branch 'ps/reftable-write-optim'
Junio C Hamano
1
-22
/
+53
2024-05-07
refs: remove `create_symref` and associated dead code
Karthik Nayak
1
-86
/
+0
2024-05-07
refs: add support for transactional symref updates
Karthik Nayak
1
-17
/
+54
2024-05-07
refs: move `original_update_refname` to 'refs.c'
Karthik Nayak
1
-17
/
+7
2024-05-07
refs: accept symref values in `ref_transaction_update()`
Karthik Nayak
1
-2
/
+2
2024-04-09
Merge branch 'ps/pack-refs-auto'
Junio C Hamano
1
-2
/
+9
2024-04-08
refs/reftable: don't recompute committer ident
Patrick Steinhardt
1
-18
/
+34
2024-04-08
reftable: remove name checks
Patrick Steinhardt
1
-5
/
+0
2024-04-08
refs/reftable: skip duplicate name checks
Patrick Steinhardt
1
-0
/
+5
2024-04-08
refs/reftable: perform explicit D/F check when writing symrefs
Patrick Steinhardt
1
-3
/
+17
2024-04-08
refs/reftable: fix D/F conflict error message on ref copy
Patrick Steinhardt
1
-1
/
+2
2024-04-08
reftable/stack: add env to disable autocompaction
Justin Tobler
1
-0
/
+3
2024-04-05
Merge branch 'ps/pack-refs-auto' into jt/reftable-geometric-compaction
Junio C Hamano
1
-2
/
+9
2024-03-25
refs/reftable: expose auto compaction via new flag
Patrick Steinhardt
1
-1
/
+4
2024-03-25
refs/reftable: print errors on compaction failure
Patrick Steinhardt
1
-1
/
+5
2024-03-21
Merge branch 'ps/reftable-reflog-iteration-perf'
Junio C Hamano
1
-36
/
+16
2024-03-14
Merge branch 'ps/reftable-iteration-perf-part2'
Junio C Hamano
1
-2
/
+4
[next]