mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
allmaintainers.sh: print a flat list of all maintainers of a directory (including sub-directories)
This commit is contained in:
3
hack/allmaintainers.sh
Executable file
3
hack/allmaintainers.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
find $1 -name MAINTAINERS -exec cat {} ';' | sed -E -e 's/^[^:]*: *(.*)$/\1/' | grep -E -v -e '^ *$' -e '^ *#.*$' | sort -u
|
||||
Reference in New Issue
Block a user