Searched refs:UPSTREAM (Results 1 - 1 of 1) sorted by relevance

/gem5/util/maint/
H A Dcreate_patches.sh49 UPSTREAM="upstream/master"
85 UPSTREAM="$OPTARG"
119 if ! branch_exists "$UPSTREAM"; then
120 echo "Error: Upstream branch '$UPSTREAM' doesn't exist." 1>&2
126 SHA_UPSTREAM=`git rev-parse "$UPSTREAM"`
128 echo "Upstream branch: $UPSTREAM"
141 git rebase "$UPSTREAM"
149 git format-patch -p -o "$PATCH_DIR" "$UPSTREAM"

Completed in 3 milliseconds