From: Andrew Chilton Date: Sun, 29 Jun 2008 12:19:44 +0000 (+1200) Subject: Add new request from Francois regarding shortening hash names. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=29860102c539e6dcfba91447c6d509774242bc75;p=cil.git Add new request from Francois regarding shortening hash names. --- diff --git a/issues/i_bf9badb4.cil b/issues/i_bf9badb4.cil new file mode 100644 index 0000000..7a123e8 --- /dev/null +++ b/issues/i_bf9badb4.cil @@ -0,0 +1,20 @@ +Summary: Allow shortened hash names +Status: New +CreatedBy: Francois Marier +AssignedTo: Andrew Chilton +Inserted: 2008-06-29T13:20:11 +Updated: 2008-06-29T12:19:17 + +How about doing the same thing that git is doing for commit hashes: if you +only type the first few characters of the hash, then as long as it's not +ambiguous, git will accept that. + +So instead of typing + + cil show 28fb3258 + +I could just do + + cil show 28f + +Francois