author | Junio C Hamano <junkio@cox.net> | |
Mon, 3 Jul 2006 10:05:20 +0000 (03:05 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 3 Jul 2006 10:05:20 +0000 (03:05 -0700) | ||
commit | 160b7983034cdd24ea1bf6ef7a2532a2296461c6 | |
tree | 26b69d312d4f19be852e8578fb6d0bf669cd7790 | tree | snapshot |
parent | 2ef108013ec15e8d5feee6d5c42692ae956ee302 | commit | diff |
revert clear-commit-marks for now.
Earlier change broke "git describe A B" among other things.
Revert it for now, and clean the commits smudged by
get_merge_bases using clear_object_marks() function. For
complex commit ancestry graph, this is way cheaper as well.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Earlier change broke "git describe A B" among other things.
Revert it for now, and clean the commits smudged by
get_merge_bases using clear_object_marks() function. For
complex commit ancestry graph, this is way cheaper as well.
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit.c | diff | blob | history | |
object.c | diff | blob | history | |
object.h | diff | blob | history |