summaryrefslogtreecommitdiff
path: root/Command/Log.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Log.hs')
-rw-r--r--Command/Log.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Command/Log.hs b/Command/Log.hs
index 357bcf1f3..7265ef6ba 100644
--- a/Command/Log.hs
+++ b/Command/Log.hs
@@ -91,7 +91,8 @@ seek o = do
zone <- liftIO getCurrentTimeZone
let outputter = mkOutputter m zone o
case (logFiles o, allOption o) of
- (fs, False) -> withFilesInGit (whenAnnexed $ start o outputter) fs
+ (fs, False) -> withFilesInGit (whenAnnexed $ start o outputter)
+ =<< workTreeItems fs
([], True) -> commandAction (startAll o outputter)
(_, True) -> giveup "Cannot specify both files and --all"