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-11-06
Merge branch 'pk/reflog-migrate-message-fix'
Junio C Hamano
1
-1
/
+1
2025-11-05
refs: add missing space in messages
Peter Krefting
1
-1
/
+1
2025-10-30
Merge branch 'ps/symlink-symref-deprecation'
Junio C Hamano
1
-2
/
+17
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
1
-7
/
+58
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
1
-3
/
+0
2025-10-09
refs: forbid clang to complain about unreachable code
Johannes Schindelin
1
-1
/
+7
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
1
-1
/
+0
2025-10-02
Merge branch 'ms/refs-optimize'
Junio C Hamano
1
-0
/
+10
2025-09-29
Merge branch 'kn/refs-files-case-insensitive'
Junio C Hamano
1
-12
/
+66
2025-09-19
files-backend: implement 'optimize' action
Meet Soni
1
-0
/
+10
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-29
Merge branch 'jk/no-clobber-dangling-symref-with-fetch'
Junio C Hamano
1
-4
/
+30
2025-08-21
Merge branch 'ps/remote-rename-fix'
Junio C Hamano
1
-6
/
+9
2025-08-21
Merge branch 'ps/reflog-migrate-fixes'
Junio C Hamano
1
-7
/
+58
2025-08-19
refs: do not clobber dangling symrefs
Jeff King
1
-4
/
+30
2025-08-06
refs: pass refname when invoking reflog entry callback
Patrick Steinhardt
1
-6
/
+9
2025-08-06
Merge branch 'ps/reflog-migrate-fixes' into ps/remote-rename-fix
Junio C Hamano
1
-7
/
+58
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
[next]