update comment
The segfault seems to be fixed with git 2.43, I'm not sure what the affected range was.
This commit is contained in:
parent
f8b73e0286
commit
2114253eaf
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ getBranch = maybe (hasOrigin >>= go >>= use) return =<< branchsha
|
|||
<$> branchsha
|
||||
go False = withIndex' True $ do
|
||||
-- Create the index file. This is not necessary,
|
||||
-- except to avoid a bug in git that causes
|
||||
-- except to avoid a bug in git 2.37 that causes
|
||||
-- git write-tree to segfault when the index file does not
|
||||
-- exist.
|
||||
inRepo $ flip Git.UpdateIndex.streamUpdateIndex []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue