summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-07-14 10:18:23 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-07-15 11:48:25 +0200
commit620ee8aa63750a78a844db4a80c82a2cba50622f (patch)
treedbf7b9e4316ab1baa99d063fc5fe14cd0fb2c70f /bin
parent768a546cb2a7a771e33d0ac41ed695e7141b7d72 (diff)
downloadptxdist-620ee8aa63750a78a844db4a80c82a2cba50622f.tar.gz
ptxdist-620ee8aa63750a78a844db4a80c82a2cba50622f.tar.xz
[ptxdist] add command line option to enable patchin with git
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ptxdist4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index 8fff5f4ab..1952142af 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -1337,6 +1337,10 @@ parse_first()
-q|--quiet)
PTXDIST_QUIET=1
;;
+ --git)
+ # overwrite default from ptxdistrc
+ export PTXCONF_SETUP_PATCHIN_GIT=y
+ ;;
--)
while [ ${#} -ne 0 ]; do
arg="${1}"