All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@deeprootsystems.com>
To: linux-omap@vger.kernel.org
Subject: patch series versioning: please keep version numbers consistent
Date: Thu, 18 Mar 2010 08:07:14 -0700	[thread overview]
Message-ID: <87ocilmzx9.fsf@deeprootsystems.com> (raw)

Hello,

If you are using version numbering in your patch series, please be
sure to update the version number for *all patches* in series.  Even
if only one patch of the series has changed in the updated series,
please update the version number for all patches.  Having different
version numbers within a series is confusing, and is more difficult to
follow when using automated tools such as patchworks.

Keeping versioning consistent is easy when using 'git format-patch'.
Simply use the --subject-prefix option to add a version number, and it
will be added to every patch in the series.  For example

  $ git format-patch -o tmp --subject-prefix='PATCH v3' <start>..<until>

Will ensure that all the subjects have the same versioning.

Kevin

                 reply	other threads:[~2010-03-18 15:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=87ocilmzx9.fsf@deeprootsystems.com \
    --to=khilman@deeprootsystems.com \
    --cc=linux-omap@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.