sqlite_authors: add missing expansion
[sqlite-export.git] / create-fossil-manifest
blob00489057e214af410c8154624a2d42fbc8fcb3b4
1 #!/bin/sh
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