(new troller here...) I use something like this for creating Git change-logs formatted for Confluence. You could easily modify it for other types of output.
git log --name-status --no-merges --format="* %aN on %ad, %h, %s" --date=short --since="1 week ago" You can also use diff ranges (e.g. HEAD^^..HEAD) instead of --since. -- Jason Rogers On Fri, Apr 6, 2012 at 13:29, Matt Aimonetti <mattaimone...@gmail.com> wrote: > > You can also use git log or > GitHub: https://github.com/MacRuby/MacRuby/compare/0.10...0.11 > > - Matt > > > On Fri, Apr 6, 2012 at 7:01 PM, Eloy Duran <eloy.de.en...@gmail.com> wrote: >> >> > Yes, I'm still alive :) As you may have noticed, I have been absent >> > here for a few months. Last year we got a baby, then we moved back to >> > Europe. I decided to leave Apple a few months ago to achieve one of my >> > dreams: work on a startup, in part so that I would be flexible in my >> > time and be able to keep hacking on MacRuby. >> >> <3 >> >> > BTW, the 0.11 release actually does exist, you can find it on the >> > GitHub page. The release notes are still missing, but I will take care >> > of this (we need to automate the whole process). >> >> I’m pretty sure Git can give you a nice log. I forgot the command, though… >> Anyone else? >> >> Eloy >> _______________________________________________ >> MacRuby-devel mailing list >> MacRuby-devel@lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > > > > _______________________________________________ > MacRuby-devel mailing list > MacRuby-devel@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel