Ggit.IndexEntryResolveUndo¶
Fields¶
None
Methods¶
  | 
|
  | 
|
  | 
|
  | 
|
  | 
Details¶
- class Ggit.IndexEntryResolveUndo¶
 Represents an resolve undo index entry object.
- get_file()¶
 - 
Get the file of the index entry.
 
- get_id(stage)¶
 - 
Get the oid of the index entry.
 
- get_mode(stage)¶
 - 
Get the mode of the index entry. The returned mode contains the modes from stage 1, 2 and 3.
 
- ref()¶
 - Returns:
 - 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.