From: Francois Marier Date: Sun, 22 Jun 2008 21:55:12 +0000 (+1200) Subject: Mention attachments in the README file X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8c8101d1f32111dcec994d57afb28207d409c3b3;p=cil.git Mention attachments in the README file --- diff --git a/README b/README index 6d9aad8..e333dc4 100644 --- a/README +++ b/README @@ -58,6 +58,16 @@ We have just found out more about the issue so let's add a comment to it: When you show the issue again, you'll see the comment has been added and is now displayed. +Adding an attachment is easy: + + $ cil attach cafebabe core + ... added attachment 'decaf7ea' ... + $ cil show cafebabe + +If someone else added the attachment and you wish to view it, you can extract it from the issue: + + $ cil extract decaf7ea --filename=mycore + That's it for now. As you can see, if you've played with any kind of bug/issue tracker before, 'cil' is straightforward.