Home
last modified time | relevance | path

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

/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dsave-patches.sh68 MERGE_BASE=$(git merge-base HEAD $BASE_COMMIT || true)
69 if [ -n "$MERGE_BASE" ]; then
70 git diff $MERGE_BASE HEAD -- | grep -q "" &&
71 git format-patch $MERGE_BASE..HEAD -o "$PATCH_DIR"
86 if [ -n "$MERGE_BASE" ]; then
87 echo "Base commit: $(git log --oneline $MERGE_BASE -1)"
88 git checkout $MERGE_BASE