gerrit/contrib
Dave Borowitz 1b46d67a93 contrib: Add a simple tool for pushing to named reviewers
This is a sort of simplified version of git-review[1] for users like
myself who don't mind most git command line tools, and therefore don't
feel the need to switch to a full git-review workflow, but still don't
like the HEAD:refs/for/master%r=user@domain.com syntax for specifying
reviewers during a push.

Reviewer aliases can be specified in a git config file:

[reviewer]
  sop = sop@google.com

$ git push-reviewer --dry-run sop
git push origin HEAD:refs/for/master%r=sop@google.com

[1] http://www.mediawiki.org/wiki/Gerrit/git-review

Change-Id: Ib0c8d609ed9eab17b71ddb13da417a9bfd013611
2014-11-06 14:42:37 -08:00
..
themes Recompression *.png images with pngout tool to reduce the size of files 2013-11-03 14:33:54 +00:00
.pep8rc Add configuration file for PEP-8 checker tool 2013-05-17 14:35:47 +09:00
.pylintrc Add pylint configuration for contributed Python scripts 2013-01-16 20:03:23 +09:00
bash_completion Improve the bash completion script installation instructions 2013-09-27 10:18:30 +09:00
check-valid-commit.py Python3 support 2013-05-13 14:07:42 +05:30
fake_ldap.pl Lightweight LDAP server for debugging 2012-12-19 22:28:34 -05:00
git-exproll.sh git-exproll.sh: Return nonzero on errors. 2013-05-24 15:20:56 +09:00
git-push-review contrib: Add a simple tool for pushing to named reviewers 2014-11-06 14:42:37 -08:00
ui-api-proxy.go Add contrib/ui-api-proxy.go for testing UI features with live data. 2013-12-18 09:07:02 -08:00