Skip to content

Instantly share code, notes, and snippets.

@likejazz
Created December 21, 2014 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save likejazz/753a7c072fe52d256267 to your computer and use it in GitHub Desktop.
Save likejazz/753a7c072fe52d256267 to your computer and use it in GitHub Desktop.
#!/bin/sh
# See http://www.wtfpl.net/txt/copying for license details
# Creates a minimal manifest and manifest.uuid file so sqlite (and fossil) can build
git rev-parse --git-dir >/dev/null || exit 1
git log -1 --format=format:%ci%n | sed -e 's/ [-+].*$//;s/ /T/;s/^/D /' > manifest
echo $(git log -1 --format=format:%H) > manifest.uuid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment