revert recent bug fix temporarily for release
Decided this bug is not severe enough to delay the release until tomorrow, so this will be re-applied after the release.
This commit is contained in:
parent
c1ef4a7481
commit
16f1e24665
8 changed files with 33 additions and 42 deletions
|
@ -57,7 +57,7 @@ initRepo True primary_assistant_repo dir desc mgroup = inDir dir $ do
|
|||
initRepo' desc mgroup
|
||||
{- Initialize the master branch, so things that expect
|
||||
- to have it will work, before any files are added. -}
|
||||
unlessM (fromMaybe False . Git.Config.isBare <$> gitRepo) $ do
|
||||
unlessM (Git.Config.isBare <$> gitRepo) $ do
|
||||
cmode <- annexCommitMode <$> Annex.getGitConfig
|
||||
void $ inRepo $ Git.Branch.commitCommand cmode
|
||||
(Git.Branch.CommitQuiet True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue