fmt-patch: implement -o <dir>
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Fri, 5 May 2006 01:33:32 +0000 (03:33 +0200)
committerJunio C Hamano <junkio@cox.net>
Fri, 5 May 2006 21:11:55 +0000 (14:11 -0700)
commit2448482b3d5e265dd29fa38c3827565f6f2f31ec
treea36c4d5ec6a776fba9ed561390b0abe8164121ca
parent81f3a188a3781fa4a818ed27ee83430682a98ec4
fmt-patch: implement -o <dir>

I had to move the command line parsing around a little; setup_revisions()
could mistaken <dir> for a valid ref.

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