We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b56cda commit c8fb2e1Copy full SHA for c8fb2e1
src/tree.c
@@ -45,7 +45,7 @@ GIT_INLINE(git_filemode_t) normalize_filemode(git_filemode_t filemode)
45
if (GIT_MODE_TYPE(filemode) == GIT_FILEMODE_COMMIT)
46
return GIT_FILEMODE_COMMIT;
47
48
- /* 12XXXX means commit */
+ /* 12XXXX means symlink */
49
if (GIT_MODE_TYPE(filemode) == GIT_FILEMODE_LINK)
50
return GIT_FILEMODE_LINK;
51
0 commit comments