libgit2-d v0.0.2 (2020-03-19T04:42:42Z)
Home
Dub
Repo
git_refdb_backend.reflog_rename
libgit2_d
sys
refdb_backend
git_refdb_backend
Rename a reflog.
A refdb implementation must provide this function.
struct
git_refdb_backend
int
function
(.
git_refdb_backend
*
_backend
,
const
(
char
)*
old_name
,
const
(
char
)*
new_name
)
reflog_rename
;
Meta
Source
See Implementation
libgit2_d
sys
refdb_backend
git_refdb_backend
variables
compress
del
ensure_log
exists
free
has_log
iterator
lock
lookup
reflog_delete
reflog_read
reflog_rename
reflog_write
rename
unlock
version_
write
Rename a reflog.
A refdb implementation must provide this function.