summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_patchin.sh
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-07-05 23:09:00 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-07-08 14:34:38 +0200
commit942aeb2d76db528b1fc202a31c93a0cd6a1f7266 (patch)
tree10572f2512aecaea2cd448c06f9265b68e8c3708 /scripts/lib/ptxd_make_world_patchin.sh
parentf7ae8a23159c00b0e32839408ae508384bd71569 (diff)
downloadptxdist-942aeb2d76db528b1fc202a31c93a0cd6a1f7266.tar.gz
ptxdist-942aeb2d76db528b1fc202a31c93a0cd6a1f7266.tar.xz
[patchin] define git alias 'ptx-patches' to update the ptxist patch series
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_make_world_patchin.sh')
-rw-r--r--scripts/lib/ptxd_make_world_patchin.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_make_world_patchin.sh b/scripts/lib/ptxd_make_world_patchin.sh
index 158acb931..087c60dba 100644
--- a/scripts/lib/ptxd_make_world_patchin.sh
+++ b/scripts/lib/ptxd_make_world_patchin.sh
@@ -86,6 +86,7 @@ ptxd_make_world_patchin_apply_git_init()
git commit -q -m "initial commit" --author="ptxdist-${PTXDIST_VERSION_FULL} <ptxdist@pengutronix.de>" &&
git tag "${pkg_pkg}" &&
git tag base &&
+ git config alias.ptx-patches "!sh ${PTXDIST_TOPDIR}/scripts/git-ptx-patches \"\$@\""
echo "patchin: git: done"
fi
}