index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
refs
/
files-backend.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-11-25
refs: standardize output of refs_read_symbolic_ref
Bence Ferdinandy
1
-4
/
+3
2024-11-21
ref: add symlink ref content check for files backend
shejialuo
1
-4
/
+34
2024-11-21
ref: check whether the target of the symref is a ref
shejialuo
1
-2
/
+12
2024-11-21
ref: add basic symref content check for files backend
shejialuo
1
-0
/
+40
2024-11-21
ref: add more strict checks for regular refs
shejialuo
1
-3
/
+23
2024-11-21
ref: port git-fsck(1) regular refs check for files backend
shejialuo
1
-0
/
+47
2024-11-21
ref: support multiple worktrees check for refs
shejialuo
1
-5
/
+12
2024-11-21
ref: initialize ref name outside of check functions
shejialuo
1
-8
/
+13
2024-11-21
ref: check the full refname instead of basename
shejialuo
1
-2
/
+5
2024-11-21
ref: initialize "fsck_ref_report" with zero
shejialuo
1
-1
/
+1
2024-11-21
refs: skip collision checks in initial transactions
Patrick Steinhardt
1
-7
/
+6
2024-11-21
refs/files: support symbolic and root refs in initial transaction
Patrick Steinhardt
1
-10
/
+34
2024-11-21
refs: introduce "initial" transaction flag
Patrick Steinhardt
1
-8
/
+8
2024-11-21
refs/files: move logic to commit initial transaction
Patrick Steinhardt
1
-101
/
+101
2024-11-21
refs: allow passing flags when setting up a transaction
Patrick Steinhardt
1
-4
/
+7
2024-09-23
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
1
-12
/
+20
2024-09-12
Merge branch 'ps/pack-refs-auto-heuristics'
Junio C Hamano
1
-0
/
+65
2024-09-12
environment: stop storing "core.preferSymlinkRefs" globally
Patrick Steinhardt
1
-1
/
+4
2024-09-12
environment: stop storing "core.logAllRefUpdates" globally
Patrick Steinhardt
1
-1
/
+3
2024-09-12
refs: stop modifying global `log_all_ref_updates` variable
Patrick Steinhardt
1
-11
/
+12
2024-09-12
environment: guard state depending on a repository
Patrick Steinhardt
1
-0
/
+2
2024-09-04
refs/files: use heuristic to decide whether to repack with `--auto`
Patrick Steinhardt
1
-0
/
+65
2024-08-30
refs/files-backend: work around -Wunused-parameter
Junio C Hamano
1
-2
/
+5
2024-08-17
refs: drop some unused parameters from create_symref_lock()
Jeff King
1
-5
/
+3
2024-08-16
Merge branch 'sj/ref-fsck'
Junio C Hamano
1
-1
/
+114
2024-08-15
Merge branch 'jc/refs-symref-referent'
Junio C Hamano
1
-4
/
+13
2024-08-14
Merge branch 'ss/packed-ref-store-leakfix'
Junio C Hamano
1
-0
/
+1
[prev]
[next]