SubmittingPatches: replace numbered attributes with names
[gitweb.git] / Documentation / SubmittingPatches
index a1d0feca36fea36b84b587c1387eab53e3b870c6..822d24741e8e72cf8c98ef28d89e7873e3002ac3 100644 (file)
@@ -264,12 +264,12 @@ people who are involved in the area you are touching (the output from
 `git blame $path` and `git shortlog --no-merges $path` would help to
 identify them), to solicit comments and reviews.
 
-:1: footnote:[The current maintainer: gitster@pobox.com]
-:2: footnote:[The mailing list: git@vger.kernel.org]
+:current-maintainer: footnote:[The current maintainer: gitster@pobox.com]
+:git-ml: footnote:[The mailing list: git@vger.kernel.org]
 
 After the list reached a consensus that it is a good idea to apply the
-patch, re-send it with "To:" set to the maintainer{1} and "cc:" the
-list{2} for inclusion.
+patch, re-send it with "To:" set to the maintainer{current-maintainer} and "cc:" the
+list{git-ml} for inclusion.
 
 Do not forget to add trailers such as `Acked-by:`, `Reviewed-by:` and
 `Tested-by:` lines as necessary to credit people who helped your