Ggit.ReflogEntry¶
Fields¶
None
Methods¶
|
|
|
|
|
|
|
|
|
Details¶
- class Ggit.ReflogEntry¶
Represents a reflog entry.
- get_committer()¶
- Returns:
the committer or
None
.- Return type:
Gets the committer as a
Ggit.Signature
.
- ref()¶
- Returns:
the passed in
Ggit.ReflogEntry
orNone
.- Return type:
Atomically increments the reference count of self by one. This function is MT-safe and may be called from any thread.
- unref()¶
Atomically decrements the reference count of self by one. If the reference count drops to 0, self is freed.