1. 28 Jan, 2010 1 commit
    • Vincent Driessen's avatar
      Give all subcommands an optional setup() function that will be called by... · b866b01b
      Vincent Driessen authored
      Give all subcommands an optional setup() function that will be called by git-flow in order to let the subcommand initialize its environment.
      
      Give all the branch-type subcommands a default explicit "list" action, too.
      
      Order the functions inside each of the subcommands in a specific order, for consistency:
      - usage()
      - setup()
      - cmd_default()
      - cmd_list()
      - cmd_help()
      - parse_args()
      - other commands
      b866b01b
  2. 27 Jan, 2010 15 commits
  3. 26 Jan, 2010 24 commits