Commit ed7cc4a82151aea060ad46169c957da2f37a8948

Stefan Sperling 2021-12-29T12:03:33

remove outdated comment

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/lib/object_create.c b/lib/object_create.c
index 1092bb0..0053470 100644
--- a/lib/object_create.c
+++ b/lib/object_create.c
@@ -246,7 +246,6 @@ te_mode2str(char *buf, size_t len, struct got_tree_entry *te)
 	/*
 	 * 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;