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
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
2024-08-09
refs: add referent to each_ref_fn
John Cai
1
-1
/
+1
2024-08-09
refs: keep track of unresolved reference value in iterators
John Cai
1
-3
/
+12
2024-08-08
fsck: add ref name check for files backend
shejialuo
1
-0
/
+31
2024-08-08
files-backend: add unified interface for refs scanning
shejialuo
1
-1
/
+72
2024-08-08
refs: set up ref consistency check infrastructure
shejialuo
1
-1
/
+12
2024-08-05
refs/files: prevent memory leak by freeing packed_ref_store
Sven Strickroth
1
-0
/
+1
2024-07-30
refs/files: stop using `the_repository`
Patrick Steinhardt
1
-5
/
+3
2024-07-30
refs/files: stop using `the_repository` in `parse_loose_ref_contents()`
Patrick Steinhardt
1
-9
/
+12
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-3
/
+5
2024-06-20
Merge branch 'kn/update-ref-symref'
Junio C Hamano
1
-8
/
+9
2024-06-17
Merge branch 'ps/ref-storage-migration'
Junio C Hamano
1
-14
/
+110
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
[next]