Gentoo Archives: gentoo-dev

From: Simon Stelling <blubb@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Proper commit messages
Date: Tue, 09 Aug 2005 11:58:08
Message-Id: 42F899AE.5020600@gentoo.org
In Reply to: Re: [gentoo-dev] Proper commit messages by Markus Rothe
1 Markus Rothe wrote:
2 > Personaly I find it a little bit annoying to write changes twise. One
3 > time in Changelog and one time in --commitmsg. How about using the
4 > commitmsg for Changelog as default, but if a Changelog entry already
5 > exists, then write nothing to Changelog.
6
7 #!/bin/bash
8 echangelog "${1}"
9 repoman scan
10 repoman commit -m "${1}"
11
12 --
13 Simon Stelling
14 Gentoo/AMD64 Operational Co-Lead
15 blubb@g.o
16 --
17 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Proper commit messages "Diego 'Flameeyes' Pettenò" <flameeyes@g.o>