Enum FileMode
Valid modes for inde and tree entries.
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public enum FileMode : int
Fields
| Name | Description |
|---|---|
| Blob | A non-executable file. |
| Commit | A "gitlink", submodule or commit object. |
| ExecutableBlob | An executable file. |
| Link | A symbolic link. |
| Tree | A tree object. |
| Unreadable | The file was unreadable or the index or tree was corrupt and a valid mode could not be read. |