unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* Patch formatting
@ 2011-09-01  9:30 Tomi Ollila
  2011-09-01 10:49 ` François Gannaz
  0 siblings, 1 reply; 2+ messages in thread
From: Tomi Ollila @ 2011-09-01  9:30 UTC (permalink / raw)
  To: notmuch

Hi

Please check (now updated)

http://notmuchmail.org/patchformatting/

page.


Anything that can me used to improve the content (even furtner!)
are greatly appreciated.

Tomi

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Patch formatting
  2011-09-01  9:30 Patch formatting Tomi Ollila
@ 2011-09-01 10:49 ` François Gannaz
  0 siblings, 0 replies; 2+ messages in thread
From: François Gannaz @ 2011-09-01 10:49 UTC (permalink / raw)
  To: notmuch

Hi

On 2011-09-01, Tomi Ollila <tomi.ollila@iki.fi> wrote:
> Hi
> 
> Please check (now updated)
> 
> http://notmuchmail.org/patchformatting/
> 
> page.
> 
> 
> Anything that can me used to improve the content (even furtner!)
> are greatly appreciated.

A few minor suggestions:

* Insert a link for the text "Software Release Practice HOWTO"
  http://tldp.org/HOWTO/Software-Release-Practice-HOWTO/
* s/If you're made/If you've made/
* s/and you'll get/and you get/
* Also replace:
    git format patch commit-sha1(-prefix)
  by
    git format patch <commit-sha1(-prefix)>
* s/to To: field/into To: field/

I also suggest that you insert at the beginning a simple use case:

    # Please commit clean changes (see details in section "Committing")
    $ git commit
      | One line descr
      |
      | Long descr

    # Check which commits to send
    $ git log

    # Prepare patches after 1f77...
    $ git format patch 1f727c65ed864c4cdbb43456b5c8f130f69a193d

    # Send to mailing list (test)
    $ send-email --dry-run --compose 00*.patch

    # Send to mailing list
    $ send-email --compose 00*.patch

--
François

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-01 10:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-01  9:30 Patch formatting Tomi Ollila
2011-09-01 10:49 ` François Gannaz

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).