Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1262536
| From | Brian Norris <computersforpeace@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 4/4] get_maintainer: --r (list reviewer) is on by default |
| Date | 2015-11-04 20:30 +0100 |
| Message-ID | <qrbUS-4Bi-19@gated-at.bofh.it> (permalink) |
| References | <qrbUR-4Bi-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
We don't consistenly document the default value next to the option
listing, but we do have a list of defaults here, so let's keep it up to
date.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Joe Perches <joe@perches.com>
---
new in v2
scripts/get_maintainer.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl
index 13115eab8992..17b9eb2fecb1 100755
--- a/scripts/get_maintainer.pl
+++ b/scripts/get_maintainer.pl
@@ -816,7 +816,7 @@ Other options:
--help => show this help information
Default options:
- [--email --nogit --git-fallback --m --n --l --multiline --pattern-depth=0
+ [--email --nogit --git-fallback --m --r --n --l --multiline --pattern-depth=0
--remove-duplicates --rolestats]
Notes:
--
2.6.0.rc2.230.g3dd15c0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2 1/4] get_maintainer: add missing documentation for --git-blame-signatures Brian Norris <computersforpeace@gmail.com> - 2015-11-04 20:30 +0100 [PATCH v2 4/4] get_maintainer: --r (list reviewer) is on by default Brian Norris <computersforpeace@gmail.com> - 2015-11-04 20:30 +0100
csiph-web