--walk-reflogs: disallow uninteresting commits
commitdb055e65d20b20f8f32eb85ee1a2417d3b95c1c7
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sat, 20 Jan 2007 02:28:19 +0000 (20 03:28 +0100)
committerJunio C Hamano <junkio@cox.net>
Sun, 21 Jan 2007 05:32:31 +0000 (20 21:32 -0800)
treeba5983bc5a58f05f011a6a5896d7a392d86ab67b
parent8860fd42fcf5a7853f7d7c2198793183320293ff
--walk-reflogs: disallow uninteresting commits

Do not allow uninteresting commits with --walk-reflogs, since it is
not clear what should be shown in these cases:

$ git log --walk-reflogs master..next
$ git log --walk-reflogs ^master

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
reflog-walk.c