Commit 58ae4535b8d20cad7ec92698594f278c9e289745

punkymaniac 2022-01-09T10:29:00

Document return value for git_libgit2_features

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/include/git2/common.h b/include/git2/common.h
index d62d9be..c421d3c 100644
--- a/include/git2/common.h
+++ b/include/git2/common.h
@@ -167,6 +167,9 @@ typedef enum {
  * - GIT_FEATURE_SSH
  *   Libgit2 supports the SSH protocol for network operations. This requires
  *   the libssh2 library to be found when compiling libgit2
+ *
+ * - GIT_FEATURE_NSEC
+ *   Libgit2 supports the sub-second resolution in file modification times.
  */
 GIT_EXTERN(int) git_libgit2_features(void);