diff --abbrev=<n> option fix.
commit6b1ddbdd6e02719ae2be55dc141a176187e5027e
authorJunio C Hamano <junkio@cox.net>
Fri, 27 Jan 2006 10:19:51 +0000 (27 02:19 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 28 Jan 2006 08:09:39 +0000 (28 00:09 -0800)
tree31f15265904ed267d2d61889127da48c29b2642e
parentf2d4227530499db3e273ae84f30adfd4b70791c6
diff --abbrev=<n> option fix.

Earier specifying an abbreviation shorter than minimum fell back
to full 40 letters, which was nonsense.  Make it to fall back to
the minimum number (currently 4).

Signed-off-by: Junio C Hamano <junkio@cox.net>
diff.c