[gnome-ostree] install: Initialize git too so we can use 'git am'



commit 8019d82d76a7fc8b3b778f1b7002d0e553af817d
Author: Colin Walters <walters verbum org>
Date:   Thu Aug 16 09:49:27 2012 -0400

    install: Initialize git too so we can use 'git am'

 install/ostree-user-install.sh |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/install/ostree-user-install.sh b/install/ostree-user-install.sh
index 697e1e5..62dd00b 100755
--- a/install/ostree-user-install.sh
+++ b/install/ostree-user-install.sh
@@ -21,6 +21,9 @@
 set -e
 set -x
 
+git config --global user.name "GNOME-OSTree builder"
+git config --global user.email "gnome-ostree internal"
+
 cd ${HOME}
 mkdir -p src
 cd src



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]