This commit is contained in:
Dmitry Zuikov 2024-04-21 08:01:01 +03:00
parent 433ef745de
commit ed30d09693
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ refsForExport forPushL = do
<&> mapMaybe \case
[val,name] -> (GitRef (LBS8.toStrict name),) <$> fromStringMay @GitHash (LBS8.unpack val)
_ -> Nothing
<&> filterPat incl excl
<&> HashMap.fromList
<&> HashMap.filterWithKey (\k _ -> not (HashSet.member k deleted))
<&> mappend forPush