unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Better subjects, bodies for commit diff emails?
@ 2010-01-13 19:29 Karl Fogel
  2010-01-13 19:38 ` Dan Nicolaescu
  2010-01-13 20:09 ` Glenn Morris
  0 siblings, 2 replies; 8+ messages in thread
From: Karl Fogel @ 2010-01-13 19:29 UTC (permalink / raw)
  To: emacs-devel

Our commit diff emails currently have subject lines like this:

"[Emacs-diffs] /srv/bzr/emacs/trunk r99318: Fix gc bug in terminal allocation."

They would be better like this, I think:

"[Emacs-diffs] r99318: Fix gc bug in terminal allocation."

The "/srv/bzr/emacs/trunk" is pretty much wasted space.  Do we even send
commit emails for other branches?  I don't know, but if we don't, then
there's no need to take up space saying the branch; and if we do, then
we could just say "trunk" or "foo" without the "/srv/bzr/emacs/" prefix.

Meanwhile, in the message body, adding some vertical whitepace would
make improve readability.  I'll mark my suggestions below with "###":

  revno: 99318
  committer: Chong Yidong <cyd@stupidchicken.com>
  branch nick: trunk
  timestamp: Wed 2010-01-13 13:35:36 -0500
  message:
    Fix gc bug in terminal allocation.
    
    * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
    during call to vendor-specific-keysyms (Bug#5365).
  ### How about a blank line here?  Currently there is not one. ###
  modified:
    src/ChangeLog
    src/xterm.c
  ### And how about a blank line here?  Currently there is not one. ###
  === modified file 'src/ChangeLog'
  --- a/src/ChangeLog	2010-01-13 04:42:45 +0000
  +++ b/src/ChangeLog	2010-01-13 18:35:36 +0000
  ### After this point, there are blank lines between hunks, so all good ##

I don't know what would be involved in fixing these problems.  I presume
a Savannah support request for at least the first, and either a Savannah
SR and/or a patch to some Bazaar tool for the latter.

If people agree that these would be good, I (might :-) ) take a look.

Thoughts?

-Karl




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

end of thread, other threads:[~2010-01-14 19:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-13 19:29 Better subjects, bodies for commit diff emails? Karl Fogel
2010-01-13 19:38 ` Dan Nicolaescu
2010-01-13 21:25   ` Karl Fogel
2010-01-13 21:26   ` Glenn Morris
2010-01-14 18:35     ` Eli Zaretskii
2010-01-14 19:23       ` Karl Fogel
2010-01-13 20:09 ` Glenn Morris
2010-01-13 20:32   ` Glenn Morris

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

	https://git.savannah.gnu.org/cgit/emacs.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).