author | Junio C Hamano <junkio@cox.net> | |
Tue, 6 Mar 2007 00:10:28 +0000 (16:10 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 6 Mar 2007 09:08:34 +0000 (01:08 -0800) | ||
commit | 2b064697a5b0610254f52523ce5b70c81118da80 | |
tree | 4b84bfcc341ed1764f599baf8203d842322a8ea3 | tree | snapshot |
parent | 86ab4906a7c86719cae33b28dac1a4157d665867 | commit | diff |
revision traversal: retire BOUNDARY_SHOW
This removes the flag internally used by revision traversal to
decide which commits are indeed boundaries and renames it to
CHILD_SHOWN. builtin-bundle uses the symbol for its
verification, but I think the logic it uses it is wrong. The
flag is still useful but it is local to the git-bundle, so it is
renamed to PREREQ_MARK.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This removes the flag internally used by revision traversal to
decide which commits are indeed boundaries and renames it to
CHILD_SHOWN. builtin-bundle uses the symbol for its
verification, but I think the logic it uses it is wrong. The
flag is still useful but it is local to the git-bundle, so it is
renamed to PREREQ_MARK.
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-bundle.c | diff | blob | history | |
revision.c | diff | blob | history | |
revision.h | diff | blob | history |