Daily Archives: Sun October 27, 2013


Needed some place to note this short one-liner for generating a changelog between version releases with git. git log v0.5...v0.6 --pretty=format:'%s' The output looks something like this. RM #225: Fix xcc to build when gmp is already installed. This is a back-rev'd patch from Crosstool-NG that required no changes so […]

git changelog generation: one liner