git_hashsig_option_t

Options for hashsig computation

The options GIT_HASHSIG_NORMAL, GIT_HASHSIG_IGNORE_WHITESPACE, GIT_HASHSIG_SMART_WHITESPACE are exclusive and should not be combined.

Values

ValueMeaning
GIT_HASHSIG_NORMAL0

Use all data

GIT_HASHSIG_IGNORE_WHITESPACE1 << 0

Ignore whitespace

GIT_HASHSIG_SMART_WHITESPACE1 << 1

Ignore \r and all space after \n

GIT_HASHSIG_ALLOW_SMALL_FILES1 << 2

Allow hashing of small files

Meta