From 6d63a9385dac64d771e7f23b3866596316ab2d98 Mon Sep 17 00:00:00 2001 From: TomyLobo Date: Wed, 9 May 2012 12:38:15 +0200 Subject: [PATCH] Added a script called "gitrid.sh", which will update wire_version.txt and remove the git repository. Use this script where you would previously use SVN export. Steps: 1. cd 2. git clone 3. cd wire 4. ./gitrid.sh Remember to put windows paths (with backslashes and such) in quotes on git bash --- gitrid.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 gitrid.sh diff --git a/gitrid.sh b/gitrid.sh new file mode 100644 index 0000000000..38aa4cf071 --- /dev/null +++ b/gitrid.sh @@ -0,0 +1,3 @@ +#!/bin/sh +echo "git (`git describe --always`)" > data/wire_version.txt +rm -rf .git