db02f11c04
This script lists all new commits from users with few merged commits. By default, it looks at the last week, and considers anyone with fewer than 5 commits merged to be a new user. Currently the only command line argument that's accepted is the gerrit username of the person running the query. To modify any of the other options, the values hard-coded into the script need to be updated. To keep down the number of repeated queries, the script saves lists of users considered to be experienced, as well as the commits from new users that it lists. Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: Ic698798f3fddc77900c8c4e6f8427991bda3f2d1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/78184 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nicholas Chin <nic.c3.14@gmail.com>
33 lines
1.9 KiB
Markdown
33 lines
1.9 KiB
Markdown
__scripts__
|
|
* _config_ - Manipulate options in a .config file from the command
|
|
line `Bash`
|
|
* _cross-repo-cherrypick_ - Pull in patches from another tree from a
|
|
gerrit repository. `Shell`
|
|
* _decode_spd.sh_ - Decodes Serial Presence Detect (SPD) files into
|
|
various human readable formats. `Bash`
|
|
* _dts-to-fmd.sh_ -Converts a depthcharge fmap.dts into an fmaptool
|
|
compatible .fmd format `Bash`
|
|
* _find_new_user_commits.sh_ - Finds new gerrit committers `Bash`
|
|
* _find-unused-kconfig-symbols.sh_ - Points out Kconfig variables
|
|
that may be unused. There are
|
|
some false positives, but it
|
|
serves as a starting point
|
|
`Shell`
|
|
* _gerrit-rebase_ - Applies all commits that from-branch has over
|
|
to-branch, based on a common ancestor and gerrit
|
|
meta-data `Bash`
|
|
* _get_maintainer.pl_ - Print selected MAINTAINERS information for
|
|
the files modified in a patch or for a file
|
|
`Perl`
|
|
* _maintainers.go_ - Build subsystem Maintainers `Go`
|
|
* _no-fsf-addresses.sh_ - Removes various FSF addresses from license
|
|
headers `Shell`
|
|
* _parse-maintainers.pl_ - Script to alphabetize MAINTAINERS file
|
|
`Perl`
|
|
* _rm_unused_code_ - Remove all code not used for a platform from the local
|
|
git repository for auditing or release `Bash`
|
|
* _show_platforms.sh_ - Makes a list of platforms in the tree. Does
|
|
not show variants.
|
|
`Shell`
|
|
* _ucode_h_to_bin.sh_ - Microcode conversion tool `Bash`
|
|
* _update_submodules_ - Check all submodules for updates `Bash`
|