[PATCH] add *--no-merges* flag to suppress display of merge commits
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Mon, 8 Aug 2005 09:37:21 +0000 (11:37 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 10 Aug 2005 05:28:21 +0000 (22:28 -0700)
commit76cd8eb619cf2896b5171d46d6bbf8e97d19e728
tree18a4a1c7c0fcc3f136a3622dc584ea411a9df24c
parent4852f7232b7a83fbd1b745520181bd67bf95911b
[PATCH] add *--no-merges* flag to suppress display of merge commits

As requested by Junio (who suggested --single-parents-only, but this
could forget a no-parent root).

Also, adds a few missing options to the usage string.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
rev-list.c