From 0a717f5c8169f165d4063fd0eb3f2869ce280224 Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Sun, 6 Jul 2014 22:05:36 -0500 Subject: [PATCH] Gem --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 5378340a..9e7e4091 100644 --- a/Rakefile +++ b/Rakefile @@ -33,6 +33,7 @@ namespace :benchmark do puts "Unstaged changes" and return if git.status.changed.any? # Get the current branch + # Would like to get this from the Git gem current_branch = `git rev-parse --abbrev-ref HEAD`.strip # Create tmp branch for reference commit