]> git.ipfire.org Git - thirdparty/git.git/commit - revision.h
revision traversal: retire BOUNDARY_SHOW
authorJunio C Hamano <junkio@cox.net>
Tue, 6 Mar 2007 00:10:28 +0000 (16:10 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 6 Mar 2007 09:08:34 +0000 (01:08 -0800)
commit2b064697a5b0610254f52523ce5b70c81118da80
tree4b84bfcc341ed1764f599baf8203d842322a8ea3
parent86ab4906a7c86719cae33b28dac1a4157d665867
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>
builtin-bundle.c
revision.c
revision.h