Struct
GgitReflog
Instance methods
ggit_reflog_ref
Atomically increments the reference count of reflog
by one.
This function is MT-safe and may be called from any thread.
ggit_reflog_unref
Atomically decrements the reference count of reflog
by one.
If the reference count drops to 0, reflog
is freed.