shortlog: respect the --output=<file> setting
commit7f7d712bcfde8afe0a007042d5cb4b809617fb96
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 22 Jun 2016 15:02:07 +0000 (22 17:02 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Jun 2016 22:20:47 +0000 (24 15:20 -0700)
treeaa093f844c6d8750bab041075823c5f052f808db
parent36a4d905c36a598d17274765b57690ecfb4a23f8
shortlog: respect the --output=<file> setting

Thanks to the diff option parsing, we already know about this option.
We just have to make use of it.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/shortlog.c
t/t4201-shortlog.sh