mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
433ef745de
commit
ed30d09693
|
@ -109,7 +109,6 @@ refsForExport forPushL = do
|
||||||
<&> mapMaybe \case
|
<&> mapMaybe \case
|
||||||
[val,name] -> (GitRef (LBS8.toStrict name),) <$> fromStringMay @GitHash (LBS8.unpack val)
|
[val,name] -> (GitRef (LBS8.toStrict name),) <$> fromStringMay @GitHash (LBS8.unpack val)
|
||||||
_ -> Nothing
|
_ -> Nothing
|
||||||
<&> filterPat incl excl
|
|
||||||
<&> HashMap.fromList
|
<&> HashMap.fromList
|
||||||
<&> HashMap.filterWithKey (\k _ -> not (HashSet.member k deleted))
|
<&> HashMap.filterWithKey (\k _ -> not (HashSet.member k deleted))
|
||||||
<&> mappend forPush
|
<&> mappend forPush
|
||||||
|
|
Loading…
Reference in New Issue