]> andersk Git - zcommit.git/blobdiff - zcommit.py
Better formatting for zcommit messages
[zcommit.git] / zcommit.py
index 14fa1b87a2e7ff22653127907db6aa4ec53a0b90..0c68782e54436b2972b8bb0781b04877b125d83d 100755 (executable)
@@ -91,9 +91,8 @@ class Application(object):
                             'timestamp' : c['timestamp'],
                             'actions' : '--\n'.join(actions)}
                     
-                    msg = """%(name)s <%(email)s>
-%(message)s
-%(timestamp)s
+                    msg = """%(name)s <%(email)s> (%(timestamp)s)
+> %(message)s
 --
 %(actions)s""" % info
                     zephyr(sender, opts['class'], inst, zsig, msg)
This page took 1.414891 seconds and 4 git commands to generate.