summaryrefslogtreecommitdiff
path: root/diff-delta.c
diff options
context:
space:
mode:
authorDmitry Potapov <dpotapov@gmail.com>2009-09-13 20:17:01 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-09-13 20:54:39 (GMT)
commit0f4b377c20fb7d93f8bfeec39efb2b9392d6aebc (patch)
tree89504504d202bdb988edf90aa9c0a7b80e3aa07e /diff-delta.c
parent518ef8f07f72271dff4040c1e7452ab6de73d199 (diff)
downloadgit-0f4b377c20fb7d93f8bfeec39efb2b9392d6aebc.zip
git-0f4b377c20fb7d93f8bfeec39efb2b9392d6aebc.tar.gz
git-0f4b377c20fb7d93f8bfeec39efb2b9392d6aebc.tar.bz2
git-archive: infer output format from filename when unspecified
A command line $ git archive -o my-v2.0.zip v2.0 almost certainly wants the output in zip format, even though it does not specify any --format option. When --format is not given, but output filename is, try to infer what format is requested from the filename extension. Currently this code only knows about '.zip'. When the format is unspecified and the filename does not tell us, the output will be in 'tar' format as before. Of course, an explicit --format will not trigger this guesswork. Signed-off-by: Dmitry Potapov <dpotapov@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff-delta.c')
0 files changed, 0 insertions, 0 deletions