Only first 7 chars of commitid
authorRich Salz <rsalz@openssl.org>
Mon, 12 Jun 2017 17:53:32 +0000 (13:53 -0400)
committerRich Salz <rsalz@openssl.org>
Mon, 12 Jun 2017 17:53:36 +0000 (13:53 -0400)
whattoremove

index 6bb0924fcfc7c501c6eef2dd48b634375e8069fd..632ba4bfa28d2c88d044cfbe3f7f5ed881b100f0 100755 (executable)
@@ -32,4 +32,4 @@ for cid in cids:
     cursor.execute(q, (cid,))
     for row in cursor:
         commit,date,descrip = row
-        print '%s, %s, "%s"' % (commit, emails[cid], descrip)
+        print '%s, %s, "%s"' % (commit[0:7], emails[cid], descrip)