summaryrefslogtreecommitdiff
path: root/include/git2/sys/hashsig.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/sys/hashsig.h')
-rw-r--r--include/git2/sys/hashsig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/git2/sys/hashsig.h b/include/git2/sys/hashsig.h
index cd735e1b5..2bc32f394 100644
--- a/include/git2/sys/hashsig.h
+++ b/include/git2/sys/hashsig.h
@@ -16,6 +16,9 @@ GIT_BEGIN_DECL
*/
typedef struct git_hashsig git_hashsig;
+/**
+ * Options for hashsig calculation
+ */
typedef enum {
GIT_HASHSIG_NORMAL = 0, /* use all data */
GIT_HASHSIG_IGNORE_WHITESPACE = 1, /* ignore whitespace */