summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 891182f)
raw | patch | inline | side by side (parent: 891182f)
author | Nanako Shiraishi <nanako3@lavabit.com> | |
Fri, 28 Aug 2009 03:18:49 +0000 (12:18 +0900) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 28 Aug 2009 03:41:48 +0000 (20:41 -0700) |
Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-gc.txt | patch | blob | history | |
gitweb/gitweb.perl | patch | blob | history |
index b292e9843aa9da86cd44bd07d3ce35053be32177..dcac8c8e2970c23454f206321292583945ede8c5 100644 (file)
--- a/Documentation/git-gc.txt
+++ b/Documentation/git-gc.txt
--prune=<date>::
Prune loose objects older than date (default is 2 weeks ago,
- overrideable by the config variable `gc.pruneExpire`). This
+ overridable by the config variable `gc.pruneExpire`). This
option is on by default.
--no-prune::
diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl
index 33ef190ceb99565f804783ba9fe76987ad6bea89..43fa791de0691e7800e1471a6f0dfc81ce32a9dd 100755 (executable)
--- a/gitweb/gitweb.perl
+++ b/gitweb/gitweb.perl
@{$feature{$name}{'default'}});
if (!$override) { return @defaults; }
if (!defined $sub) {
- warn "feature $name is not overrideable";
+ warn "feature $name is not overridable";
return @defaults;
}
return $sub->(@defaults);