diff options
| author | Marek Vasut <[email protected]> | 2023-12-16 19:07:52 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-12-19 08:03:14 -0500 |
| commit | 8f5043ee6d378d7c10d947cf48b047a5954ef5b3 (patch) | |
| tree | 329f1758f6e2c3d973409e04dc95b795383af141 /.get_maintainer.conf | |
| parent | b5712acb972918a4402971c3cc5a5732d37c3e89 (diff) | |
get_maintainer.pl: Add --git to look up CCed in git history
Add the --git parameter, else recent contributors are left out of the CC list.
Signed-off-by: Marek Vasut <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to '.get_maintainer.conf')
| -rw-r--r-- | .get_maintainer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.get_maintainer.conf b/.get_maintainer.conf index df595f5420d..f916cfbe480 100644 --- a/.get_maintainer.conf +++ b/.get_maintainer.conf @@ -1 +1 @@ ---find-maintainer-files --maintainer-path=. +--find-maintainer-files --git --maintainer-path=. |
