]> git.ipfire.org Git - thirdparty/git.git/commit - revision.c
revision traversal: SHOWN means shown
authorJunio C Hamano <junkio@cox.net>
Tue, 6 Mar 2007 02:23:57 +0000 (18:23 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 6 Mar 2007 09:08:34 +0000 (01:08 -0800)
commitc33d8593851ef1b3b59fc9b8022019cb955e8d59
tree83872d3d5e7365cf259dccc04f792820cfcff861
parentc2dea5a11cc7106d0beec9931e527467b7189ab3
revision traversal: SHOWN means shown

This moves the code to set SHOWN on the commit from get_revision_1()
back to get_revision(), so that the bit means what it originally
meant: this commit has been given back to the caller.

Also it fixes the --reverse breakage Dscho pointed out.

Signed-off-by: Junio C Hamano <junkio@cox.net>
revision.c