Hi, Sree Harsha Totakura <sreehar...@totakura.in> writes: > From 848d90f4b02cd16417e6488ef9dcbec352e9c2f2 Mon Sep 17 00:00:00 2001 > From: Sree Harsha Totakura <sreehar...@totakura.in> > Date: Wed, 22 Jan 2014 14:34:42 +0100 > Subject: [PATCH] gnu: sqlite: Upgrade to 3.8.2 > > > Signed-off-by: Sree Harsha Totakura <sreehar...@totakura.in>
We follow the GNU standard conventions for changelogs in our git commit logs. Here, the commit log should be something like: --8<---------------cut here---------------start------------->8--- gnu: sqlite: Update to 3.8.2. * gnu/packages/sqlite.scm (sqlite): Upgrade to 3.8.2. --8<---------------cut here---------------end--------------->8--- It's a fine point, but we usually put periods '.' at the end of the first line of the log. Thanks! Mark