Skip to content

Commit 58ae453

Browse files
committed
Document return value for git_libgit2_features
1 parent 68bc511 commit 58ae453

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/git2/common.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ typedef enum {
167167
* - GIT_FEATURE_SSH
168168
* Libgit2 supports the SSH protocol for network operations. This requires
169169
* 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.
170173
*/
171174
GIT_EXTERN(int) git_libgit2_features(void);
172175

0 commit comments

Comments
 (0)