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-05-17
refs/files: use correct repository
Patrick Steinhardt
2024-05-17
refs: implement releasing ref storages
Patrick Steinhardt
2024-05-17
refs: rename `init_db` callback to avoid confusion
Patrick Steinhardt
2024-05-17
refs: adjust names for `init` and `init_db` callbacks
Patrick Steinhardt
2024-05-15
refs: classify HEAD as a root ref
Patrick Steinhardt
2024-05-15
refs: do not check ref existence in `is_root_ref()`
Patrick Steinhardt
2024-05-15
refs: rename `is_pseudoref()` to `is_root_ref()`
Patrick Steinhardt
2024-05-07
refs: remove `create_symref` and associated dead code
Karthik Nayak
2024-05-07
refs: add support for transactional symref updates
Karthik Nayak
2024-05-07
refs: move `original_update_refname` to 'refs.c'
Karthik Nayak
2024-05-07
files-backend: extract out `create_symref_lock()`
Karthik Nayak
2024-05-07
refs: accept symref values in `ref_transaction_update()`
Karthik Nayak
2024-05-06
refs: return conflict error when checking packed refs
Ivan Tse
2024-03-05
Merge branch 'kn/for-all-refs'
Junio C Hamano
2024-02-23
refs: introduce `refs_for_each_include_root_refs()`
Karthik Nayak
2024-02-23
refs: extract out `loose_fill_ref_dir_regular_file()`
Karthik Nayak
2024-02-21
refs: stop resolving ref corresponding to reflogs
Patrick Steinhardt
2024-02-21
refs: drop unused params from the reflog iterator callback
Patrick Steinhardt
2024-02-21
refs: always treat iterators as ordered
Patrick Steinhardt
2024-02-21
refs/files: sort merged worktree and common reflogs
Patrick Steinhardt
2024-02-21
refs/files: sort reflogs returned by the reflog iterator
Patrick Steinhardt
2024-01-26
Merge branch 'ps/worktree-refdb-initialization'
Junio C Hamano
2024-01-16
Merge branch 'ps/refstorage-extension'
Junio C Hamano
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
2024-01-08
refs/files: skip creation of "refs/{heads,tags}" for worktrees
Patrick Steinhardt
2024-01-08
setup: move creation of "refs/" into the files backend
Patrick Steinhardt
2024-01-08
refs: prepare `refs_init_db()` for initializing worktree refs
Patrick Steinhardt
2024-01-02
refs: refactor logic to look up storage backends
Patrick Steinhardt
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-11-17
refs: remove `delete_refs` callback from backends
Patrick Steinhardt
2023-11-17
refs: deduplicate code to delete references
Patrick Steinhardt
2023-11-17
refs/files: use transactions to delete references
Patrick Steinhardt
2023-10-09
files-backend.c: avoid stat in 'loose_fill_ref_dir'
Victoria Dye
2023-07-21
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
2023-07-10
refs: plumb `exclude_patterns` argument throughout
Taylor Blau
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-13
Merge branch 'jc/pack-ref-exclude-include'
Junio C Hamano
2023-05-12
pack-refs: teach pack-refs --include option
John Cai
2023-05-12
pack-refs: teach --exclude option to exclude refs from being packed
John Cai
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
copy.h: move declarations for copy.c functions from cache.h
Elijah Newren
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-03-21
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-02-23
ident.h: move ident-related declarations out of cache.h
Elijah Newren
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
[prev]
[next]