- 05 Jul, 2010 1 commit
-
-
Vincent Driessen authored
-
- 29 Jun, 2010 2 commits
-
-
Randy Merrill authored
-
Randy Merrill authored
-
- 27 May, 2010 3 commits
-
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
This can be used as a shortcut to "git checkout feature/full-feature-name". Feature branch prefix names may be used for convenience.
-
- 04 Apr, 2010 6 commits
-
-
Vincent Driessen authored
Only test if local branch is behind origin if origin exists.
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
- 01 Apr, 2010 1 commit
-
-
gmallard authored
-
- 25 Mar, 2010 2 commits
-
-
Vincent Driessen authored
They were left behind in the main git-flow script, since they are moved over to gitflow-common.
-
Vincent Driessen authored
-
- 23 Mar, 2010 2 commits
-
-
Vincent Driessen authored
-
Vincent Driessen authored
new repo is created.
-
- 19 Mar, 2010 3 commits
-
-
Vincent Driessen authored
-
Vincent Driessen authored
``prefix''. There is no need to install git-flow inside git's libexec dir by default. It just needs to be *somewhere* on the PATH.
-
Vincent Driessen authored
-
- 24 Feb, 2010 6 commits
-
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
- 22 Feb, 2010 7 commits
-
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
functions, then gitflow-specific functions and finally, assertions to use in gitflow subcommands.
-
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
-
- 21 Feb, 2010 3 commits
-
-
Vincent Driessen authored
GIT_EXEC_PATH overrideable via Makefile command arguments.
-
Vincent Driessen authored
-
Vincent Driessen authored
that case, don't check if the working tree is clean (this yields errors in HEADless repos). This fix enabled users to use "git init && git flow init", too.
-
- 20 Feb, 2010 4 commits
-
-
Vincent Driessen authored
variables are all set (they need to be set explicitly once).
-
Vincent Driessen authored
fully initialized for use with gitflow. Add a means of only asking for the missing gitflow definitions, not all. (Of course, redefining all is always possible using the -f (--force) flag of init.)
-
Vincent Driessen authored
(dash), since the empty string '' means "take the default suggestion" already. Only needed in rare cases.
-
Vincent Driessen authored
conventions, too.
-