We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891182f commit 9319789Copy full SHA for 9319789
Documentation/git-gc.txt
@@ -61,7 +61,7 @@ automatic consolidation of packs.
61
62
--prune=<date>::
63
Prune loose objects older than date (default is 2 weeks ago,
64
- overrideable by the config variable `gc.pruneExpire`). This
+ overridable by the config variable `gc.pruneExpire`). This
65
option is on by default.
66
67
--no-prune::
gitweb/gitweb.perl
@@ -376,7 +376,7 @@ sub gitweb_get_feature {
376
@{$feature{$name}{'default'}});
377
if (!$override) { return @defaults; }
378
if (!defined $sub) {
379
- warn "feature $name is not overrideable";
+ warn "feature $name is not overridable";
380
return @defaults;
381
}
382
return $sub->(@defaults);
0 commit comments