author | Shawn Pearce <spearce@spearce.org> | |
Wed, 17 May 2006 22:34:48 +0000 (18:34 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 18 May 2006 00:36:36 +0000 (17:36 -0700) | ||
commit | 70e34b2dc88e28f09903b85932ea679992da62ff | |
tree | ca893ed0f5e887650962a9c9a5e5cc2b42674336 | tree | snapshot |
parent | d556fae2c0ea063f15ea4c3678fe931cc426f1ca | commit | diff |
Fix ref log parsing so it works properly.
The log parser was only ever matching the last log record due to
calling strtoul on "> 1136091609" rather than " 1136091609". Also
once a match for '@' has been found after the name of the ref there
is no point in looking for another '@' within the remaining text.
Signed-off-by: Junio C Hamano <junkio@cox.net>
The log parser was only ever matching the last log record due to
calling strtoul on "> 1136091609" rather than " 1136091609". Also
once a match for '@' has been found after the name of the ref there
is no point in looking for another '@' within the remaining text.
Signed-off-by: Junio C Hamano <junkio@cox.net>
refs.c | diff | blob | history | |
sha1_name.c | diff | blob | history |