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-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
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
[prev]
[next]