Skip to content

Commit

Permalink
added a passthrough to the git.coffee script to run raw git commands …
Browse files Browse the repository at this point in the history
…against a repo
  • Loading branch information
pauldallen committed Nov 19, 2013
1 parent 9fa08e5 commit 63bb761
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/git.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ module.exports = Git = (git_dir, dot_git) ->
exec bash, {cwd: git_dir}, callback
return bash

# Public: Passthrough for raw git commands
#
git.cmd = (command, options, args, callback) ->
git command, options, args, callback


# Public: Get a list of the remote names.
#
Expand Down

0 comments on commit 63bb761

Please sign in to comment.