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
*
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
4
-0
/
+6
*
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
|
|
/
/
/
*
|
|
|
Merge branch 'ps/reftable-exclude'
Junio C Hamano
2024-09-25
1
-3
/
+130
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
refs/reftable: wire up support for exclude patterns
Patrick Steinhardt
2024-09-16
1
-3
/
+130
*
|
|
|
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
2024-09-23
2
-21
/
+33
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
environment: stop storing "core.preferSymlinkRefs" globally
Patrick Steinhardt
2024-09-12
1
-1
/
+4
|
*
|
|
environment: stop storing "core.logAllRefUpdates" globally
Patrick Steinhardt
2024-09-12
2
-6
/
+10
|
*
|
|
refs: stop modifying global `log_all_ref_updates` variable
Patrick Steinhardt
2024-09-12
2
-16
/
+19
|
*
|
|
environment: guard state depending on a repository
Patrick Steinhardt
2024-09-12
1
-0
/
+2
*
|
|
|
Merge branch 'ps/pack-refs-auto-heuristics'
Junio C Hamano
2024-09-12
3
-0
/
+90
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
refs/files: use heuristic to decide whether to repack with `--auto`
Patrick Steinhardt
2024-09-04
3
-0
/
+90
*
|
|
|
refs/files-backend: work around -Wunused-parameter
Junio C Hamano
2024-08-30
1
-2
/
+5
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'jk/mark-unused-parameters'
Junio C Hamano
2024-08-26
2
-11
/
+11
|
\
\
\
|
*
|
|
reftable: mark unused parameters in virtual functions
Jeff King
2024-08-17
1
-7
/
+7
|
*
|
|
refs: mark unused parameters in ref_store fsck callbacks
Jeff King
2024-08-17
2
-4
/
+4
*
|
|
|
Merge branch 'jk/drop-unused-parameters'
Junio C Hamano
2024-08-26
1
-5
/
+3
|
\
\
\
\
|
*
|
|
|
refs: drop some unused parameters from create_symref_lock()
Jeff King
2024-08-17
1
-5
/
+3
|
|
/
/
/
*
|
|
|
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
2024-08-23
2
-0
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
global: prepare for hiding away repo-less config functions
Patrick Steinhardt
2024-08-13
2
-0
/
+4
*
|
|
|
Merge branch 'sj/ref-fsck'
Junio C Hamano
2024-08-16
5
-1
/
+147
|
\
\
\
\
|
*
|
|
|
fsck: add ref name check for files backend
shejialuo
2024-08-08
1
-0
/
+31
|
*
|
|
|
files-backend: add unified interface for refs scanning
shejialuo
2024-08-08
1
-1
/
+72
|
*
|
|
|
refs: set up ref consistency check infrastructure
shejialuo
2024-08-08
5
-1
/
+45
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'jc/refs-symref-referent'
Junio C Hamano
2024-08-15
6
-7
/
+31
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
refs: add referent to each_ref_fn
John Cai
2024-08-09
2
-2
/
+2
|
*
|
|
refs: keep track of unresolved reference value in iterators
John Cai
2024-08-09
6
-5
/
+30
|
|
/
/
[next]