git-archive: add '-o' as a alias for '--output'
commit05d3951ec9c531d348fe0dbb9ae058d38728a550
authorDmitry Potapov <dpotapov@gmail.com>
Sun, 13 Sep 2009 12:05:52 +0000 (13 16:05 +0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 13 Sep 2009 20:23:40 +0000 (13 13:23 -0700)
tree8c18a99101e7df2fa7c4342e27c071e3895a6027
parent98df233e2d7d815b1f2e2e253b9d6c6ce1bfe58f
git-archive: add '-o' as a alias for '--output'

The '-o' option is commonly used in many tools to specify the output file.
Typing '--output' every time is a bit too long to be a practical alternative
to redirecting output. But specifying the output name has the advantage of
making possible to guess the desired output format by filename extension.

Signed-off-by: Dmitry Potapov <dpotapov@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-archive.txt
archive.c
builtin-archive.c