find_unique_abbrev() simplification.
authorJunio C Hamano <junkio@cox.net>
Fri, 10 Feb 2006 09:51:12 +0000 (01:51 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 10 Feb 2006 09:51:12 +0000 (01:51 -0800)
commit297a1aadbe22c978dca60d6512e5c851ebc6688c
tree496caac78acc8110d035162cc74b782f980ffd4d
parent0a798076b8d1a4a31bf2b24c564e2a99fd1c43a1
find_unique_abbrev() simplification.

Earlier it did not grok the 0{40} SHA1 very well, but what it
needed to do was to find the shortest 0{N} that is not used as a
valid object name to be consistent with the way names of valid
objects are abbreviated.  This makes some users simpler.

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