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-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
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-3
/
+3
2024-06-13
Merge branch 'ps/ref-storage-migration' into ps/use-the-repository
Junio C Hamano
1
-14
/
+110
2024-06-07
refs: specify error for regular refs with `old_target`
Karthik Nayak
1
-6
/
+8
2024-06-07
refs: create and use `ref_update_expects_existing_old_ref()`
Karthik Nayak
1
-2
/
+1
2024-06-06
refs: implement removal of ref storages
Patrick Steinhardt
1
-0
/
+62
2024-06-06
refs/files: extract function to iterate through root refs
Patrick Steinhardt
1
-9
/
+42
2024-06-06
refs/files: refactor `add_pseudoref_and_head_entries()`
Patrick Steinhardt
1
-9
/
+6
2024-06-06
refs: allow to skip creation of reflog entries
Patrick Steinhardt
1
-0
/
+4
2024-05-30
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
1
-23
/
+36
2024-05-28
Merge branch 'ps/pseudo-ref-terminology'
Junio C Hamano
1
-2
/
+1
2024-05-23
Merge branch 'it/refs-name-conflict'
Junio C Hamano
1
-1
/
+3
2024-05-23
Merge branch 'ps/pseudo-ref-terminology' into ps/ref-storage-migration
Junio C Hamano
1
-2
/
+1
2024-05-23
Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...
Junio C Hamano
1
-23
/
+36
2024-05-17
refs/files: remove references to `the_hash_algo`
Patrick Steinhardt
1
-2
/
+2
2024-05-17
refs/files: use correct repository
Patrick Steinhardt
1
-10
/
+13
2024-05-17
refs: implement releasing ref storages
Patrick Steinhardt
1
-0
/
+10
2024-05-17
refs: rename `init_db` callback to avoid confusion
Patrick Steinhardt
1
-6
/
+6
2024-05-17
refs: adjust names for `init` and `init_db` callbacks
Patrick Steinhardt
1
-5
/
+5
2024-05-15
refs: classify HEAD as a root ref
Patrick Steinhardt
1
-2
/
+1
2024-05-15
refs: do not check ref existence in `is_root_ref()`
Patrick Steinhardt
1
-2
/
+2
2024-05-15
refs: rename `is_pseudoref()` to `is_root_ref()`
Patrick Steinhardt
1
-1
/
+1
2024-05-07
refs: remove `create_symref` and associated dead code
Karthik Nayak
1
-67
/
+0
2024-05-07
refs: add support for transactional symref updates
Karthik Nayak
1
-21
/
+92
2024-05-07
refs: move `original_update_refname` to 'refs.c'
Karthik Nayak
1
-16
/
+5
2024-05-07
files-backend: extract out `create_symref_lock()`
Karthik Nayak
1
-14
/
+37
2024-05-07
refs: accept symref values in `ref_transaction_update()`
Karthik Nayak
1
-6
/
+6
2024-05-06
refs: return conflict error when checking packed refs
Ivan Tse
1
-1
/
+3
2024-03-05
Merge branch 'kn/for-all-refs'
Junio C Hamano
1
-34
/
+93
2024-02-23
refs: introduce `refs_for_each_include_root_refs()`
Karthik Nayak
1
-5
/
+60
2024-02-23
refs: extract out `loose_fill_ref_dir_regular_file()`
Karthik Nayak
1
-29
/
+33
2024-02-21
refs: stop resolving ref corresponding to reflogs
Patrick Steinhardt
1
-10
/
+2
2024-02-21
refs: drop unused params from the reflog iterator callback
Patrick Steinhardt
1
-7
/
+1
2024-02-21
refs: always treat iterators as ordered
Patrick Steinhardt
1
-4
/
+3
2024-02-21
refs/files: sort merged worktree and common reflogs
Patrick Steinhardt
1
-28
/
+2
2024-02-21
refs/files: sort reflogs returned by the reflog iterator
Patrick Steinhardt
1
-2
/
+2
2024-01-26
Merge branch 'ps/worktree-refdb-initialization'
Junio C Hamano
1
-6
/
+31
2024-01-16
Merge branch 'ps/refstorage-extension'
Junio C Hamano
1
-1
/
+0
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-2
/
+0
2024-01-08
refs/files: skip creation of "refs/{heads,tags}" for worktrees
Patrick Steinhardt
1
-8
/
+14
2024-01-08
setup: move creation of "refs/" into the files backend
Patrick Steinhardt
1
-0
/
+17
2024-01-08
refs: prepare `refs_init_db()` for initializing worktree refs
Patrick Steinhardt
1
-1
/
+3
2024-01-02
refs: refactor logic to look up storage backends
Patrick Steinhardt
1
-1
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-2
/
+0
2023-11-17
refs: remove `delete_refs` callback from backends
Patrick Steinhardt
1
-7
/
+0
2023-11-17
refs: deduplicate code to delete references
Patrick Steinhardt
1
-45
/
+1
2023-11-17
refs/files: use transactions to delete references
Patrick Steinhardt
1
-32
/
+34
[next]