Lines Matching refs:UPSTREAM
24 UPSTREAM="github_curl"
55 Upstream commit: ${sha}
57 grep -v -E '^(URL|Version|Upstream commit):' "${README_FILE}" \
68 # Setup and fetch the upstream remote. While we have mirroring setup of the
69 # remote, we need to fetch all the tags from upstream to identify the latest
81 if ! git remote show | grep "^${UPSTREAM}\$" >/dev/null; then
82 echo "Adding remote ${UPSTREAM} to ${UPSTREAM_GIT}"
83 git remote add -t master "${UPSTREAM}" "${UPSTREAM_GIT}"
89 echo "Fetching latest upstream code..."
90 git fetch --quiet "${UPSTREAM}" master
97 # Load the current version's upstream hash.
100 current_sha=$(grep '^Upstream commit: ' "${README_FILE}" | cut -d ' ' -f 3)
103 echo "Couldn't determine the upstream commit the current code is at." \
114 Pass the upstream commit SHA of the release you want to update to.
118 git --no-pager log "${UPSTREAM}/master" --not "${current_sha}" --oneline \
151 Note: This patch includes the following squashed commits from upstream: