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
/
files-backend.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-26
Merge branch 'js/unreachable-workaround-for-no-symlink-head' into maint-2.51
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
1
-7
/
+58
2025-10-09
refs: forbid clang to complain about unreachable code
Johannes Schindelin
1
-1
/
+7
2025-09-17
refs/files: handle D/F conflicts during locking
Karthik Nayak
1
-5
/
+6
2025-09-17
refs/files: handle F/D conflicts in case-insensitive FS
Karthik Nayak
1
-2
/
+17
2025-09-17
refs/files: use correct error type when lock exists
Karthik Nayak
1
-3
/
+18
2025-09-17
refs/files: catch conflicts on case-insensitive file-systems
Karthik Nayak
1
-5
/
+28
2025-08-06
refs: fix invalid old object IDs when migrating reflogs
Patrick Steinhardt
1
-1
/
+15
2025-08-06
refs: stop unsetting REF_HAVE_OLD for log-only updates
Patrick Steinhardt
1
-4
/
+5
2025-08-06
refs/files: detect race when generating reflog entry for HEAD
Patrick Steinhardt
1
-2
/
+38
2025-08-03
Merge branch 'kn/for-each-ref-skip'
Junio C Hamano
1
-3
/
+4
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
1
-3
/
+4
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-04-24
Merge branch 'ps/object-file-cleanup'
Junio C Hamano
1
-2
/
+2
2025-04-16
Merge branch 'kn/non-transactional-batch-updates'
Junio C Hamano
1
-176
/
+138
2025-04-15
Merge branch 'ps/object-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2025-04-15
object-file: move `safe_create_leading_directories()` into "path.c"
Patrick Steinhardt
1
-2
/
+2
2025-04-08
Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanup
Junio C Hamano
1
-1
/
+1
2025-04-08
refs: support rejection in batch updates during F/D checks
Karthik Nayak
1
-9
/
+18
2025-04-08
refs: implement batch reference update support
Karthik Nayak
1
-1
/
+11
2025-04-08
refs: introduce enum-based transaction error types
Karthik Nayak
1
-100
/
+102
2025-04-08
refs/files: remove duplicate duplicates check
Karthik Nayak
1
-6
/
+0
2025-04-08
refs: move duplicate refname update check to generic layer
Karthik Nayak
1
-53
/
+14
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
1
-44
/
+73
2025-03-12
refs/iterator: implement seeking for files iterators
Patrick Steinhardt
1
-0
/
+16
2025-03-12
refs/iterator: separate lifecycle from iteration
Patrick Steinhardt
1
-26
/
+10
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-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-1
/
+1
2025-02-28
path: adjust last remaining users of `the_repository`
Patrick Steinhardt
1
-5
/
+5
2025-01-29
Merge branch 'kn/reflog-symref-fix'
Junio C Hamano
1
-3
/
+0
2025-01-23
refs: fix creation of reflog entries for symrefs
Karthik Nayak
1
-3
/
+0
2024-12-23
Merge branch 'kn/reflog-migration'
Junio C Hamano
1
-45
/
+86
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+1
2024-12-19
Merge branch 'bf/set-head-symref'
Junio C Hamano
1
-12
/
+19
2024-12-16
refs: allow multiple reflog entries for the same refname
Karthik Nayak
1
-4
/
+11
2024-12-16
refs: introduce the `ref_transaction_update_reflog` function
Karthik Nayak
1
-8
/
+16
2024-12-16
refs: add `committer_info` to `ref_transaction_add_update()`
Karthik Nayak
1
-6
/
+8
2024-12-16
refs/files: add count field to ref_lock
Karthik Nayak
1
-19
/
+39
2024-12-16
refs: include committer info in `ref_update` struct
Karthik Nayak
1
-10
/
+14
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-12-04
Merge branch 'sj/ref-contents-check'
Junio C Hamano
1
-16
/
+178
2024-11-25
refs: add TRANSACTION_CREATE_EXISTS error
Bence Ferdinandy
1
-8
/
+16
[next]