From: Junio C Hamano Date: Thu, 3 Jul 2008 19:09:48 +0000 (-0700) Subject: stat_tracking_info(): clear object flags used during counting X-Git-Tag: v1.6.0-rc0~88^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c0234b2ef6a8eaa27d9d93c4c96b36d9e82ebf9c?hp=c0234b2ef6a8eaa27d9d93c4c96b36d9e82ebf9c stat_tracking_info(): clear object flags used during counting When left-right traversal counts the commits in a diverged history, it leaves the flags in the commits smudged, and we need to clear them before we return. Otherwise the caller cannot inspect other branches with this function again. Signed-off-by: Junio C Hamano ---