author | Shawn O. Pearce <spearce@spearce.org> | |
Thu, 25 Jan 2007 17:40:03 +0000 (12:40 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 26 Jan 2007 08:08:48 +0000 (00:08 -0800) | ||
commit | 8a8169c0398ff9996216381d7688c2ba2d007050 | |
tree | 074af9d87957c0a50bf6542e3532e8c77d6ac2d6 | tree | snapshot |
parent | 007e2ba65902b484fc65a313e54594a009841740 | commit | diff |
Remove unnecessary found variable from describe.
Junio added the found variable to enforce commit date order when two
tags have the same distance from the requested commit. Except it is
unnecessary as match_cnt is already used to record how many possible
tags have been identified thus far.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Junio added the found variable to enforce commit date order when two
tags have the same distance from the requested commit. Except it is
unnecessary as match_cnt is already used to record how many possible
tags have been identified thus far.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-describe.c | diff | blob | history |