Make snapshots remember what git commit they are
commit3296b4ed80b9d7ab058d8cba3ffff18c957c9ad8
authorjlh <jlh@gmx.ch>
Thu, 15 May 2008 21:54:03 +0000 (15 23:54 +0200)
committerjlh <jlh@gmx.ch>
Thu, 15 May 2008 21:57:46 +0000 (15 23:57 +0200)
treed6e54c4beb61a1d3c05971df1757e61d1f67d3f2
parent8afd8844e5579fcf867859232fca4d87865ac66f
Make snapshots remember what git commit they are

utils/snapshot now includes a file gitcommit in the archive, which
makeversion reads if it fails to detect a git repository.  It also
removes .gitignore and utils/, which are useless in a snapshot.

makeversion now only finds a git repository when .git exists in
the source directory, but won't find repositories at higher levels
anymore.  This is so that snapshots can be extracted and tested in
a subdirectory of the source, without having makeversion find the
git repository, but using the snapshot's gitcommit file instead.
makeversion
utils/snapshot