Enum git_filemode_t
Valid modes for index and tree entries.
Namespace: Dogged.Native
Assembly: Dogged.Native.dll
Syntax
public enum git_filemode_t : int
Fields
Name | Description |
---|---|
GIT_FILEMODE_BLOB | A non-executable file. |
GIT_FILEMODE_BLOB_EXECUTABLE | An executable file. |
GIT_FILEMODE_COMMIT | A "gitlink", submodule or commit object. |
GIT_FILEMODE_LINK | A symbolic link. |
GIT_FILEMODE_TREE | A tree object. |
GIT_FILEMODE_UNREADABLE | The file was unreadable or the index or tree was corrupt and a valid mode could not be read. |