index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
refs
/
files-backend.c
Age
Commit message (
Expand
)
Author
2024-11-21
ref: add basic symref content check for files backend
shejialuo
2024-11-21
ref: add more strict checks for regular refs
shejialuo
2024-11-21
ref: port git-fsck(1) regular refs check for files backend
shejialuo
2024-11-21
ref: support multiple worktrees check for refs
shejialuo
2024-11-21
ref: initialize ref name outside of check functions
shejialuo
2024-11-21
ref: check the full refname instead of basename
shejialuo
2024-11-21
ref: initialize "fsck_ref_report" with zero
shejialuo
2024-11-21
refs: skip collision checks in initial transactions
Patrick Steinhardt
2024-11-21
refs/files: support symbolic and root refs in initial transaction
Patrick Steinhardt
2024-11-21
refs: introduce "initial" transaction flag
Patrick Steinhardt
2024-11-21
refs/files: move logic to commit initial transaction
Patrick Steinhardt
2024-11-21
refs: allow passing flags when setting up a transaction
Patrick Steinhardt
2024-09-23
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
2024-09-12
Merge branch 'ps/pack-refs-auto-heuristics'
Junio C Hamano
2024-09-12
environment: stop storing "core.preferSymlinkRefs" globally
Patrick Steinhardt
2024-09-12
environment: stop storing "core.logAllRefUpdates" globally
Patrick Steinhardt
2024-09-12
refs: stop modifying global `log_all_ref_updates` variable
Patrick Steinhardt
2024-09-12
environment: guard state depending on a repository
Patrick Steinhardt
2024-09-04
refs/files: use heuristic to decide whether to repack with `--auto`
Patrick Steinhardt
2024-08-30
refs/files-backend: work around -Wunused-parameter
Junio C Hamano
2024-08-17
refs: drop some unused parameters from create_symref_lock()
Jeff King
2024-08-16
Merge branch 'sj/ref-fsck'
Junio C Hamano
2024-08-15
Merge branch 'jc/refs-symref-referent'
Junio C Hamano
2024-08-14
Merge branch 'ss/packed-ref-store-leakfix'
Junio C Hamano
2024-08-09
refs: add referent to each_ref_fn
John Cai
2024-08-09
refs: keep track of unresolved reference value in iterators
John Cai
2024-08-08
fsck: add ref name check for files backend
shejialuo
2024-08-08
files-backend: add unified interface for refs scanning
shejialuo
2024-08-08
refs: set up ref consistency check infrastructure
shejialuo
2024-08-05
refs/files: prevent memory leak by freeing packed_ref_store
Sven Strickroth
2024-07-30
refs/files: stop using `the_repository`
Patrick Steinhardt
2024-07-30
refs/files: stop using `the_repository` in `parse_loose_ref_contents()`
Patrick Steinhardt
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
2024-06-20
Merge branch 'kn/update-ref-symref'
Junio C Hamano
2024-06-17
Merge branch 'ps/ref-storage-migration'
Junio C Hamano
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
2024-06-13
Merge branch 'ps/ref-storage-migration' into ps/use-the-repository
Junio C Hamano
2024-06-07
refs: specify error for regular refs with `old_target`
Karthik Nayak
2024-06-07
refs: create and use `ref_update_expects_existing_old_ref()`
Karthik Nayak
2024-06-06
refs: implement removal of ref storages
Patrick Steinhardt
2024-06-06
refs/files: extract function to iterate through root refs
Patrick Steinhardt
2024-06-06
refs/files: refactor `add_pseudoref_and_head_entries()`
Patrick Steinhardt
2024-06-06
refs: allow to skip creation of reflog entries
Patrick Steinhardt
2024-05-30
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
2024-05-28
Merge branch 'ps/pseudo-ref-terminology'
Junio C Hamano
2024-05-23
Merge branch 'it/refs-name-conflict'
Junio C Hamano
2024-05-23
Merge branch 'ps/pseudo-ref-terminology' into ps/ref-storage-migration
Junio C Hamano
2024-05-23
Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...
Junio C Hamano
2024-05-17
refs/files: remove references to `the_hash_algo`
Patrick Steinhardt
[prev]
[next]