a73d2867d4e0
git review
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 02 Jun 2014 10:37:43 -0700 |
parents | 9bb8e8c9ca90 |
children | 6f32e3be759e |
branches/tags | (none) |
files | gitconfig |
Changes
--- a/gitconfig Thu May 29 11:49:40 2014 -0400 +++ b/gitconfig Mon Jun 02 10:37:43 2014 -0700 @@ -106,6 +106,9 @@ find-merge = "!sh -c 'git log $1..master --merges -n1' -" fuck-up-history-from = pull --rebase + + review = "!sh -c 'git ksreview `echo $1 | sed -Ee \"s_.*pull/([0-9]+)_refs/pull/upstream/\\1_\"`' -" + [push] default = current