glib/docs/CODEOWNERS
Line: 21: incorrect codeowner user: pwithnall Line: 21: incorrect codeowner user: ebassi Line: 21: no users/groups matched Line: 24: incorrect codeowner user: xclaesse Line: 24: incorrect codeowner user: nirbheek Line: 24: incorrect codeowner user: pwithnall Line: 24: no users/groups matched Line: 25: incorrect codeowner user: xclaesse Line: 25: incorrect codeowner user: nirbheek Line: 25: incorrect codeowner user: pwithnall Line: 25: no users/groups matched Line: 26: incorrect codeowner user: xclaesse Line: 26: incorrect codeowner user: nirbheek Line: 26: incorrect codeowner user: pwithnall Line: 26: no users/groups matched Line: 29: incorrect codeowner user: pwithnall Line: 29: incorrect codeowner user: xclaesse Line: 29: incorrect codeowner user: creiter Line: 29: no users/groups matched Line: 32: incorrect codeowner user: jralls Line: 32: incorrect codeowner user: pwithnall Line: 32: incorrect codeowner user: sdroege Line: 32: no users/groups matched Line: 33: incorrect codeowner user: jralls Line: 33: incorrect codeowner user: pwithnall Line: 33: incorrect codeowner user: sdroege Line: 33: no users/groups matched Line: 36: incorrect codeowner user: lrn Line: 36: incorrect codeowner user: creiter Line: 36: incorrect codeowner user: fanc999 Line: 36: incorrect codeowner user: pwithnall Line: 36: incorrect codeowner user: sdroege Line: 36: incorrect codeowner user: nirbheek Line: 36: no users/groups matched Line: 39: incorrect codeowner user: fanc999 Line: 39: incorrect codeowner user: creiter Line: 39: incorrect codeowner user: pwithnall Line: 39: incorrect codeowner user: sdroege Line: 39: incorrect codeowner user: nirbheek Line: 39: no users/groups matched Line: 42: incorrect codeowner user: nirbheek Line: 42: no users/groups matched Line: 45: incorrect codeowner user: xclaesse Line: 45: incorrect codeowner user: pwithnall Line: 45: incorrect codeowner user: sdroege Line: 45: no users/groups matched Line: 48: incorrect codeowner user: jmatthew Line: 48: incorrect codeowner user: ajacoutot Line: 48: incorrect codeowner user: lantw Line: 48: incorrect codeowner user: pwithnall Line: 48: no users/groups matched Line: 49: incorrect codeowner user: jmatthew Line: 49: incorrect codeowner user: ajacoutot Line: 49: incorrect codeowner user: lantw Line: 49: incorrect codeowner user: pwithnall Line: 49: no users/groups matched Line: 52: incorrect codeowner user: matthiasc Line: 52: incorrect codeowner user: alexl Line: 52: incorrect codeowner user: pwithnall Line: 52: no users/groups matched Line: 55: incorrect codeowner user: mcatanzaro Line: 55: incorrect codeowner user: pgriffis Line: 55: incorrect codeowner user: pwithnall Line: 55: incorrect codeowner user: sdroege Line: 55: no users/groups matched Line: 58: incorrect codeowner user: smcv Line: 58: incorrect codeowner user: pwithnall Line: 58: no users/groups matched Line: 61: incorrect codeowner user: oholy Line: 61: incorrect codeowner user: alexl Line: 61: incorrect codeowner user: pwithnall Line: 61: incorrect codeowner user: sdroege Line: 61: no users/groups matched Line: 62: incorrect codeowner user: alexl Line: 62: incorrect codeowner user: pwithnall Line: 62: incorrect codeowner user: sdroege Line: 62: no users/groups matched Line: 63: incorrect codeowner user: oholy Line: 63: incorrect codeowner user: alexl Line: 63: incorrect codeowner user: pwithnall Line: 63: no users/groups matched Line: 66: incorrect codeowner user: ebassi Line: 66: incorrect codeowner user: pwithnall Line: 66: incorrect codeowner user: sdroege Line: 66: no users/groups matched Line: 69: incorrect codeowner user: ebassi Line: 69: incorrect codeowner user: pwithnall Line: 69: incorrect codeowner user: sdroege Line: 69: no users/groups matched Line: 72: incorrect codeowner user: pwithnall Line: 72: incorrect codeowner user: sdroege Line: 72: no users/groups matched Line: 75: incorrect codeowner user: ebassi Line: 75: incorrect codeowner user: pwithnall Line: 75: incorrect codeowner user: sdroege Line: 75: no users/groups matched Line: 76: incorrect codeowner user: ebassi Line: 76: incorrect codeowner user: pwithnall Line: 76: incorrect codeowner user: sdroege Line: 76: no users/groups matched Line: 77: incorrect codeowner user: ebassi Line: 77: incorrect codeowner user: pwithnall Line: 77: incorrect codeowner user: sdroege Line: 77: no users/groups matched Line: 80: incorrect codeowner user: pwithnall Line: 80: incorrect codeowner user: sdroege Line: 80: no users/groups matched Line: 83: incorrect codeowner user: pwithnall Line: 83: no users/groups matched
Nirbheek Chauhan 7952a74721 CODEOWNERS: Add myself as co-owner of Windows stuff
because I am a sucker for punishment.
2019-08-27 12:57:32 +05:30

