Re: [PATCH] make-release: fix mtime for a wider range of git versions

2010-11-16 Thread Marcelo Tosatti
On Mon, Nov 15, 2010 at 05:58:17PM +0100, Bernhard Kohl wrote: With the latest git versions, e.g. 1.7.2.3, git still prints out the tag info in addition to the requested format. So let's simply fetch the first line from the output. In addition I use the --pretty option instead of --format

[PATCH] make-release: fix mtime for a wider range of git versions

2010-11-15 Thread Bernhard Kohl
With the latest git versions, e.g. 1.7.2.3, git still prints out the tag info in addition to the requested format. So let's simply fetch the first line from the output. In addition I use the --pretty option instead of --format which is not recognized in very old git versions, e.g. 1.5.5.6.