Skip to content

Instantly share code, notes, and snippets.

@iyuuya
Last active May 23, 2016 00:35
Show Gist options
  • Save iyuuya/64ab16f172d0ccecf88176f929955e06 to your computer and use it in GitHub Desktop.
Save iyuuya/64ab16f172d0ccecf88176f929955e06 to your computer and use it in GitHub Desktop.
git rebase --interactiveのフォーマットを変更する
1185c1185
< git rev-list $merges_option --format="%m%H ${format:-%s}" \
---
> git rev-list $merges_option --format="%m%H %an <%ae> ${format:-%s}" \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment