author | Dmitry Potapov <dpotapov@gmail.com> | |
Sun, 13 Sep 2009 12:05:52 +0000 (16:05 +0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 13 Sep 2009 20:23:40 +0000 (13:23 -0700) | ||
commit | 05d3951ec9c531d348fe0dbb9ae058d38728a550 | |
tree | 8c18a99101e7df2fa7c4342e27c071e3895a6027 | tree | snapshot |
parent | 98df233e2d7d815b1f2e2e253b9d6c6ce1bfe58f | commit | diff |
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>
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 | diff | blob | history | |
archive.c | diff | blob | history | |
builtin-archive.c | diff | blob | history |