83 lines
2.3 KiB
Plaintext

# These are the people responsible for subsystems in GLib; if you're opening
# a merge request for files listed here, please add the following people to
# the list of reviewers
# The syntax of this file is defined by GitLab:
# https://docs.gitlab.com/ee/user/project/code_owners.html
# Which, in turn, is similar to the .gitignore and .gitattributes files:
#
# - comments start with `#`
# - the first column contains paths and globs
# - the second column contains GitLab user names or email addresses,
# separated by spaces
#
# The last matching glob (rather than the union of *all* matching globs) gives
# the owners of a piece of code.
#
# If you want to be responsible for code reviews in specific sections of
# the GLib code base, add yourself here.
# Overall maintainers
* @pwithnall @ebassi
# Build system
meson.build @xclaesse @nirbheek @pwithnall
meson_options.txt @xclaesse @nirbheek @pwithnall
subprojects/ @xclaesse @nirbheek @pwithnall
# CI integration
.gitlab-ci* @pwithnall @xclaesse @creiter
# macOS support
*osx* @jralls @pwithnall @sdroege
*.m @jralls @pwithnall @sdroege
# Windows support
*win32* @lrn @creiter @fanc999 @pwithnall @sdroege @nirbheek
# Windows support (MSVC-specific)
*msvc* @fanc999 @creiter @pwithnall @sdroege @nirbheek
# Windows support (UWP-specific)
*uwp* @nirbheek
# Android support
*android* @xclaesse @pwithnall @sdroege
# BSD support
*bsd* @jmatthew @ajacoutot @lantw @pwithnall
*kqueue* @jmatthew @ajacoutot @lantw @pwithnall
# flatpak portals
gio/*portal* @matthiasc @alexl @pwithnall
# Networking
gio/g*{tcp,udp,tls,socket,resolver,proxy,network,inet,datagram}* @mcatanzaro @pgriffis @pwithnall @sdroege
# D-Bus
gio/g*bus* @smcv @pwithnall
# I/O
gio/g*{file,vfs,mount,drive,volume}* @oholy @alexl @pwithnall @sdroege
gio/g*stream* @alexl @pwithnall @sdroege
gio/gio-tool* @oholy @alexl @pwithnall
# Generic bits of GLib
glib/ @ebassi @pwithnall @sdroege
# GObject type system
gobject/ @ebassi @pwithnall @sdroege
# GVariant
glib/gvariant* @pwithnall @sdroege
# grefcount, GRcBox and GRefString
glib/gref{count,string}.[ch] @ebassi @pwithnall @sdroege
glib/grc*.[ch] @ebassi @pwithnall @sdroege
glib/garc*.[ch] @ebassi @pwithnall @sdroege
# Logging
glib/gmessages.[ch] @pwithnall @sdroege
# Google clusterfuzz support
fuzzing/ @pwithnall