summaryrefslogtreecommitdiffstats
path: root/gitconfig
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-11-22 15:42:59 -0600
committerJesse Luehrs <doy@tozt.net>2010-11-22 15:42:59 -0600
commit1f2218c0a302ba391f7c85719d14e119ff3ab21e (patch)
treea642c8c8cea9804a3269e07cc39b048c990a55a5 /gitconfig
parent83c8cc78066f0cad3ddbb76b83ea804a898df565 (diff)
downloadconf-1f2218c0a302ba391f7c85719d14e119ff3ab21e.tar.gz
conf-1f2218c0a302ba391f7c85719d14e119ff3ab21e.zip
add git review-branch
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index 722b794..a016bc3 100644
--- a/gitconfig
+++ b/gitconfig
@@ -8,6 +8,7 @@
rebase-branch = !git rebase -i $(git merge-base master HEAD)
diff-branch = !git diff $(git merge-base master HEAD)..HEAD
log-branch = !git log $(git merge-base master HEAD)..HEAD
+ review-branch = !git review $(git merge-base master HEAD)..HEAD
review = "!f() { for rev in $(git rev-list --reverse \"$@\"); do git show $rev; done; }; f"
unstage = reset -q HEAD
info = remote show -n origin