This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fix: | |
| /usr/libexec/git-core/git-rebase--interactive | |
| -git rev-list $merges_option --pretty=oneline --abbrev-commit\ | |
| +git rev-list $merges_option --pretty=">%h (%an <%ae>) %s"\ | |
| result: | |
| 1 pick 19f43c1 (Yuri Dyachenko <yurial@gplvote.org>) add: gcrypt::noerr | |
| 2 pick 990a7e8 (Yuri Dyachenko <yurial@gplvote.org>) add: gcrypt::throwif( err ) throw if err != noerr | |
| 3 pick cb03f3b (Yuri Dyachenko <yurial@gplvote.org>) add: ext::move<T> move semantic |
NewerOlder