index
:
git
jch
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
Age
Commit message (
Expand
)
Author
Lines
2025-10-26
Merge branch 'js/unreachable-workaround-for-no-symlink-head' into maint-2.51
Junio C Hamano
-1
/
+7
2025-10-15
Merge branch 'kn/refs-files-case-insensitive' into maint-2.51
Junio C Hamano
-12
/
+66
2025-10-15
Merge branch 'ps/reflog-migrate-fixes' into maint-2.51
Junio C Hamano
-17
/
+77
2025-10-09
refs: forbid clang to complain about unreachable code
Johannes Schindelin
-1
/
+7
2025-09-17
refs/files: handle D/F conflicts during locking
Karthik Nayak
-5
/
+6
2025-09-17
refs/files: handle F/D conflicts in case-insensitive FS
Karthik Nayak
-2
/
+17
2025-09-17
refs/files: use correct error type when lock exists
Karthik Nayak
-3
/
+18
2025-09-17
refs/files: catch conflicts on case-insensitive file-systems
Karthik Nayak
-5
/
+28
2025-08-06
refs: fix invalid old object IDs when migrating reflogs
Patrick Steinhardt
-1
/
+29
2025-08-06
refs: stop unsetting REF_HAVE_OLD for log-only updates
Patrick Steinhardt
-14
/
+10
2025-08-06
refs/files: detect race when generating reflog entry for HEAD
Patrick Steinhardt
-2
/
+38
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
-2
/
+2
2025-08-04
Merge branch 'kn/for-each-ref-skip-updates'
Junio C Hamano
-2
/
+3
2025-08-03
Merge branch 'kn/for-each-ref-skip'
Junio C Hamano
-202
/
+135
2025-07-28
ref-cache: use 'size_t' instead of int for length
Karthik Nayak
-2
/
+3
2025-07-24
ref-cache: set prefix_state when seeking
Karthik Nayak
-0
/
+1
2025-07-23
config: drop `git_config_get_int()` wrapper
Patrick Steinhardt
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
-1
/
+1
2025-07-16
Merge branch 'ps/refs-files-remove-empty-parent'
Junio C Hamano
-0
/
+2
2025-07-15
refs: selectively set prefix in the seek functions
Karthik Nayak
-38
/
+132
2025-07-15
ref-cache: remove unused function 'find_ref_entry()'
Karthik Nayak
-21
/
+0
2025-07-15
refs: expose `ref_iterator` via 'refs.h'
Karthik Nayak
-143
/
+2
2025-07-08
Merge branch 'kn/fetch-push-bulk-ref-update'
Junio C Hamano
-0
/
+7
2025-07-08
refs/files: remove empty parent dirs when ref creation fails
Patrick Steinhardt
-0
/
+2
2025-06-25
refs/files: skip updates with errors in batched updates
Karthik Nayak
-0
/
+7
2025-06-03
Merge branch 'sj/ref-contents-check-fix'
Junio C Hamano
-0
/
+3
2025-06-02
fsck: ignore missing "refs" directory for linked worktrees
shejialuo
-0
/
+3
2025-05-14
packed-backend: mmap large "packed-refs" file during fsck
shejialuo
-12
/
+7
2025-05-14
packed-backend: extract snapshot allocation in `load_contents`
shejialuo
-22
/
+31
2025-05-14
packed-backend: fsck should warn when "packed-refs" file is empty
shejialuo
-0
/
+9
2025-04-24
Merge branch 'ps/object-file-cleanup'
Junio C Hamano
-2
/
+2
2025-04-17
Merge branch 'ps/refname-avail-check-optim'
Junio C Hamano
-2
/
+2
2025-04-16
Merge branch 'kn/non-transactional-batch-updates'
Junio C Hamano
-463
/
+473
2025-04-15
Merge branch 'ps/object-wo-the-repository'
Junio C Hamano
-2
/
+2
2025-04-15
object-file: move `safe_create_leading_directories()` into "path.c"
Patrick Steinhardt
-2
/
+2
2025-04-09
refs/packed: fix BUG when seeking refs with UTF-8 characters
Patrick Steinhardt
-2
/
+2
2025-04-08
Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanup
Junio C Hamano
-2
/
+2
2025-04-08
refs: support rejection in batch updates during F/D checks
Karthik Nayak
-12
/
+42
2025-04-08
refs: implement batch reference update support
Karthik Nayak
-4
/
+73
2025-04-08
refs: introduce enum-based transaction error types
Karthik Nayak
-143
/
+151
2025-04-08
refs/reftable: extract code from the transaction preparation
Karthik Nayak
-226
/
+237
2025-04-08
refs/files: remove duplicate duplicates check
Karthik Nayak
-14
/
+0
2025-04-08
refs: move duplicate refname update check to generic layer
Karthik Nayak
-114
/
+34
2025-04-08
refs/files: remove redundant check in split_symref_update()
Karthik Nayak
-17
/
+3
2025-03-29
Merge branch 'ps/refname-avail-check-optim'
Junio C Hamano
-245
/
+359
2025-03-26
Merge branch 'sj/ref-consistency-checks-more'
Junio C Hamano
-12
/
+351
2025-03-12
refs/iterator: implement seeking for files iterators
Patrick Steinhardt
-0
/
+16
2025-03-12
refs/iterator: implement seeking for packed-ref iterators
Patrick Steinhardt
-22
/
+43
2025-03-12
refs/iterator: implement seeking for ref-cache iterators
Patrick Steinhardt
-28
/
+51
2025-03-12
refs/iterator: implement seeking for reftable iterators
Patrick Steinhardt
-5
/
+30
[next]