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