2 lines
175 B
Bash
2 lines
175 B
Bash
#!/bin/bash
|
|
git log ${1}...${2} --pretty=format:'<li> <a href="https://github.com/pyr0ball/pyr0piezo/commit/%H">view commit •</a> %s</li> ' --reverse | grep "#changelog"
|