GitRepository.archive: support getting tar data as return value
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 12 Sep 2013 07:47:35 +0000 (10:47 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 14 Nov 2014 12:22:00 +0000 (14:22 +0200)
commite641994dc5ca3cd05fc869f253b084dd1f612058
tree148b78064dfe46e1d6750c52ed30825e31b2a6cc
parent0993f2d4c14779d8701a72b20b81fc779e6824fd
GitRepository.archive: support getting tar data as return value

Return tar data as a generator object, if the 'output' option is not
defined.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
gbp/git/repository.py
tests/test_PristineTar.py