index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-15
Merge branch 'ps/reflog-migrate-fixes' into maint-2.51
Junio C Hamano
3
-17
/
+77
2025-08-06
refs: fix invalid old object IDs when migrating reflogs
Patrick Steinhardt
2
-1
/
+29
2025-08-06
refs: stop unsetting REF_HAVE_OLD for log-only updates
Patrick Steinhardt
3
-14
/
+10
2025-08-06
refs/files: detect race when generating reflog entry for HEAD
Patrick Steinhardt
1
-2
/
+38
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
2
-2
/
+2
2025-08-04
Merge branch 'kn/for-each-ref-skip-updates'
Junio C Hamano
1
-2
/
+3
2025-08-03
Merge branch 'kn/for-each-ref-skip'
Junio C Hamano
8
-202
/
+135
2025-07-28
ref-cache: use 'size_t' instead of int for length
Karthik Nayak
1
-2
/
+3
2025-07-24
ref-cache: set prefix_state when seeking
Karthik Nayak
1
-0
/
+1
2025-07-23
config: drop `git_config_get_int()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-16
Merge branch 'ps/refs-files-remove-empty-parent'
Junio C Hamano
1
-0
/
+2
2025-07-15
refs: selectively set prefix in the seek functions
Karthik Nayak
7
-38
/
+132
2025-07-15
ref-cache: remove unused function 'find_ref_entry()'
Karthik Nayak
2
-21
/
+0
2025-07-15
refs: expose `ref_iterator` via 'refs.h'
Karthik Nayak
1
-143
/
+2
2025-07-08
Merge branch 'kn/fetch-push-bulk-ref-update'
Junio C Hamano
1
-0
/
+7
2025-07-08
refs/files: remove empty parent dirs when ref creation fails
Patrick Steinhardt
1
-0
/
+2
2025-06-25
refs/files: skip updates with errors in batched updates
Karthik Nayak
1
-0
/
+7
2025-06-03
Merge branch 'sj/ref-contents-check-fix'
Junio C Hamano
1
-0
/
+3
2025-06-02
fsck: ignore missing "refs" directory for linked worktrees
shejialuo
1
-0
/
+3
2025-05-14
packed-backend: mmap large "packed-refs" file during fsck
shejialuo
1
-12
/
+7
2025-05-14
packed-backend: extract snapshot allocation in `load_contents`
shejialuo
1
-22
/
+31
2025-05-14
packed-backend: fsck should warn when "packed-refs" file is empty
shejialuo
1
-0
/
+9
2025-04-24
Merge branch 'ps/object-file-cleanup'
Junio C Hamano
1
-2
/
+2
2025-04-17
Merge branch 'ps/refname-avail-check-optim'
Junio C Hamano
1
-2
/
+2
2025-04-16
Merge branch 'kn/non-transactional-batch-updates'
Junio C Hamano
4
-463
/
+473
2025-04-15
Merge branch 'ps/object-wo-the-repository'
Junio C Hamano
2
-2
/
+2
2025-04-15
object-file: move `safe_create_leading_directories()` into "path.c"
Patrick Steinhardt
1
-2
/
+2
2025-04-09
refs/packed: fix BUG when seeking refs with UTF-8 characters
Patrick Steinhardt
1
-2
/
+2
2025-04-08
Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanup
Junio C Hamano
2
-2
/
+2
2025-04-08
refs: support rejection in batch updates during F/D checks
Karthik Nayak
3
-12
/
+42
2025-04-08
refs: implement batch reference update support
Karthik Nayak
4
-4
/
+73
2025-04-08
refs: introduce enum-based transaction error types
Karthik Nayak
4
-143
/
+151
2025-04-08
refs/reftable: extract code from the transaction preparation
Karthik Nayak
1
-226
/
+237
2025-04-08
refs/files: remove duplicate duplicates check
Karthik Nayak
2
-14
/
+0
2025-04-08
refs: move duplicate refname update check to generic layer
Karthik Nayak
4
-114
/
+34
2025-04-08
refs/files: remove redundant check in split_symref_update()
Karthik Nayak
1
-17
/
+3
2025-03-29
Merge branch 'ps/refname-avail-check-optim'
Junio C Hamano
7
-245
/
+359
2025-03-26
Merge branch 'sj/ref-consistency-checks-more'
Junio C Hamano
1
-12
/
+351
2025-03-12
refs/iterator: implement seeking for files iterators
Patrick Steinhardt
1
-0
/
+16
2025-03-12
refs/iterator: implement seeking for packed-ref iterators
Patrick Steinhardt
1
-22
/
+43
2025-03-12
refs/iterator: implement seeking for ref-cache iterators
Patrick Steinhardt
1
-28
/
+51
2025-03-12
refs/iterator: implement seeking for reftable iterators
Patrick Steinhardt
1
-5
/
+30
2025-03-12
refs/iterator: implement seeking for merged iterators
Patrick Steinhardt
1
-9
/
+29
2025-03-12
refs/iterator: provide infrastructure to re-seek iterators
Patrick Steinhardt
3
-0
/
+59
2025-03-12
refs/iterator: separate lifecycle from iteration
Patrick Steinhardt
7
-163
/
+81
2025-03-12
refs/files: batch refname availability checks for initial transactions
Patrick Steinhardt
1
-7
/
+16
2025-03-12
refs/files: batch refname availability checks for normal transactions
Patrick Steinhardt
1
-11
/
+31
2025-03-12
refs/reftable: batch refname availability checks
Patrick Steinhardt
1
-6
/
+9
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
2
-2
/
+2
[next]