public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH] SH/Dreamcast - improve detection of attached peripherals
Date: Tue, 12 Feb 2008 15:23:40 +0000	[thread overview]
Message-ID: <200802121023.41473.vapier@gentoo.org> (raw)
In-Reply-To: <1202689502.6237.23.camel@localhost.localdomain>

[-- Attachment #1: Type: text/plain, Size: 1234 bytes --]

is there a reason you guys dont use git to submit your patches ?  it does take 
time to learn if you arent familiar, but the time spent more than pays off in 
the long wrong ... it takes care of all these fun bits for you.  a shortened 
list for arbitrary developers:
1. < make changes to git repo >
2. git add < files you want to commit >
3. git commit -s
 - first line is the subject (so you have to follow convention yourself)
 - one blank line
 - paragraph for body of changelog
so the example commit log would be (just the stuff between the dashes):
----------------------------
SH/Maple/Dreamcast: improve detection of attached peripherals

Blah blah blah this is the long subject explaining why this is wanted.

Signed-off-line: automatically-added-by-the-s-flag
----------------------------
4. git-format-patch HEAD^
5. git-send-email --to linux-sh@vger.kernel.org <list of patches produced>
6. git reset --hard HEAD^

i'm lazy and dont create branches for the small one-off changes.  so you guys 
doing more work would probably want to create a branch before doing the work.  
in that case, just replace "HEAD^" with like "master" to generate patches of 
all the commits made to your branch.
-mike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 827 bytes --]

  parent reply	other threads:[~2008-02-12 15:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-11  0:25 [PATCH] SH/Dreamcast - improve detection of attached peripherals Adrian McMenamin
2008-02-12  8:24 ` Paul Mundt
2008-02-12  9:36 ` [PATCH] SH/Dreamcast - improve detection of attached Kristoffer Ericson
2008-02-12  9:48 ` [PATCH] SH/Dreamcast - improve detection of attached peripherals Paul Mundt
2008-02-12 15:23 ` Mike Frysinger [this message]
2008-02-13 13:24 ` [PATCH] SH/Dreamcast - improve detection of attached Adrian McMenamin
2008-02-13 13:30 ` Adrian McMenamin
2008-02-14  9:34 ` Kristoffer Ericson
2008-02-14 10:14 ` [PATCH] SH/Dreamcast - improve detection of attached peripherals Paul Mundt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200802121023.41473.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=linux-sh@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox