2 # See http://www.wtfpl.net/txt/copying for license details
3 # Creates a minimal manifest and manifest.uuid file so sqlite (and fossil) can build
4 git rev-parse
--git-dir >/dev
/null ||
exit 1
5 echo $
(git log
-1 --format=format
:%H
) > manifest.uuid
6 echo C $
(cat manifest.uuid
) > manifest
7 git log
-1 --format=format
:%ci
%n |
sed 's/ [-+].*$//;s/ /T/;s/^/D /' >> manifest