git-archive: add --output=<file> to send output to a file
authorCarlos Manuel Duclos Vergara <carlos.duclos@nokia.com>
Mon, 16 Feb 2009 17:20:25 +0000 (18:20 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Mar 2009 08:56:52 +0000 (00:56 -0800)
When archiving a repository there is no way to specify a file as output.
This patch adds a new option "--output" that redirects the output to a
file instead of stdout.

Signed-off-by: Carlos Manuel Duclos Vergara <carlos.duclos@nokia.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found