Commit 77d65af4 by Russell Belfer

Nicer constant

parent da825c92
...@@ -95,7 +95,7 @@ enum { ...@@ -95,7 +95,7 @@ enum {
GIT_INDEXCAP_IGNORE_CASE = 1, GIT_INDEXCAP_IGNORE_CASE = 1,
GIT_INDEXCAP_NO_FILEMODE = 2, GIT_INDEXCAP_NO_FILEMODE = 2,
GIT_INDEXCAP_NO_SYMLINKS = 4, GIT_INDEXCAP_NO_SYMLINKS = 4,
GIT_INDEXCAP_FROM_OWNER = (unsigned int)-1 GIT_INDEXCAP_FROM_OWNER = ~0u
}; };
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment