commit | e7eb50347bba54ab52f9740a3bbb6e833bdadf6e | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Sun Jan 14 22:16:55 2007 -0500 |
committer | Junio C Hamano <junkio@cox.net> | Sun Jan 14 21:17:27 2007 -0800 |
tree | c39551956da39bf4a9b06811d822b97bd24da005 | |
parent | cf69fd49ec815780080dc6a4ee237eee5ffe8745 [diff] |
Remove hash in git-describe in favor of util slot. Currently we don't use the util field of struct commit but we want fast access to the highest priority name that references any given commit object during our matching loop. A really simple approach is to just store the name directly in the util field. Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <junkio@cox.net>