Skip to content

Commit

Permalink
Added git-flow to config
Browse files Browse the repository at this point in the history
  • Loading branch information
vespakoen committed Dec 14, 2011
1 parent 894036e commit 6535742
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git.py
Expand Up @@ -105,6 +105,8 @@ def run_command(self, command, callback=None, show_status=True,
self.active_view().run_command('save')
if command[0] == 'git' and s.get('git_command'):
command[0] = s.get('git_command')
if command[0] == 'git-flow' and s.get('git_flow_command'):
command[0] = s.get('git_flow_command')
if not callback:
callback = self.generic_done

Expand Down

0 comments on commit 6535742

Please sign in to comment.