05 Jan, 2016
1 commit
13 Aug, 2015
1 commit
06 Aug, 2015
1 commit
24 Jul, 2015
1 commit
-
Use these two commands inside vim: :!ag -l '..\/..\/..\/..\/test' | xargs perl -pi -E "s/require.*test_helper.*/require 'test_helper'/g" :!ag -l "require File.*'/" | xargs perl -pi -E "s/require File.*'\//require_relative '/g":e ""'"
28 Jan, 2015
1 commit
24 Nov, 2014
1 commit
13 Nov, 2014
1 commit
07 Nov, 2014
1 commit
01 Nov, 2014
1 commit
31 Oct, 2014
1 commit
29 Oct, 2014
1 commit
27 Oct, 2014
2 commits
-
- provide sane defaults for $HEAD and $PREV_HEAD - list commits since $PREV_HEAD
-
Assumes the CI environment will export the sha1 of the head commit into HEAD, and the sha1 of the previous head commit in PREV_HEAD.