Added test suite to TODO list
[barry.git] / doc / CommitPolicy.txt
blob26e9a6cdc61cdf3c524c0ae03ee21af26ccdf845
1 Date: Fri, 25 May 2007 17:39:27 -0400
2 From: Chris Frey <cdfrey@foursquare.net>
3 To: barry-devel@lists.sourceforge.net
4 Subject: CVS commit policy
6 Hi folks,
8 For those of you sending patches, this is probably good to know:
10 In order to track copyrights properly, so I can go back in the history
11 and see who sent what patch, I try, whenever possible, to commit
12 the *exact* patch I receive, even if it temporarily breaks the tree,
13 or if there are things I don't agree with and plan to change later.
15 For these commits, I use the words "applied patch from X" in the Changelog
16 and the CVS commit message.  And then I change whatever I think needs
17 changing, and commit that later.
19 In this way, history is preserved, in case it is needed down the road.
21 Also, if you see your raw patch committed, there may be a followup
22 commit coming after.  Just to be aware of.
24 And again, a huge thank you to everyone who has sent patches!
25 If you have sent a patch and didn't get into the AUTHORS file, or
26 are unhappy with what is there (perhaps an email address change,
27 or whatever) just let me know.
29 - Chris