Skip to content

Instantly share code, notes, and snippets.

@itsprdp
Forked from zcoder/gist:2404695
Last active August 29, 2015 14:10
Show Gist options
  • Save itsprdp/a88743ac174089dbae87 to your computer and use it in GitHub Desktop.
Save itsprdp/a88743ac174089dbae87 to your computer and use it in GitHub Desktop.
--- git-rebase--interactive.old 2011-06-11 13:17:48.000000000 +0400
+++ git-rebase--interactive 2012-04-17 12:44:09.000000000 +0400
@@ -951,7 +951,7 @@
REVISIONS=$ONTO...$HEAD
SHORTREVISIONS=$SHORTHEAD
fi
- git rev-list $MERGES_OPTION --pretty=oneline --abbrev-commit \
+ git rev-list $merges_option --pretty=">%h (%an <%ae>) %s"\
--abbrev=7 --reverse --left-right --topo-order \
$REVISIONS | \
sed -n "s/^>//p" |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment