From e28075978648a329cb6134e24e273079fd36edad Mon Sep 17 00:00:00 2001 From: Ric Holland Date: Fri, 15 Mar 2013 15:47:49 +0000 Subject: check now uses git config file in morph/scripts To remove need of configuring git to check new system .gitconfig file added to morph/scripts and check set to use this file. --- scripts/.gitconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/.gitconfig (limited to 'scripts') diff --git a/scripts/.gitconfig b/scripts/.gitconfig new file mode 100644 index 00000000..b3f6b978 --- /dev/null +++ b/scripts/.gitconfig @@ -0,0 +1,3 @@ +[user] + name = morph test suite + email = morph.tests@baserock.org -- cgit v1.2.1