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
|
@ -304,7 +304,7 @@ tryGitConfigRead autoinit r hasuuid
|
|||
Right r' -> do
|
||||
-- Cache when http remote is not bare for
|
||||
-- optimisation.
|
||||
unless (fromMaybe False $ Git.Config.isBare r') $
|
||||
unless (Git.Config.isBare r') $
|
||||
setremote setRemoteBare False
|
||||
return r'
|
||||
Left err -> do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue