One minor grammar nit below. On Mon, Dec 31, 2012 at 2:19 PM, Jason Holden <[email protected]> wrote: > Certain parts of git have a semi-formalized workflow for > incoming patches. This file documents the maintainers, their area of > specialization, their email address, and their canonical repository against > which patches should be submitted. > > Signed-off-by: Jason Holden <[email protected]> > --- > MAINTAINERS | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > create mode 100644 MAINTAINERS > > diff --git a/MAINTAINERS b/MAINTAINERS > new file mode 100644 > index 0000000..c3a96b4 > --- /dev/null > +++ b/MAINTAINERS > @@ -0,0 +1,21 @@ > +Core Git/Overall Maintainer: > + Junio C Hamano <[email protected]> > + git://git.kernel.org/pub/scm/git/git.git > + > + > +Certain utilities packaged with git (git-gui, gitk, and git-po) are > maintained > +upstream of the core git repository. Their contact information > +and canonical repositories are below. Patches to improve these utilities > +should be made against the tree's referenced below
Should be "trees", not "tree's" (plural vs. possessive/contraction). > + > +gitk: > + Paul Mackerras <[email protected]> > + git://ozlabs.org/~paulus/gitk > + > +git-gui: > + Pat Thoyts <[email protected]> > + git://repo.or.cz/git-gui > + > +git-po: > + Jiang Xin <[email protected]> > + https://github.com/git-l10n/git-po/ > -- > 1.8.1.rc3.28.g0ab5d1f > -- Jacob Helwig http://technosorcery.net/about/me -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

