add describe subcommand

This commit is contained in:
Joey Hess 2011-03-03 17:21:00 -04:00
parent 1de12a2918
commit 657395b628
5 changed files with 55 additions and 4 deletions

View file

@ -62,7 +62,7 @@ cleanup = do
liftIO $ Git.run g "add" [File logfile]
liftIO $ Git.run g "commit"
[ Params "-q -m"
, Param "git annex init"
, Param "git annex repository description"
, File logfile
]
return True