[Mesa-dev] [PATCH 01/26] docs: git tips

Aaron Watry awatry at gmail.com
Mon Feb 29 16:12:08 UTC 2016


Well, I learned something from that (subject prefix), so I wouldn't mind
seeing it become more easily discoverable.

--Aaron

On Sun, Feb 28, 2016 at 7:25 PM, Timothy Arceri <
timothy.arceri at collabora.com> wrote:

> On Mon, 2016-02-29 at 12:17 +1100, Timothy Arceri wrote:
> > From: Timothy Arceri <t_arceri at yahoo.com.au>
> >
>
> Whoops I didn't intend to send this with the series its just been
> sitting in my repo as I wanted to add the commands I always forget
> somewhere. We can still add it if others think its useful.
>
> > ---
> >  docs/devinfo.html | 18 ++++++++++++++++++
> >  1 file changed, 18 insertions(+)
> >
> > diff --git a/docs/devinfo.html b/docs/devinfo.html
> > index 8ebf80f..ed9eb9b 100644
> > --- a/docs/devinfo.html
> > +++ b/docs/devinfo.html
> > @@ -162,6 +162,24 @@ components.
> >  perhaps, in very trivial cases.)
> >  </ul>
> >
> > +<h3>Git Tips</h3>
> > +
> > +<ul>
> > +<li>Test for build breakage between patches e.g last 8 commits.
> > +<pre>
> > +    git rebase -i --exec="make -j4" HEAD~8
> > +</pre>
> > +<li>Sets the default mailing address for your repo.
> > +<pre>
> > +    git config --local sendemail.to mesa-dev at lists.freedesktop.org
> > +</pre>
> > +<li> Add version to subject line of patch series in this case for
> > the last 8
> > +commits before sending.
> > +<pre>
> > +    git send-email --subject-prefix="PATCH v4" HEAD~8
> > +</pre>
> > +</ul>
> > +
> >  <h3>Patch formatting</h3>
> >
> >  <p>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160229/b83b9b84/attachment.html>


More information about the mesa-dev mailing list