avoid pre-commit hook messing up new-style unlocked files in v6 repo
This commit is contained in:
parent
05b598a057
commit
751120c171
4 changed files with 24 additions and 7 deletions
|
@ -115,7 +115,7 @@ withPairs a params = seekActions $ return $ map a $ pairs [] params
|
|||
pairs c (x:y:xs) = pairs ((x,y):c) xs
|
||||
pairs _ _ = error "expected pairs"
|
||||
|
||||
withFilesToBeCommitted :: (String -> CommandStart) -> CmdParams -> CommandSeek
|
||||
withFilesToBeCommitted :: (FilePath -> CommandStart) -> CmdParams -> CommandSeek
|
||||
withFilesToBeCommitted a params = seekActions $ prepFiltered a $
|
||||
seekHelper LsFiles.stagedNotDeleted params
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue