1. 22 Feb, 2010 4 commits
    • Vincent Driessen's avatar
    • Vincent Driessen's avatar
      Fix: bug introduced in b25ab833 · 6ee6223d
      Vincent Driessen authored
      6ee6223d
    • Vincent Driessen's avatar
      Reorder functions: Super-common functions go first, then all git-specific · 55c15539
      Vincent Driessen authored
      functions, then gitflow-specific functions and finally, assertions to use
      in gitflow subcommands.
      55c15539
    • Vincent Driessen's avatar
      Better naming of common functions categorizing them into common, · 7832d6ef
      Vincent Driessen authored
      git specific and git-flow specific functions:
      
      gitflow_current_branch             -> git_current_branch
      gitflow_is_branch_merged_into      -> git_is_branch_merged_into
      gitflow_local_branch_exists        -> git_local_branch_exists
      gitflow_local_branches             -> git_local_branches
      gitflow_remote_branches            -> git_remote_branches
      gitflow_require_branch             -> require_branch
      gitflow_require_branch_absent      -> require_branch_absent
      gitflow_require_branches_equal     -> require_branches_equal
      gitflow_require_clean_working_tree -> require_clean_working_tree
      gitflow_require_git_repo           -> require_git_repo
      gitflow_require_git_repo           -> require_git_repo
      gitflow_require_initialized        -> require_gitflow_initialized
      gitflow_require_initialized        -> require_gitflow_initialized
      gitflow_require_local_branch       -> require_local_branch
      gitflow_require_remote_branch      -> require_remote_branch
      gitflow_require_tag_absent         -> require_tag_absent
      gitflow_tag_exists                 -> git_tag_exists
      gitflow_test_branches_equal        -> git_compare_branches
      gitflow_test_clean_working_tree    -> git_is_clean_working_tree
      resolve_nameprefix                 -> gitflow_resolve_nameprefix
      7832d6ef
  2. 21 Feb, 2010 3 commits
  3. 20 Feb, 2010 14 commits
  4. 19 Feb, 2010 3 commits
  5. 16 Feb, 2010 2 commits
  6. 15 Feb, 2010 3 commits
  7. 09 Feb, 2010 5 commits
  8. 08 Feb, 2010 4 commits
  9. 07 Feb, 2010 1 commit
  10. 06 Feb, 2010 1 commit
    • Vincent Driessen's avatar
      Tidying up: · d099126f
      Vincent Driessen authored
      - Move resolve_name_by_prefix() from git-flow-feature to gitflow-common
      - Rename require_name() to require_name_arg()
      - Refactor expanding of nameprefixes
      d099126f