author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Sat, 20 Jan 2007 02:28:19 +0000 (03:28 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 21 Jan 2007 05:32:31 +0000 (21:32 -0800) | ||
commit | db055e65d20b20f8f32eb85ee1a2417d3b95c1c7 | |
tree | ba5983bc5a58f05f011a6a5896d7a392d86ab67b | tree | snapshot |
parent | 8860fd42fcf5a7853f7d7c2198793183320293ff | commit | diff |
--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>
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 | diff | blob | history |