Commit Diff


commit - 9188bd7879dac13c9b727f55056edaa8ffd81b25
commit + 2252c019b5ec7ee342e8ebf2854ec8d83182b3ee
blob - 11cc9cb8955d06a769b92d1cd8e3f6bc2a588640
blob + 8277291379829ca0b50aa77c2ae029a90d258983
--- lib/repository.c
+++ lib/repository.c
@@ -610,7 +610,7 @@ read_gotconfig(struct got_repository *repo)
 /* Supported repository format extensions. */
 static const char *repo_extensions[] = {
 	"noop",			/* Got supports repository format version 1. */
-	"preciousObjects",	/* Got has no garbage collection yet. */
+	"preciousObjects",	/* Supported by gotadmin cleanup. */
 	"worktreeConfig",	/* Got does not care about Git work trees. */
 };