summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-16 21:50:33 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-16 21:50:33 -0400
commit19daf3fca40d99dd305a75e10dcaa8fbc734598b (patch)
tree411929a8283c671810d2c1eca26bb81d656d29aa
parent38825f48645c0220b6b2e0368c2ebdbb625f6703 (diff)
oops, should commit descriptions!
-rw-r--r--Commands.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Commands.hs b/Commands.hs
index 4346a35e2..af6b5aad7 100644
--- a/Commands.hs
+++ b/Commands.hs
@@ -213,7 +213,7 @@ describeCmd description = do
u <- getUUID g
describeUUID u description
log <- uuidLog
- gitAdd log Nothing -- all logs are committed at end
+ gitAdd log $ Just $ "description for UUID " ++ (show u)
liftIO $ putStrLn "description set"
{- Updates the LocationLog when a key's presence changes. -}