mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 22:39:38 +00:00
Whitespace wibbles.
This commit is contained in:
parent
dc49e1b5b3
commit
9e2d2f30de
@ -156,6 +156,7 @@ typedef enum {
|
|||||||
(GIT_STATUS_OPT_INCLUDE_IGNORED | \
|
(GIT_STATUS_OPT_INCLUDE_IGNORED | \
|
||||||
GIT_STATUS_OPT_INCLUDE_UNTRACKED | \
|
GIT_STATUS_OPT_INCLUDE_UNTRACKED | \
|
||||||
GIT_STATUS_OPT_RECURSE_UNTRACKED_DIRS)
|
GIT_STATUS_OPT_RECURSE_UNTRACKED_DIRS)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Options to control how `git_status_foreach_ext()` will issue callbacks.
|
* Options to control how `git_status_foreach_ext()` will issue callbacks.
|
||||||
*
|
*
|
||||||
|
@ -198,12 +198,12 @@ typedef enum {
|
|||||||
|
|
||||||
/** Valid modes for index and tree entries. */
|
/** Valid modes for index and tree entries. */
|
||||||
typedef enum {
|
typedef enum {
|
||||||
GIT_FILEMODE_UNREADABLE = 0000000,
|
GIT_FILEMODE_UNREADABLE = 0000000,
|
||||||
GIT_FILEMODE_TREE = 0040000,
|
GIT_FILEMODE_TREE = 0040000,
|
||||||
GIT_FILEMODE_BLOB = 0100644,
|
GIT_FILEMODE_BLOB = 0100644,
|
||||||
GIT_FILEMODE_BLOB_EXECUTABLE = 0100755,
|
GIT_FILEMODE_BLOB_EXECUTABLE = 0100755,
|
||||||
GIT_FILEMODE_LINK = 0120000,
|
GIT_FILEMODE_LINK = 0120000,
|
||||||
GIT_FILEMODE_COMMIT = 0160000,
|
GIT_FILEMODE_COMMIT = 0160000,
|
||||||
} git_filemode_t;
|
} git_filemode_t;
|
||||||
|
|
||||||
typedef struct git_refspec git_refspec;
|
typedef struct git_refspec git_refspec;
|
||||||
|
Loading…
Reference in New Issue
Block a user