Ggit.ReflogEntry¶
Fields¶
None
Methods¶
| get_committer() | |
| get_message() | |
| get_new_id() | |
| get_old_id() | |
| ref() | |
| unref() | 
Details¶
- 
class Ggit.ReflogEntry¶
- Represents a reflog entry. - 
get_committer()¶
- Returns: - the committer or - None.- Return type: - Ggit.Signatureor- None- Gets the committer as a - Ggit.Signature.
 - 
ref()¶
- Returns: - the passed in - Ggit.ReflogEntryor- None.- Return type: - Ggit.ReflogEntryor- None- 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. 
 
-