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 'kn/reflog-migration'
Junio C Hamano
2024-12-23
3
-53
/
+140
|
\
|
*
refs: allow multiple reflog entries for the same refname
Karthik Nayak
2024-12-16
2
-7
/
+30
|
*
refs: introduce the `ref_transaction_update_reflog` function
Karthik Nayak
2024-12-16
1
-8
/
+16
|
*
refs: add `committer_info` to `ref_transaction_add_update()`
Karthik Nayak
2024-12-16
3
-8
/
+13
|
*
refs/files: add count field to ref_lock
Karthik Nayak
2024-12-16
1
-19
/
+39
|
*
refs: add `index` field to `struct ref_udpate`
Karthik Nayak
2024-12-16
2
-2
/
+18
|
*
refs: include committer info in `ref_update` struct
Karthik Nayak
2024-12-16
3
-11
/
+26
*
|
Merge branch 'ps/build-sign-compare'
Junio C Hamano
2024-12-23
4
-2
/
+5
|
\
\
|
*
|
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
2024-12-06
1
-4
/
+1
|
*
|
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
4
-0
/
+6
|
|
/
*
|
Merge branch 'bf/set-head-symref'
Junio C Hamano
2024-12-19
3
-15
/
+33
|
\
\
|
*
|
refs: add TRANSACTION_CREATE_EXISTS error
Bence Ferdinandy
2024-11-25
2
-10
/
+20
|
*
|
refs: standardize output of refs_read_symbolic_ref
Bence Ferdinandy
2024-11-25
3
-6
/
+12
*
|
|
Merge branch 'ps/reftable-iterator-reuse'
Junio C Hamano
2024-12-10
1
-148
/
+261
|
\
\
\
|
*
|
|
refs/reftable: reuse iterators when reading refs
Patrick Steinhardt
2024-11-26
1
-3
/
+29
|
*
|
|
refs/reftable: refactor reflog expiry to use reftable backend
Patrick Steinhardt
2024-11-26
1
-8
/
+5
|
*
|
|
refs/reftable: refactor reading symbolic refs to use reftable backend
Patrick Steinhardt
2024-11-26
1
-7
/
+4
|
*
|
|
refs/reftable: read references via `struct reftable_backend`
Patrick Steinhardt
2024-11-26
1
-63
/
+59
|
*
|
|
refs/reftable: figure out hash via `reftable_stack`
Patrick Steinhardt
2024-11-26
1
-7
/
+19
|
*
|
|
refs/reftable: handle reloading stacks in the reftable backend
Patrick Steinhardt
2024-11-26
1
-58
/
+126
|
*
|
|
refs/reftable: encapsulate reftable stack
Patrick Steinhardt
2024-11-26
1
-59
/
+76
|
*
|
|
Merge branch 'ps/reftable-detach' into ps/reftable-iterator-reuse
Junio C Hamano
2024-11-19
1
-1
/
+18
|
|
\
\
\
*
|
\
\
\
Merge branch 'ps/reftable-detach'
Junio C Hamano
2024-12-10
1
-1
/
+18
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
/
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
reftable/stack: stop using `fsync_component()` directly
Patrick Steinhardt
2024-11-19
1
-0
/
+7
|
*
|
|
reftable/system: stop depending on "hash.h"
Patrick Steinhardt
2024-11-19
1
-1
/
+11
*
|
|
|
Merge branch 'sj/refs-symref-referent-fix'
Junio C Hamano
2024-12-06
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
ref-cache: fix invalid free operation in `free_ref_entry`
shejialuo
2024-11-26
1
-1
/
+2
*
|
|
|
|
Merge branch 'sj/ref-contents-check'
Junio C Hamano
2024-12-04
5
-22
/
+193
|
\
\
\
\
\
|
*
|
|
|
|
ref: add symlink ref content check for files backend
shejialuo
2024-11-21
1
-4
/
+34
|
*
|
|
|
|
ref: check whether the target of the symref is a ref
shejialuo
2024-11-21
1
-2
/
+12
|
*
|
|
|
|
ref: add basic symref content check for files backend
shejialuo
2024-11-21
1
-0
/
+40
|
*
|
|
|
|
ref: add more strict checks for regular refs
shejialuo
2024-11-21
2
-4
/
+24
|
*
|
|
|
|
ref: port git-fsck(1) regular refs check for files backend
shejialuo
2024-11-21
1
-0
/
+47
|
*
|
|
|
|
ref: support multiple worktrees check for refs
shejialuo
2024-11-21
5
-10
/
+26
|
*
|
|
|
|
ref: initialize ref name outside of check functions
shejialuo
2024-11-21
1
-8
/
+13
|
*
|
|
|
|
ref: check the full refname instead of basename
shejialuo
2024-11-21
1
-2
/
+5
|
*
|
|
|
|
ref: initialize "fsck_ref_report" with zero
shejialuo
2024-11-21
1
-1
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
refs: skip collision checks in initial transactions
Patrick Steinhardt
2024-11-20
2
-9
/
+10
*
|
|
|
|
refs/files: support symbolic and root refs in initial transaction
Patrick Steinhardt
2024-11-20
1
-10
/
+34
*
|
|
|
|
refs: introduce "initial" transaction flag
Patrick Steinhardt
2024-11-20
5
-38
/
+8
*
|
|
|
|
refs/files: move logic to commit initial transaction
Patrick Steinhardt
2024-11-20
1
-101
/
+101
*
|
|
|
|
refs: allow passing flags when setting up a transaction
Patrick Steinhardt
2024-11-20
2
-4
/
+8
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
global: Fix duplicate word typos
Sven Strickroth
2024-10-21
1
-1
/
+1
|
/
/
/
*
|
|
Merge branch 'ps/reftable-alloc-failures'
Junio C Hamano
2024-10-10
1
-8
/
+31
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
reftable/merged: handle allocation failures in `merged_table_init_iter()`
Patrick Steinhardt
2024-10-02
1
-8
/
+31
|
*
|
Merge branch 'ps/reftable-exclude' into ps/reftable-alloc-failures
Junio C Hamano
2024-09-16
1
-3
/
+130
|
|
\
\
*
|
\
\
Merge branch 'ps/reftable-concurrent-writes'
Junio C Hamano
2024-10-01
1
-2
/
+11
|
\
\
\
\
|
*
|
|
|
refs/reftable: reload locked stack when preparing transaction
Patrick Steinhardt
2024-09-24
1
-1
/
+2
|
*
|
|
|
reftable/stack: allow locking of outdated stacks
Patrick Steinhardt
2024-09-24
1
-2
/
+2
|
*
|
|
|
refs/reftable: introduce "reftable.lockTimeout"
Patrick Steinhardt
2024-09-24
1
-0
/
+8
|
|
/
/
/
[next]