From ce0ab579ae932da61367c3d7a627fc7ad3c223bd Mon Sep 17 00:00:00 2001 From: paulr Date: Mon, 7 Nov 2011 16:16:41 +1100 Subject: [PATCH] Im sooooo happy, the repo can be initialised when its totally blank, like this form an existing repo: git remote add mygwvprepo https://username@website/gwvp/git/myrepo.git git push mygwvprepo master that is briliant. --- TODO | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/TODO b/TODO index 3c48548..908ec14 100644 --- a/TODO +++ b/TODO @@ -12,6 +12,7 @@ Current 2) add a page after repo creation to explain how to populate (via git remote add, git push name master) 3) remove initial repo bit via bundle - going to leave this here for now 4) fix up the gitbackend function once and for all +5) add a config var and initial setup var for website name (i.e. hostname) Alpha Release ============= -- 1.7.0.4