From 29860102c539e6dcfba91447c6d509774242bc75 Mon Sep 17 00:00:00 2001
From: Andrew Chilton <andychilton@gmail.com>
Date: Mon, 30 Jun 2008 00:19:44 +1200
Subject: [PATCH] Add new request from Francois regarding shortening hash
 names.

---
 issues/i_bf9badb4.cil | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 issues/i_bf9badb4.cil

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 <francois@debian.org>
+AssignedTo: Andrew Chilton <andychilton@gmail.com>
+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
-- 
2.39.5