Skip to content

Commit

Permalink
Removed gitRefToSha
Browse files Browse the repository at this point in the history
  • Loading branch information
derek committed Mar 21, 2013
1 parent 11e45e9 commit e9d4e22
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/git.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ mods = {
cb(err, stdout);
});
},
getSHA: function(cb) {
exec('git rev-parse HEAD', {
cwd: process.cwd()
}, function(err, stdout) {
var sha = stdout.trim();
cb(err, sha);
});
},
branch: function(cb) {
this.findRoot();
exec('git status', {
Expand Down

0 comments on commit e9d4e22

Please sign in to comment.