summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpunkymaniac <punkymaniac@protonmail.ch>2022-01-09 10:29:00 +0100
committerpunkymaniac <punkymaniac@protonmail.ch>2022-01-09 10:29:00 +0100
commit58ae4535b8d20cad7ec92698594f278c9e289745 (patch)
treef7864c30af4df87252c9e74293a393e2a6034361
parent68bc511abb8574b843209685e0f05a88856d7ecf (diff)
downloadlibgit2-58ae4535b8d20cad7ec92698594f278c9e289745.tar.gz
Document return value for git_libgit2_features
-rw-r--r--include/git2/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/git2/common.h b/include/git2/common.h
index d62d9be18..c421d3cc1 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);