Home
last modified time | relevance | path

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

/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dsave-patches.sh9 BASE_COMMIT=$(git log --pretty="%H" -1 "${3:-HEAD}" --)
11 echo "[$PROJECT] Base commit: $(git log --oneline $BASE_COMMIT -1)"
55 if ! git diff $BASE_COMMIT ${RK_SAVE_COMMITTED:+HEAD --} | grep -q ""; then
60 echo "git checkout $BASE_COMMIT" >> "$PATCH_DIR/apply-patches.sh"
68 MERGE_BASE=$(git merge-base HEAD $BASE_COMMIT || true)