]> code.ossystems Code Review - openembedded-core.git/commit
create-pull-request: fix git GIT_VERSION
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 4 Mar 2015 09:29:53 +0000 (01:29 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Mar 2015 16:00:21 +0000 (16:00 +0000)
commitd23a1d7df849a2a7d338b2805bba7694717cbe65
tree37300470a7b4f2c0e550337246f42c108681fb67
parentdf3ecaf86360a9c109b1b19bfa8a52890315bbdc
create-pull-request: fix git GIT_VERSION

If the git version is 1.7.9.5, then 1795 is bigger than 210 which causes
errors like:
fatal: No such ref: :rbt/bash
fatal: Needed a single revision
ERROR: git request-pull reported an error

Use the first 3 numbers to fix the problem.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/create-pull-request