Complete.Org: Mailing Lists: Archives: offlineimap: July 2002:
Sample commit message
Home

Sample commit message

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: offlineimap@xxxxxxxxxxxx
Subject: Sample commit message
From: John Goerzen <jgoerzen@xxxxxxxxxxxx>
Date: Wed, 17 Jul 2002 12:57:37 -0500

Hi,

Below is a sample of a message that people subscribed to -commits will
receive, for those of you curious.

----- Forwarded message from jgoerzen@xxxxxxxxxxxx -----

From: jgoerzen@xxxxxxxxxxxx
Date: Wed, 17 Jul 2002 12:55:53 -0500 (EST)
Reply-To: offlineimap@xxxxxxxxxxxx
To: offlineimap-commits@xxxxxxxxxxxx
Subject: rev 126 - head

Author: jgoerzen
Date: 2002-07-17 12:55:52 -0500 (Wed, 17 Jul 2002)
New Revision: 126

Modified:
   head/Makefile
Log:
Now the clean target removes .svn/auth/{username,password} so that these
don't accidentally get included in anybody's source.


Modified: head/Makefile
==============================================================================
--- head/Makefile       (original)
+++ head/Makefile       Wed Jul 17 12:55:53 2002
@@ -24,6 +24,7 @@
        -rm -f `find . -name "*.class"`
        -rm -f `find . -name "*.bak"`
        -rm -f `find . -name ".cache*"`
+       -find . -name auth -exec rm -vf {}/password {}/username \;
 
 changelog:
        cvs2cl



----- End forwarded message -----

-- 
John Goerzen <jgoerzen@xxxxxxxxxxxx>    GPG: 0x8A1D9A1F    www.complete.org


[Prev in Thread] Current Thread [Next in Thread]
  • Sample commit message, John Goerzen <=