class documentation
Manages git am state on disk in .git/rebase-apply/.
Follows the same file layout as C git.
| Method | __init__ |
Initialize with the path to the rebase-apply directory. |
| Method | clean |
Remove the state directory. |
| Method | exists |
Check if am state directory exists. |
| Method | get |
Return whether only [PATCH] is stripped from brackets. |
| Method | get |
Return whether subject munging is disabled. |
| Method | get |
Return the total number of patches. |
| Method | get |
Return whether Message-ID inclusion is enabled. |
| Method | get |
Return the 1-based index of the current patch. |
| Method | get |
Return the original HEAD sha from before am started. |
| Method | get |
Return the raw email bytes for the given patch number. |
| Method | get |
Return whether scissors line handling is enabled. |
| Method | get |
Return the number of path components to strip. |
| Method | get |
Return whether three-way merge fallback is enabled. |
| Method | load |
Load saved author metadata for the current patch. |
| Method | load |
Load the saved commit message for the current patch. |
| Method | save |
Save author metadata for the current patch. |
| Method | save |
Initialize state directory with patches and options. |
| Method | save |
Save the commit message for the current patch. |
| Method | set |
Set the current patch index. |
| Instance Variable | path |
Undocumented |
| Method | _has |
Undocumented |
| Method | _read |
Undocumented |
| Method | _write |
Undocumented |