diff options
author | Joey Hess <joey@kitenet.net> | 2012-12-18 17:15:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-12-18 17:15:11 -0400 |
commit | 845de8f36631f8bb18abba43d00e44fa38e91cbf (patch) | |
tree | 1de4b068ae80fce32c7937f1f4cd98e5921f6ee8 /Git/LsFiles.hs | |
parent | 6c3a1f25f6970db43ebde2ecabafece0e72605ee (diff) |
unused
Diffstat (limited to 'Git/LsFiles.hs')
-rw-r--r-- | Git/LsFiles.hs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Git/LsFiles.hs b/Git/LsFiles.hs index 45e105a3b..45c830cd6 100644 --- a/Git/LsFiles.hs +++ b/Git/LsFiles.hs @@ -69,12 +69,6 @@ stagedDetails l repo = do where (metadata, file) = separate (== '\t') s -{- Returns a list of files that have unstaged changes. -} -changedUnstaged :: [FilePath] -> Repo -> IO ([FilePath], IO Bool) -changedUnstaged l = pipeNullSplit params - where - params = Params "diff --name-only -z --" : map File l - {- Returns a list of the files in the specified locations that are staged - for commit, and whose type has changed. -} typeChangedStaged :: [FilePath] -> Repo -> IO ([FilePath], IO Bool) |