projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02cfef1
)
fix typo
author
Joey Hess
<joeyh@joeyh.name>
Thu, 11 May 2023 17:26:55 +0000
(13:26 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Thu, 11 May 2023 17:26:55 +0000
(13:26 -0400)
Command/Uninit.hs
patch
|
blob
|
history
diff --git
a/Command/Uninit.hs
b/Command/Uninit.hs
index 21414b70700e59a9af0a573f66c8d73f073a82d3..809140473f57e7d2db34bf544f334a377dd95bc8 100644
(file)
--- a/
Command/Uninit.hs
+++ b/
Command/Uninit.hs
@@
-48,7
+48,7
@@
check = do
revhead = inRepo $ Git.Command.pipeReadStrict
[Param "rev-parse", Param "--abbrev-ref", Param "HEAD"]
-seek :: C
omman
dParams -> CommandSeek
+seek :: C
m
dParams -> CommandSeek
seek = withNothing $ do
withFilesNotInGit
(CheckGitIgnore False)