diff options
author | Junio C Hamano <junkio@cox.net> | 2006-10-25 14:38:33 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-10-25 14:38:33 -0700 |
commit | eb153837d8509fc6ef59b17630429c63c0993b2d (patch) | |
tree | 2c6e4a895ed1fc98d5635c4e171377b2e09e44c0 | |
parent | 01fe679a341ed3b1a816404faf76bf454712aa2f (diff) | |
parent | 84ab7b6fc7e190ac1c1d0bc5b7c48befa42eff3c (diff) | |
download | git-eb153837d8509fc6ef59b17630429c63c0993b2d.tar.gz |
Merge branch 'maint'
* maint:
Documentation/SubmittingPatches: 3+1 != 6
-rw-r--r-- | Documentation/SubmittingPatches | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index a5b3ebdf72..8a3d31631c 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -107,7 +107,7 @@ enhancements to them, do not forget to "cc: " the person who primarily worked on that hierarchy in contrib/. -(6) Sign your work +(4) Sign your work To improve tracking of who did what, we've borrowed the "sign-off" procedure from the Linux kernel project on patches |