apenwarr / gitbuilder

Auto-builds and tests all the branches of your git projects, showing pass/fail results on a web page/RSS feed. Isolates failures to the first commit that caused the problem.

This URL has Read+Write access

gitbuilder / revdetail.sh
100755 6 lines (4 sloc) 0.119 kb
1
2
3
4
5
6
#!/bin/bash
DIR=$(dirname $0)
cd "$DIR/build"
 
git log --first-parent --name-only --pretty=raw --no-walk "$@" -- | cat