Project

General

Profile

Actions

Tmp » History » Revision 4

« Previous | Revision 4/5 (diff) | Next »
Loïc Dachary, 03/01/2016 08:37 AM


git --no-pager log --format='%H %s' --graph ceph/hammer..pr-7702 | perl -p -e 's/"/ /g; if (/\w+\s+Merge pull request #(\d+)/) { s|\w+\s+Merge pull request #(\d+).*|"Pull request $1":https://github.com/ceph/ceph/pull/$1|; } else { s|(\w+)\s+(.*)|"$2":https://github.com/ceph/ceph/commit/$1|; } s/\*/+/; s/^/* /;'

Updated by Loïc Dachary about 8 years ago · 4 revisions