reorder prams and put -- after atrributes, for compatability with old git
This commit is contained in:
parent
e189c09195
commit
c8ec0e233e
1 changed files with 4 additions and 3 deletions
|
@ -26,9 +26,10 @@ checkAttrStart attrs repo = do
|
||||||
return (pid, from, to, attrs, cwd)
|
return (pid, from, to, attrs, cwd)
|
||||||
where
|
where
|
||||||
params =
|
params =
|
||||||
[ Param "check-attr" ]
|
[ Param "check-attr"
|
||||||
++ map Param attrs ++
|
, Params "-z --stdin"
|
||||||
[ Params "-z --stdin" ]
|
] ++ map Param attrs ++
|
||||||
|
[ Param "--" ]
|
||||||
|
|
||||||
{- Stops git check-attr. -}
|
{- Stops git check-attr. -}
|
||||||
checkAttrStop :: CheckAttrHandle -> IO ()
|
checkAttrStop :: CheckAttrHandle -> IO ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue