Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
git /
contrib /
coccinelle /
Delete
Unzip
Name
Size
Permission
Date
Action
tests
[ DIR ]
drwxr-xr-x
2026-09-04 11:33
README
5.77
KB
-rw-r--r--
2025-11-17 16:38
array.cocci
2.2
KB
-rw-r--r--
2025-11-17 16:38
commit.cocci
1
KB
-rw-r--r--
2025-11-17 16:38
config_fn_ctx.pending.cocci
2.03
KB
-rw-r--r--
2025-11-17 16:38
equals-null.cocci
218
B
-rw-r--r--
2025-11-17 16:38
flex_alloc.cocci
266
B
-rw-r--r--
2025-11-17 16:38
free.cocci
362
B
-rw-r--r--
2025-11-17 16:38
git_config_number.cocci
226
B
-rw-r--r--
2025-11-17 16:38
hashmap.cocci
254
B
-rw-r--r--
2025-11-17 16:38
index-compatibility.cocci
1.79
KB
-rw-r--r--
2025-11-17 16:38
meson.build
1.76
KB
-rw-r--r--
2025-11-17 16:38
object_id.cocci
1.1
KB
-rw-r--r--
2025-11-17 16:38
preincr.cocci
36
B
-rw-r--r--
2025-11-17 16:38
qsort.cocci
610
B
-rw-r--r--
2025-11-17 16:38
refs.cocci
1.5
KB
-rw-r--r--
2025-11-17 16:38
spatchcache
7.29
KB
-rw-r--r--
2025-11-17 16:38
strbuf.cocci
843
B
-rw-r--r--
2025-11-17 16:38
swap.cocci
257
B
-rw-r--r--
2025-11-17 16:38
the_repository.cocci
1.77
KB
-rw-r--r--
2025-11-17 16:38
xcalloc.cocci
96
B
-rw-r--r--
2025-11-17 16:38
xopen.cocci
295
B
-rw-r--r--
2025-11-17 16:38
xstrdup_or_null.cocci
70
B
-rw-r--r--
2025-11-17 16:38
xstrncmpz.cocci
478
B
-rw-r--r--
2025-11-17 16:38
Save
Rename
// Migrate "refs.h" to not rely on `the_repository` implicitly anymore. @@ @@ ( - resolve_ref_unsafe + refs_resolve_ref_unsafe | - resolve_refdup + refs_resolve_refdup | - read_ref_full + refs_read_ref_full | - read_ref + refs_read_ref | - ref_exists + refs_ref_exists | - head_ref + refs_head_ref | - for_each_ref + refs_for_each_ref | - for_each_ref_in + refs_for_each_ref_in | - for_each_fullref_in + refs_for_each_fullref_in | - for_each_tag_ref + refs_for_each_tag_ref | - for_each_branch_ref + refs_for_each_branch_ref | - for_each_remote_ref + refs_for_each_remote_ref | - for_each_glob_ref + refs_for_each_glob_ref | - for_each_glob_ref_in + refs_for_each_glob_ref_in | - head_ref_namespaced + refs_head_ref_namespaced | - for_each_namespaced_ref + refs_for_each_namespaced_ref | - for_each_rawref + refs_for_each_rawref | - safe_create_reflog + refs_create_reflog | - reflog_exists + refs_reflog_exists | - delete_ref + refs_delete_ref | - delete_refs + refs_delete_refs | - delete_reflog + refs_delete_reflog | - for_each_reflog_ent + refs_for_each_reflog_ent | - for_each_reflog_ent_reverse + refs_for_each_reflog_ent_reverse | - for_each_reflog + refs_for_each_reflog | - shorten_unambiguous_ref + refs_shorten_unambiguous_ref | - rename_ref + refs_rename_ref | - copy_existing_ref + refs_copy_existing_ref | - create_symref + refs_create_symref | - ref_transaction_begin + ref_store_transaction_begin | - update_ref + refs_update_ref | - reflog_expire + refs_reflog_expire ) ( + get_main_ref_store(the_repository), ...)