webapp: Make an initial, empty commit so there is a master branch

Several things only happen when on a branch, so make sure we're on one.
This commit is contained in:
Joey Hess 2012-10-30 19:12:05 -04:00
parent 96c7a5ce32
commit 0cf152b88b
3 changed files with 14 additions and 3 deletions

View file

@ -155,5 +155,6 @@ manualPull currentbranch remotes = do
syncNewRemote :: Remote -> Assistant ()
syncNewRemote remote = do
updateSyncRemotes
thread <- asIO2 reconnectRemotes
void $ liftIO $ forkIO $ thread False [remote]
thread <- asIO $ do
reconnectRemotes False [remote]
void $ liftIO $ forkIO $ thread