From: Markus Lehtonen Date: Mon, 9 Jul 2012 07:52:36 +0000 (+0300) Subject: buildpackage: new "working copy" choices for --git-export X-Git-Tag: debian/0.6.26~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad07d8044fce21e15e3fa5e57115a4a9abe9796b;p=tools%2Fgit-buildpackage.git buildpackage: new "working copy" choices for --git-export Add support for building different kind of "working copies", when using the --git-export option: - 'WC.TRACKED': only use files that are already tracked - 'WC.UNTRACKED': use untracked files, too - 'WC.IGNORED': also add files that'd normally be ignored Using '--git-export=WC' beaves like before. Signed-off-by: Markus Lehtonen Conflicts: gbp/scripts/common/buildpackage.py ---