/[smeserver]/rpms/qpsmtpd/sme9/0007-Add-guidelines-for-commit-messages.patch
ViewVC logotype

Annotation of /rpms/qpsmtpd/sme9/0007-Add-guidelines-for-commit-messages.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Sat Feb 2 00:59:44 2013 UTC (11 years, 4 months ago) by slords
Branch: MAIN
CVS Tags: qpsmtpd-0_84-14_el6_sme, qpsmtpd-0_84-16_el6_sme, qpsmtpd-0_84-12_el6_sme, qpsmtpd-0_96-7_el6_sme, qpsmtpd-0_96-2_el6_sme, qpsmtpd-0_84-13_el6_sme, qpsmtpd-0_84-6_el6_sme, qpsmtpd-0_84-18_el6_sme, qpsmtpd-0_84-9_el6_sme, qpsmtpd-0_84-4_el6_sme, qpsmtpd-0_96-11_el6_sme, qpsmtpd-0_84-15_el6_sme, qpsmtpd-0_96-4_el6_sme, qpsmtpd-0_96-3_el6_sme, qpsmtpd-0_96-10_el6_sme, qpsmtpd-0_84-17_el6_sme, qpsmtpd-0_84-7_el6_sme, qpsmtpd-0_96-5_el6_sme, qpsmtpd-0_84-10_el6_sme, qpsmtpd-0_84-8_el6_sme, qpsmtpd-0_96-1_el6_sme, qpsmtpd-0_84-5_el6_sme, qpsmtpd-0_96-6_el6_sme, qpsmtpd-0_96-8_el6_sme, qpsmtpd-0_84-11_el6_sme, qpsmtpd-0_96-9_el6_sme, HEAD
* Fri Feb 1 2013 Shad L. Lords <slords@mail.com> 0.84-4.sme
- Update spec so building on rhel6 works [SME: 7263]

1 slords 1.1 From 3939c7bc514acf487f56a4893dbcbb28abbb1ade Mon Sep 17 00:00:00 2001
2     From: Robert <rspier@pobox.com>
3     Date: Mon, 10 May 2010 20:36:54 -0700
4     Subject: Add guidelines for commit messages
5    
6     From git-commit(1)
7     ---
8     docs/development.pod | 11 ++++++++++-
9     1 files changed, 10 insertions(+), 1 deletions(-)
10    
11     diff --git a/docs/development.pod b/docs/development.pod
12     index f991942..0f345e1 100644
13     --- a/docs/development.pod
14     +++ b/docs/development.pod
15     @@ -52,10 +52,19 @@ When you're ready to check it in...
16     git add lib/Qpsmtpd.pm # to let git know you changed the file
17     git add --patch plugin/tls # interactive choose which changes to add
18     git diff --cached # review changes added
19     - git commit
20     + git commit # describe the commit
21     git log -p # review your commit a last time
22     git push origin # to send to github
23    
24     +=head3 Commit Descriptions
25     +
26     +Though not required, it's a good idea to begin the commit message with
27     +a single short (less than 50 character) line summarizing the change,
28     +followed by a blank line and then a more thorough description. Tools
29     +that turn commits into email, for example, use the first line on the
30     +Subject: line and the rest of the commit in the body.
31     +(From: L<git-commit(1)>)
32     +
33     =head3 Submit patches by mail
34    
35     The best way to submit patches to the project is to send them to the
36     --
37     1.7.2.2
38    

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed