Sha256: ff06c1b97bddb4317a3b7de8c17b3fa43a0ff6e6e582bfa5117ff2646e83ec77

Contents?: true

Size: 453 Bytes

Versions: 53

Compression:

Stored size: 453 Bytes

Contents

#!/usr/bin/env bash
. demo_repo.sh

# Add and tag a dummy commit to refer to later.
drover_c() {
  add modified_file
  set_user some.committer
  c "$1"
  silent git tag -f pick_commit
  set_user you
  tick 1000
}

silent git push origin refs/remotes/origin/master:refs/branch-heads/9999
silent git config --add remote.origin.fetch \
  +refs/branch-heads/*:refs/remotes/branch-heads/*
silent git fetch origin

silent git checkout -B master origin/master

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
libv8-8.4.255.0.1 vendor/depot_tools/man/src/git-drover.demo.common.sh
libv8-8.4.255.0 vendor/depot_tools/man/src/git-drover.demo.common.sh
libv8-7.8.279.23.0beta1 vendor/depot_tools/man/src/git-drover.demo.common.sh
libv8-7.4.288.28.0beta1 vendor/depot_tools/man/src/git-drover.demo.common.sh
libv8-7.3.492.27.3beta1 vendor/depot_tools/man/src/git-drover.demo.common.sh
libv8-7.3.492.27.1 vendor/depot_tools/man/src/git-drover.demo.common.sh
libv8-7.3.492.27.0 vendor/depot_tools/man/src/git-drover.demo.common.sh
libv8-7.3.492.27.0beta1 vendor/depot_tools/man/src/git-drover.demo.common.sh
libv8-6.7.288.46.1 vendor/depot_tools/man/src/git-drover.demo.common.sh
libv8-6.7.288.46.0 vendor/depot_tools/man/src/git-drover.demo.common.sh
libv8-6.7.288.46.1beta0 vendor/depot_tools/man/src/git-drover.demo.common.sh
libv8-6.3.292.48.1 vendor/depot_tools/man/src/git-drover.demo.common.sh
libv8-6.3.292.48.0 vendor/depot_tools/man/src/git-drover.demo.common.sh
libv8-6.3.292.48.0beta2 vendor/depot_tools/man/src/git-drover.demo.common.sh
libv8-6.3.292.48.0beta1 vendor/depot_tools/man/src/git-drover.demo.common.sh
libv8-6.2.414.42.1 vendor/depot_tools/man/src/git-drover.demo.common.sh
libv8-6.2.414.42.0 vendor/depot_tools/man/src/git-drover.demo.common.sh
libv8-6.2.414.42.0beta1 vendor/depot_tools/man/src/git-drover.demo.common.sh
libv8-6.0.286.54.3 vendor/depot_tools/man/src/git-drover.demo.common.sh
libv8-6.0.286.54.2 vendor/depot_tools/man/src/git-drover.demo.common.sh