diff options
author | Junio C Hamano <junkio@cox.net> | 2006-10-24 01:29:27 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-10-24 15:16:38 -0700 |
commit | 04d24455ceb0129195f60af6b62981542433ecf7 (patch) | |
tree | 32e98240c1f4267e22a9fd0f5aaf77004cd33409 /Documentation | |
parent | 9ffd652a385298f3565fdc3f0d0424001a376539 (diff) | |
download | git-04d24455ceb0129195f60af6b62981542433ecf7.tar.gz git-04d24455ceb0129195f60af6b62981542433ecf7.tar.xz |
Documentation: note about contrib/.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/SubmittingPatches | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 90722c21f..a5b3ebdf7 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -101,6 +101,11 @@ send it "To:" the mailing list, and optionally "cc:" him. If it is trivially correct or after the list reached a consensus, send it "To:" the maintainer and optionally "cc:" the list. +Also note that your maintainer does not actively involve himself in +maintaining what are in contrib/ hierarchy. When you send fixes and +enhancements to them, do not forget to "cc: " the person who primarily +worked on that hierarchy in contrib/. + (6) Sign your work |