commit ed7cc4a82151aea060ad46169c957da2f37a8948 from: Stefan Sperling date: Wed Dec 29 12:03:33 2021 UTC remove outdated comment commit - 67b5eae12158038ee5cb00b808702891527cd70e commit + ed7cc4a82151aea060ad46169c957da2f37a8948 blob - 1092bb03e5e276167684b61088c369b208953167 blob + 00534701c31ba3b8106d4b8a5c90d239e6320279 --- 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;