summaryrefslogtreecommitdiff
path: root/issues/i_bf9badb4.cil
diff options
context:
space:
mode:
authorAndrew Chilton <andychilton@gmail.com>2008-07-05 18:46:31 +1200
committerAndrew Chilton <andychilton@gmail.com>2008-07-05 18:48:50 +1200
commit9df4be6a1ebcfbf970c14fa32d26057f5b9bdfb8 (patch)
tree815bcb660aec3e0034934d8ebca42052c1bae1c1 /issues/i_bf9badb4.cil
parent36f103089571e9c0a545198033d97c55b2612172 (diff)
parent1515145646c5aa80eb4c298607ea33da731ab586 (diff)
Merge branch 'upstream'
Diffstat (limited to 'issues/i_bf9badb4.cil')
-rw-r--r--issues/i_bf9badb4.cil23
1 files changed, 0 insertions, 23 deletions
diff --git a/issues/i_bf9badb4.cil b/issues/i_bf9badb4.cil
deleted file mode 100644
index 065c8d0..0000000
--- a/issues/i_bf9badb4.cil
+++ /dev/null
@@ -1,23 +0,0 @@
-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