<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Mon, 2011-01-24 at 14:16 +0100, walter harms wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <TT><FONT COLOR="#737373">&gt;&nbsp;&nbsp; - The preferred subject line format would be:</FONT></TT><BR>
    <TT><FONT COLOR="#737373">&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[PATCH libXt] add simple example for XtAppNextEvent() man page</FONT></TT><BR>
    <TT><FONT COLOR="#737373">&gt; </FONT></TT><BR>
    <BR>
    <TT><FONT COLOR="#1a1a1a">how can i get GIT to make a header like that ?</FONT></TT><BR>
    <BR>
</BLOCKQUOTE>
<BR>
The reviewers need to know for which component this patch is for when reading the e-mail (there are over 200 of them). You can configure the git format-patch command to always do it for you: 
<BLOCKQUOTE>
<PRE>
$&gt; git config format.subjectprefix &quot;PATCH libXft&quot;
</PRE>
</BLOCKQUOTE>
<BR>
<A HREF="http://www.x.org/wiki/Development/Documentation/SubmittingPatches">http://www.x.org/wiki/Development/Documentation/SubmittingPatches</A>
</BODY>
</HTML>