commit | db055e65d20b20f8f32eb85ee1a2417d3b95c1c7 | [log] [tgz] |
---|---|---|
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | Sat Jan 20 03:28:19 2007 +0100 |
committer | Junio C Hamano <junkio@cox.net> | Sat Jan 20 21:32:31 2007 -0800 |
tree | ba5983bc5a58f05f011a6a5896d7a392d86ab67b | |
parent | 8860fd42fcf5a7853f7d7c2198793183320293ff [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>