summaryrefslogtreecommitdiff
path: root/issues/i_bf9badb4.cil
diff options
context:
space:
mode:
authorAndrew Chilton <andychilton@gmail.com>2008-07-04 16:17:34 +1200
committerAndrew Chilton <andychilton@gmail.com>2008-07-04 16:21:29 +1200
commit2979e8914aa542a20cbf07e8f7812e293ad0699d (patch)
treed2032a7117a0efc566ff0e50408b2068cd006af2 /issues/i_bf9badb4.cil
parent41ec963c1aace994072b6d62b20cdce5370e0e8e (diff)
parentf6649a52ff5610af925818cddd720fa5945bd6b3 (diff)
Merge branch 'upstream'
Diffstat (limited to 'issues/i_bf9badb4.cil')
-rw-r--r--issues/i_bf9badb4.cil23
1 files changed, 23 insertions, 0 deletions
diff --git a/issues/i_bf9badb4.cil b/issues/i_bf9badb4.cil
new file mode 100644
index 0000000..065c8d0
--- /dev/null
+++ b/issues/i_bf9badb4.cil
@@ -0,0 +1,23 @@
+Summary: Allow shortened hash names
+Status: Finished
+CreatedBy: Francois Marier <francois@debian.org>
+AssignedTo: Andrew Chilton <andychilton@gmail.com>
+Label: Milestone-v0.4
+Label: Type-Enhancement
+Comment: 95e81a14
+Inserted: 2008-06-29T13:20:11
+Updated: 2008-07-01T11:15:35
+
+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