rename and refactor
This commit is contained in:
parent
9aaab02e44
commit
19e26f091d
2 changed files with 18 additions and 12 deletions
|
@ -29,7 +29,7 @@ programFile :: IO FilePath
|
|||
programFile = userConfigFile "program"
|
||||
|
||||
{- A .noannex file in a git repository prevents git-annex from
|
||||
- initializing that repository.. The content of the file is returned. -}
|
||||
- initializing that repository. The content of the file is returned. -}
|
||||
noAnnexFileContent :: Maybe FilePath -> IO (Maybe String)
|
||||
noAnnexFileContent repoworktree = case repoworktree of
|
||||
Nothing -> return Nothing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue