index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-12
refs/reftable: introduce generic checks for refs
Patrick Steinhardt
1
-6
/
+76
2026-01-12
refs/reftable: fix consistency checks with worktrees
Patrick Steinhardt
1
-15
/
+14
2026-01-12
refs/reftable: extract function to retrieve backend for worktree
Patrick Steinhardt
1
-27
/
+43
2026-01-12
refs/reftable: adapt includes to become consistent
Patrick Steinhardt
1
-2
/
+2
2026-01-12
refs/files: introduce function to perform normal ref checks
Patrick Steinhardt
1
-0
/
+2
2026-01-12
refs/files: extract generic symref target checks
Patrick Steinhardt
1
-33
/
+21
2026-01-12
refs/files: perform consistency checks for root refs
Patrick Steinhardt
1
-3
/
+47
2026-01-12
refs/files: improve error handling when verifying symrefs
Patrick Steinhardt
1
-15
/
+13
2026-01-12
refs/files: extract function to check single ref
Patrick Steinhardt
1
-29
/
+51
2026-01-12
refs/files: remove useless indirection
Patrick Steinhardt
1
-9
/
+7
2026-01-12
refs/files: remove `refs_check_dir` parameter
Patrick Steinhardt
1
-5
/
+3
2026-01-12
refs/files: move fsck functions into global scope
Patrick Steinhardt
1
-9
/
+8
2026-01-12
refs/files: simplify iterating through root refs
Patrick Steinhardt
1
-8
/
+3
2025-12-30
Merge branch 'gf/maintenance-is-needed-fix'
Junio C Hamano
1
-1
/
+1
2025-12-19
refs: dereference the value of the required pointer
Greg Funni
1
-1
/
+1
2025-11-21
Merge branch 'kn/maintenance-is-needed'
Junio C Hamano
5
-0
/
+68
2025-11-19
Merge branch 'ps/ref-peeled-tags-fixes'
Junio C Hamano
2
-2
/
+2
2025-11-19
Merge branch 'kn/refs-optim-cleanup'
Junio C Hamano
5
-38
/
+18
2025-11-19
Merge branch 'ps/ref-peeled-tags'
Junio C Hamano
7
-239
/
+83
2025-11-10
refs: add a `optimize_required` field to `struct ref_storage_be`
Karthik Nayak
5
-0
/
+68
2025-11-06
Merge branch 'pk/reflog-migrate-message-fix'
Junio C Hamano
2
-2
/
+2
2025-11-06
object: fix performance regression when peeling tags
Patrick Steinhardt
2
-2
/
+2
2025-11-06
Merge branch 'ps/ref-peeled-tags' into ps/ref-peeled-tags-fixes
Junio C Hamano
7
-239
/
+83
2025-11-05
refs: add missing space in messages
Peter Krefting
2
-2
/
+2
2025-11-04
Merge branch 'xr/ref-debug-remove-on-disk'
Junio C Hamano
1
-0
/
+9
2025-11-04
Merge branch 'kn/refs-optim-cleanup' into kn/maintenance-is-needed
Junio C Hamano
5
-38
/
+18
2025-11-04
Merge branch 'ps/ref-peeled-tags' into kn/maintenance-is-needed
Junio C Hamano
7
-239
/
+83
2025-11-04
refs: rename 'pack_refs_opts' to 'refs_optimize_opts'
Karthik Nayak
5
-10
/
+10
2025-11-04
refs: move to using the '.optimize' functions
Karthik Nayak
5
-32
/
+12
2025-11-04
refs: don't store peeled object IDs for invalid tags
Patrick Steinhardt
2
-2
/
+3
2025-11-04
object: add flag to `peel_object()` to verify object type
Patrick Steinhardt
2
-5
/
+4
2025-11-04
refs: drop infrastructure to peel via iterators
Patrick Steinhardt
7
-127
/
+1
2025-11-04
refs: drop `current_ref_iter` hack
Patrick Steinhardt
2
-18
/
+0
2025-11-04
refs: expose peeled object ID via the iterator
Patrick Steinhardt
2
-0
/
+6
2025-11-04
refs: fully reset `struct ref_iterator::ref` on iteration
Patrick Steinhardt
3
-1
/
+4
2025-11-04
refs: introduce `.ref` field for the base iterator
Patrick Steinhardt
7
-96
/
+71
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
2
-6
/
+10
2025-10-30
Merge branch 'ps/symlink-symref-deprecation'
Junio C Hamano
1
-2
/
+17
2025-10-27
refs: add missing remove_on_disk implementation for debug backend
Xinyu Ruan
1
-0
/
+9
2025-10-26
Merge branch 'js/unreachable-workaround-for-no-symlink-head' into maint-2.51
Junio C Hamano
1
-1
/
+7
2025-10-20
Merge branch 'js/unreachable-workaround-for-no-symlink-head'
Junio C Hamano
1
-1
/
+7
2025-10-15
Merge branch 'kn/refs-files-case-insensitive' into maint-2.51
Junio C Hamano
1
-12
/
+66
2025-10-15
Merge branch 'ps/reflog-migrate-fixes' into maint-2.51
Junio C Hamano
3
-17
/
+77
2025-10-15
refs/files: deprecate writing symrefs as symbolic links
Patrick Steinhardt
1
-2
/
+17
2025-10-13
Merge branch 'kn/reftable-consistency-checks'
Junio C Hamano
3
-10
/
+52
2025-10-09
refs: forbid clang to complain about unreachable code
Johannes Schindelin
1
-1
/
+7
2025-10-08
Merge branch 'kn/ref-cache-seek-fix'
Junio C Hamano
1
-1
/
+1
2025-10-07
refs/reftable: add fsck check for checking the table name
Karthik Nayak
1
-5
/
+52
2025-10-07
refs: move consistency check msg to generic layer
Karthik Nayak
1
-2
/
+0
2025-10-07
refs: remove unused headers
Karthik Nayak
3
-3
/
+0
[next]