]> git.mjollnir.org Git - cil.git/commitdiff
Add new request from Francois regarding shortening hash names.
authorAndrew Chilton <andychilton@gmail.com>
Sun, 29 Jun 2008 12:19:44 +0000 (00:19 +1200)
committerAndrew Chilton <andychilton@gmail.com>
Sun, 29 Jun 2008 12:19:44 +0000 (00:19 +1200)
issues/i_bf9badb4.cil [new file with mode: 0644]

diff --git a/issues/i_bf9badb4.cil b/issues/i_bf9badb4.cil
new file mode 100644 (file)
index 0000000..7a123e8
--- /dev/null
@@ -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