index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
2024-05-30
8
-111
/
+141
|
\
|
*
refs/packed: remove references to `the_hash_algo`
Patrick Steinhardt
2024-05-17
1
-12
/
+20
|
*
refs/files: remove references to `the_hash_algo`
Patrick Steinhardt
2024-05-17
1
-2
/
+2
|
*
refs/files: use correct repository
Patrick Steinhardt
2024-05-17
1
-10
/
+13
|
*
refs: pass repo when peeling objects
Patrick Steinhardt
2024-05-17
3
-11
/
+8
|
*
refs: move object peeling into "object.c"
Patrick Steinhardt
2024-05-17
1
-34
/
+0
|
*
refs: convert iteration over replace refs to accept ref store
Patrick Steinhardt
2024-05-17
2
-6
/
+5
|
*
refs: pass repo when retrieving submodule ref store
Patrick Steinhardt
2024-05-17
1
-1
/
+1
|
*
refs: implement releasing ref storages
Patrick Steinhardt
2024-05-17
5
-0
/
+57
|
*
refs: rename `init_db` callback to avoid confusion
Patrick Steinhardt
2024-05-17
5
-23
/
+23
|
*
refs: adjust names for `init` and `init_db` callbacks
Patrick Steinhardt
2024-05-17
3
-16
/
+16
*
|
Merge branch 'ps/reftable-reusable-iterator'
Junio C Hamano
2024-05-30
1
-27
/
+21
|
\
\
|
*
|
reftable/stack: provide convenience functions to create iterators
Patrick Steinhardt
2024-05-14
1
-27
/
+21
|
|
/
*
|
Merge branch 'ps/reftable-write-options'
Junio C Hamano
2024-05-30
1
-4
/
+45
|
\
\
|
*
|
refs/reftable: allow configuring geometric factor
Patrick Steinhardt
2024-05-14
1
-0
/
+5
|
*
|
refs/reftable: allow disabling writing the object index
Patrick Steinhardt
2024-05-14
1
-0
/
+2
|
*
|
refs/reftable: allow configuring restart interval
Patrick Steinhardt
2024-05-14
1
-0
/
+5
|
*
|
refs/reftable: allow configuring block size
Patrick Steinhardt
2024-05-14
1
-1
/
+30
|
*
|
reftable: pass opts as constant pointer
Patrick Steinhardt
2024-05-14
1
-3
/
+3
|
|
/
*
|
Merge branch 'ps/pseudo-ref-terminology'
Junio C Hamano
2024-05-28
2
-4
/
+2
|
\
\
|
*
|
refs: classify HEAD as a root ref
Patrick Steinhardt
2024-05-15
2
-4
/
+2
|
*
|
refs: do not check ref existence in `is_root_ref()`
Patrick Steinhardt
2024-05-15
2
-3
/
+3
|
*
|
refs: rename `is_pseudoref()` to `is_root_ref()`
Patrick Steinhardt
2024-05-15
2
-2
/
+2
*
|
|
Merge branch 'it/refs-name-conflict'
Junio C Hamano
2024-05-23
1
-1
/
+3
|
\
\
\
|
*
|
|
refs: return conflict error when checking packed refs
Ivan Tse
2024-05-06
1
-1
/
+3
|
|
/
/
*
|
|
Merge branch 'kn/ref-transaction-symref'
Junio C Hamano
2024-05-20
5
-255
/
+209
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
refs: remove `create_symref` and associated dead code
Karthik Nayak
2024-05-07
5
-172
/
+0
|
*
|
refs: add support for transactional symref updates
Karthik Nayak
2024-05-07
3
-38
/
+162
|
*
|
refs: move `original_update_refname` to 'refs.c'
Karthik Nayak
2024-05-07
3
-33
/
+17
|
*
|
files-backend: extract out `create_symref_lock()`
Karthik Nayak
2024-05-07
1
-14
/
+37
|
*
|
refs: accept symref values in `ref_transaction_update()`
Karthik Nayak
2024-05-07
3
-8
/
+22
|
*
|
Merge branch 'ps/pack-refs-auto'
Junio C Hamano
2024-04-09
1
-2
/
+9
|
|
\
\
*
|
\
\
Merge branch 'ps/reftable-write-optim'
Junio C Hamano
2024-05-08
1
-22
/
+53
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
refs/reftable: don't recompute committer ident
Patrick Steinhardt
2024-04-09
1
-18
/
+34
|
*
|
|
reftable: remove name checks
Patrick Steinhardt
2024-04-09
1
-5
/
+0
|
*
|
|
refs/reftable: skip duplicate name checks
Patrick Steinhardt
2024-04-09
1
-0
/
+5
|
*
|
|
refs/reftable: perform explicit D/F check when writing symrefs
Patrick Steinhardt
2024-04-09
1
-3
/
+17
|
*
|
|
refs/reftable: fix D/F conflict error message on ref copy
Patrick Steinhardt
2024-04-09
1
-1
/
+2
|
|
/
/
*
|
|
reftable/stack: add env to disable autocompaction
Justin Tobler
2024-04-08
1
-0
/
+3
*
|
|
Merge branch 'ps/pack-refs-auto' into jt/reftable-geometric-compaction
Junio C Hamano
2024-04-05
1
-2
/
+9
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
refs/reftable: expose auto compaction via new flag
Patrick Steinhardt
2024-03-25
1
-1
/
+4
|
*
refs/reftable: print errors on compaction failure
Patrick Steinhardt
2024-03-25
1
-1
/
+5
*
|
Merge branch 'ps/reftable-reflog-iteration-perf'
Junio C Hamano
2024-03-21
1
-36
/
+16
|
\
\
|
|
/
|
/
|
|
*
refs/reftable: track last log record name via strbuf
Patrick Steinhardt
2024-03-05
1
-5
/
+6
|
*
reftable/record: convert old and new object IDs to arrays
Patrick Steinhardt
2024-03-05
1
-30
/
+9
|
*
refs/reftable: reload correct stack when creating reflog iter
Patrick Steinhardt
2024-03-05
1
-1
/
+1
|
*
Merge branch 'ps/reftable-iteration-perf-part2' into ps/reftable-reflog-itera...
Junio C Hamano
2024-03-05
1
-2
/
+4
|
|
\
*
|
\
Merge branch 'ps/reftable-iteration-perf-part2'
Junio C Hamano
2024-03-14
1
-2
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
refs/reftable: precompute prefix length
Patrick Steinhardt
2024-03-04
1
-2
/
+4
*
|
|
Merge branch 'ps/reftable-repo-init-fix'
Junio C Hamano
2024-03-08
1
-0
/
+1
|
\
\
\
[next]