Sha256: dc758db69a9338beff09cfaa0974b4a71c7e960896ccad27614c1bd07e513899

Contents?: true

Size: 889 Bytes

Versions: 53

Compression:

Stored size: 889 Bytes

Contents

#!/usr/bin/env bash
. git-drover.demo.common.sh

drover_c "This change needs to go to branch 9999"

echo "# Make sure we have the most up-to-date branch sources."
run git fetch
echo
echo "# Here's a commit (from some.committer) that we want to 'drover'."
run git log -n 1 --pretty=fuller
echo
echo "# Checkout the branch we want to 'drover' to."
run git checkout -b drover_9999 branch-heads/9999
echo
echo "# Now do the 'drover'."
echo "# IMPORTANT!!! Do Not leave off the '-x' flag"
run git cherry-pick -x $(git show-ref -s pick_commit)
echo
echo "# That took the code authored by some.committer and committed it to"
echo "# the branch by the person who drovered it (i.e. you)."
run git log -n 1 --pretty=fuller
echo
echo "# Looks good. Ship it!"
pcommand git cl upload
echo "# Wait for LGTM or TBR it."
run git cl land
echo "# Or skip the LGTM/TBR and just 'git cl land --bypass-hooks'"

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
libv8-6.0.286.54.1 vendor/depot_tools/man/src/git-drover.demo.3.sh
libv8-6.0.286.54.0 vendor/depot_tools/man/src/git-drover.demo.3.sh
libv8-6.0.286.54.0beta2 vendor/depot_tools/man/src/git-drover.demo.3.sh
libv8-6.0.286.54.0beta1 vendor/depot_tools/man/src/git-drover.demo.3.sh
libv8-6.0.286.44.0beta1 vendor/depot_tools/man/src/git-drover.demo.3.sh
libv8-5.9.211.38.1 vendor/depot_tools/man/src/git-drover.demo.3.sh
libv8-5.9.211.38.0 vendor/depot_tools/man/src/git-drover.demo.3.sh
libv8-5.9.211.38.0beta0 vendor/depot_tools/man/src/git-drover.demo.3.sh
libv8-5.7.492.65.1 vendor/depot_tools/man/src/git-drover.demo.3.sh
libv8-5.7.492.65.0 vendor/depot_tools/man/src/git-drover.demo.3.sh
libv8-5.7.492.65.0beta1 vendor/depot_tools/man/src/git-drover.demo.3.sh
libv8-5.6.326.50.0beta1 vendor/depot_tools/man/src/git-drover.demo.3.sh
libv8-5.3.332.38.5 vendor/depot_tools/man/src/git-drover.demo.3.sh
libv8-5.3.332.38.4 vendor/depot_tools/man/src/git-drover.demo.3.sh
libv8-5.3.332.38.3 vendor/depot_tools/man/src/git-drover.demo.3.sh
libv8-5.3.332.38.2 vendor/depot_tools/man/src/git-drover.demo.3.sh
libv8-5.3.332.38.1 vendor/depot_tools/man/src/git-drover.demo.3.sh
libv8-5.3.332.38.0 vendor/depot_tools/man/src/git-drover.demo.3.sh
libv8-5.3.332.38.0beta2 vendor/depot_tools/man/src/git-drover.demo.3.sh
libv8-5.2.361.43.1 vendor/depot_tools/man/src/git-drover.demo.3.sh