Ref ByteString conversion done
Test suite passes.
This commit is contained in:
parent
6c81e0c8f1
commit
c0cd07c36b
22 changed files with 72 additions and 47 deletions
|
@ -22,6 +22,6 @@ seek o = Find.seek o'
|
|||
where
|
||||
o' = o
|
||||
{ Find.keyOptions = Just $ WantBranchKeys $
|
||||
map Git.Ref (Find.findThese o)
|
||||
map (Git.Ref . encodeBS') (Find.findThese o)
|
||||
, Find.findThese = []
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue