We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68bc511 commit 58ae453Copy full SHA for 58ae453
include/git2/common.h
@@ -167,6 +167,9 @@ typedef enum {
167
* - GIT_FEATURE_SSH
168
* Libgit2 supports the SSH protocol for network operations. This requires
169
* the libssh2 library to be found when compiling libgit2
170
+ *
171
+ * - GIT_FEATURE_NSEC
172
+ * Libgit2 supports the sub-second resolution in file modification times.
173
*/
174
GIT_EXTERN(int) git_libgit2_features(void);
175
0 commit comments