3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 05, 2024 — Dec 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
While we're user input in git flow init, ask the user for all prefix conventions, too. More... almost 16 years ago
While we're user input in git flow init, ask the user for all prefix conventions, too. More... almost 16 years ago
Only switch to develop branch if it's newly created. More... almost 16 years ago
Only switch to develop branch if it's newly created. More... almost 16 years ago
Provided a better way of checking whether master/develop branches need initialization and a more user-friendly (and more comprehensable) way of asking the user which branches are the master/develop branch. More... almost 16 years ago
Provided a better way of checking whether master/develop branches need initialization and a more user-friendly (and more comprehensable) way of asking the user which branches are the master/develop branch. More... almost 16 years ago
Added tests for asserting correctly configured git-flow environment/branches. More... almost 16 years ago
Added tests for asserting correctly configured git-flow environment/branches. More... almost 16 years ago
Changed implementation of gitflow_all_branches() subtly, since "git branch -a" returns remote branches with a "remotes/" prefix. "git branch -r" still returns branch names we are used to. More... almost 16 years ago
Changed implementation of gitflow_all_branches() subtly, since "git branch -a" returns remote branches with a "remotes/" prefix. "git branch -r" still returns branch names we are used to. More... almost 16 years ago
Changed GIT_DIR variable into DOT_GIT_DIR, since Git uses it and chokes if the variable is set explicitly by gitflow. More... almost 16 years ago
Changed GIT_DIR variable into DOT_GIT_DIR, since Git uses it and chokes if the variable is set explicitly by gitflow. More... almost 16 years ago
Merge branch 'zerotao-patch' into develop More... almost 16 years ago
Merge branch 'zerotao-patch' into develop More... almost 16 years ago
Fix spacing issues. More... almost 16 years ago
Fix spacing issues. More... almost 16 years ago
Added push option (-p) to hotfix and release More... almost 16 years ago
Added push option (-p) to hotfix and release More... almost 16 years ago
Always set the gitflow.branch.master and gitflow.branch.develop properties. They are required. Their existence tells us that this repository is gitflow-enabled. More... almost 16 years ago
Always set the gitflow.branch.master and gitflow.branch.develop properties. They are required. Their existence tells us that this repository is gitflow-enabled. More... almost 16 years ago
Added implementation of git-flow-init that asks the user interactively what branches should be used for master and develop and then initializes the Git repo itself and/or the git-flow branches for him or her. More... almost 16 years ago
Added implementation of git-flow-init that asks the user interactively what branches should be used for master and develop and then initializes the Git repo itself and/or the git-flow branches for him or her. More... almost 16 years ago
Change implementation of gitflow_all_branches() to get its result directly from git branch. More... almost 16 years ago
Change implementation of gitflow_all_branches() to get its result directly from git branch. More... almost 16 years ago
Rewrite the way git-flow initialized its variables in git-flow and assumed existence of a valid git repo. Instead, functions gitflow_load_settings() and gitflow_require_git_repo() have been added that can be called in each submodule that requires such. More... almost 16 years ago
Rewrite the way git-flow initialized its variables in git-flow and assumed existence of a valid git repo. Instead, functions gitflow_load_settings() and gitflow_require_git_repo() have been added that can be called in each submodule that requires such. More... almost 16 years ago
Don't store remote and local branch names in shell variables, but query them live using git commands instead. This avoids git commands being issued by subcommands that do not necessarily require an existing Git repo to be initialized (i.e. git-flow init). More... almost 16 years ago
Don't store remote and local branch names in shell variables, but query them live using git commands instead. This avoids git commands being issued by subcommands that do not necessarily require an existing Git repo to be initialized (i.e. git-flow init). More... almost 16 years ago
Merge branch 'feature/compliance' into develop More... almost 16 years ago
Merge branch 'feature/compliance' into develop More... almost 16 years ago