Add three extra options for gbs export while generating tarball
authorZhang Qiang <qiang.z.zhang@intel.com>
Wed, 19 Sep 2012 05:19:57 +0000 (13:19 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Wed, 19 Sep 2012 13:43:39 +0000 (21:43 +0800)
commitbdf318a5ef100522857133af06454bd5433b85ac
tree5676f0db1b3bb18fcae27b3ad1fa849d89b9c67a
parent2e30eb6a28075bc8dffca2e4d188ced98dda8fdf
Add three extra options for gbs export while generating tarball

* -upstream-branch: default is 'upstream'
* --upstream-tag: Upstream tag format, e.g. 'v${upstreamversion}'
* --squash-patches-until: When generating patches, squash patches
  up to given commit-ish into one monolithic diff file. Format is
  the commit-ish optionally followed by a colon and diff filename
  base.

Change-Id: I95c2baa19cf0ba65cb0c4d7cf995efe777933995
depanneur