[gitsync] Mirror only heads and tags to github, not changes

Doing a default mirror clone and push will try to sync all of the
refs/* space from gerrit to github, including refs/changes/* which
may contain things that aren't very useful (or possible) to mirror.
This changes the sync script to explicitly pull down only heads and
tags and mirror those.

Fixes IN-77

Change-Id: Ifa5ca2d2fc69b7c29fb5fa941a98c62de505d19d
1 file changed
tree: ec86b4bfaacfd19dd06547b005aadfcf1357abb6
  1. fudash/
  2. go/
  3. scripts/
  4. .gitignore
  5. AUTHORS
  6. LICENSE
  7. PATENTS
  8. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.