mirror of
https://github.com/0Nera/BMOSP.git
synced 2024-11-22 16:41:23 +03:00
3 lines
113 B
Bash
Executable File
3 lines
113 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo $(git log --pretty=format:%s ${LAST}..HEAD | grep ':' | sed -re 's/([^:]*)\:/- \`\1\`\:/' | sort) |