Commit Diff


commit - aa61903a98391367c09cf4130a838a7ee4b73791
commit + dced00381a7c8b17b15e7f40210e5ab1ed071af0
blob - 26749965b1904cf8d808d8157bf204b30403deae
blob + d171abf9397410bf71dad3f0814476feecd33231
--- lib/object_create.c
+++ lib/object_create.c
@@ -246,7 +246,6 @@ te_mode2str(char *buf, size_t len, struct got_tree_ent
 	/*
 	 * Some Git implementations are picky about modes seen in tree entries.
 	 * For best compatibility we normalize the file/directory mode here.
-	 * Note that we do not support committing symlinks.
 	 */
 	if (S_ISREG(te->mode)) {
 		mode = GOT_DEFAULT_FILE_MODE;