Home
last modified time | relevance | path

Searched refs:RELATIVE_TO (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/
H A Dcreate-pull-request16 RELATIVE_TO="master"
88 RELATIVE_TO="$OPTARG"
195 …-subject-prefix="$PREFIX" -n -o $ODIR --thread=shallow --cover-letter $RELATIVE_TO..$COMMIT_ID > /…
200 echo " ($RELATIVE_TO..$COMMIT_ID) don't contain any differences."
213 git request-pull $RELATIVE_TO $REMOTE_URL $COMMIT_ID >> "$PM"
215 git request-pull $RELATIVE_TO $REMOTE_URL $L_BRANCH:$BRANCH >> "$PM"
253 patch_cnt=`git log --pretty=oneline ${RELATIVE_TO}..${L_BRANCH} | wc -l`
255 SUBJECT="`git log --format=%s ${RELATIVE_TO}..${L_BRANCH}`"