Commit 2252c019b5ec7ee342e8ebf2854ec8d83182b3ee

Stefan Sperling 2021-07-03T22:55:27

Update a code comment regarding support of the preciousObjects extension.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/repository.c b/lib/repository.c
index 11cc9cb..8277291 100644
--- a/lib/repository.c
+++ b/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. */
 };