From: Rudolf Polzer Date: Thu, 3 Nov 2011 10:12:29 +0000 (+0100) Subject: also show the revert log X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fdiv0-gittools.git;a=commitdiff_plain;h=228dabbe42ae80970a795d5f5f976711a8e6ee42 also show the revert log --- diff --git a/git-open-reverts b/git-open-reverts index 2ad1c1f..26e12ae 100755 --- a/git-open-reverts +++ b/git-open-reverts @@ -74,7 +74,8 @@ for commit in $allreverted; do continue fi if revertedby=`whatreverts "$commit" | grep .`; then - echo "$commit got reverted by $revertedby" + echo "$commit got reverted by $revertedby:" + git log -1 $revertedby fi done