Gentoo Archives: gentoo-dev

From: Jonathan Smith <smithj@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Proper commit messages
Date: Tue, 09 Aug 2005 19:08:59
Message-Id: 42F8FEE4.1060402@gentoo.org
In Reply to: Re: [gentoo-dev] Proper commit messages by Ciaran McCreesh
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Ciaran McCreesh wrote:
5 > Isn't this one of those things that's best done on a per-dev basis?
6 > It's so trivial there's no point shipping an app that does it --
7 > reading the associated documentation would take longer than writing
8 > your own. Plus that way you can incorporate personalised clever things
9 > such as auto keyword messages for arch teams
10
11 i do have one suggestion for every dev who's ever gotten minor syntax -
12 trailing whitespace errors (somehow that happens to me ALOT)...
13
14 #! /bin/bash
15 sed -e 's/[ \t]*$//' -i *.ebuild || exit 1
16 # insert the rest of the script here
17
18 - --
19
20 smithj
21
22 Gentoo Developer
23 [ desktop stuff && network monitoring && documentation ]
24
25 Every email I send is digitally signed with OpenPGP key ID 33E2528C, available
26 from pgp.mit.edu
27
28
29 -----BEGIN PGP SIGNATURE-----
30 Version: GnuPG v1.4.2 (GNU/Linux)
31 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
32
33 iD8DBQFC+P7kl5AvwDPiUowRAlerAJ47id+6CpIIQynuNF2HHrHh86nDPACgxAew
34 utFPWhf6ix7FKgZYTIt2lAU=
35 =g/IL
36 -----END PGP SIGNATURE-----
37 --
38 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Proper commit messages Ciaran McCreesh <ciaranm@g.o>