
On Sat, 7 Aug 2010 01:03:34 +0200 Wolfgang Denk wd@denx.de wrote:
From b1f95b4438a6d44e12f04e7f51412f7a711ef87b Mon Sep 17 00:00:00 2001 From: Wolfgang Denk wd@denx.de Date: Sat, 7 Aug 2010 00:32:50 +0200 Subject: [PATCH] Replace CHANGELOG files by auto-generated "snapshot.commit"
thank you very much for this, Wolfgang.
However, to test, I hit the 'snapshot' button for the above commit on denx.de's gitweb, and took a look at snapshot.commit's contents:
$ tar zxf u-boot-b1f95b4438a6d44e12f04e7f51412f7a711ef87b.tar.gz $ cd u-boot/ $ cat snapshot.commit $Format:%H %cD$ $
so either the following was not executed on the server tree copy:
echo 'snapshot.commit' > .git/info/attributes
or, the server needs configuring? or maybe the version of git the server is running is too old? It looks like it's 1.5.6.5.
Kim