Skip to content

Commit

Permalink
Merge pull request garybernhardt#26 from davidpdrsn/master
Browse files Browse the repository at this point in the history
Don't generate unnecessary output in run-command-on-git-revisions
  • Loading branch information
garybernhardt committed Nov 27, 2014
2 parents 6ddc3cb + 00c0ac7 commit 9ffa838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run-command-on-git-revisions
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ run_tests() {
debug "Checking out: $(git log --oneline -1 $rev)"
log_command git checkout --quiet $rev
log_command $test_command
log_command git reset --hard
log_command git reset --hard --quiet
done
log_command git checkout --quiet $end_ref
debug "OK for all revisions!"
Expand Down

0 comments on commit 9ffa838

Please sign in to comment.