openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
G
gitflow
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Dec 05, 2024 — Dec 05, 2025
Showing page 13 of 24
Search / Filter on:
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.
Vincent Driessen
More...
almost 16 years ago
While we're user input in git flow init, ask the user for all prefix conventions, too.
Vincent Driessen
More...
almost 16 years ago
Only switch to develop branch if it's newly created.
Vincent Driessen
More...
almost 16 years ago
Only switch to develop branch if it's newly created.
Vincent Driessen
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.
Vincent Driessen
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.
Vincent Driessen
More...
almost 16 years ago
Added tests for asserting correctly configured git-flow environment/branches.
Vincent Driessen
More...
almost 16 years ago
Added tests for asserting correctly configured git-flow environment/branches.
Vincent Driessen
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.
Vincent Driessen
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.
Vincent Driessen
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.
Vincent Driessen
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.
Vincent Driessen
More...
almost 16 years ago
Merge branch 'zerotao-patch' into develop
Vincent Driessen
More...
almost 16 years ago
Merge branch 'zerotao-patch' into develop
Vincent Driessen
More...
almost 16 years ago
Fix spacing issues.
Vincent Driessen
More...
almost 16 years ago
Fix spacing issues.
Vincent Driessen
More...
almost 16 years ago
Added push option (-p) to hotfix and release
Jason L. Shiffer
More...
almost 16 years ago
Added push option (-p) to hotfix and release
Jason L. Shiffer
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.
Vincent Driessen
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.
Vincent Driessen
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.
Vincent Driessen
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.
Vincent Driessen
More...
almost 16 years ago
Change implementation of gitflow_all_branches() to get its result directly from git branch.
Vincent Driessen
More...
almost 16 years ago
Change implementation of gitflow_all_branches() to get its result directly from git branch.
Vincent Driessen
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.
Vincent Driessen
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.
Vincent Driessen
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).
Vincent Driessen
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).
Vincent Driessen
More...
almost 16 years ago
Merge branch 'feature/compliance' into develop
Vincent Driessen
More...
almost 16 years ago
Merge branch 'feature/compliance' into develop
Vincent Driessen
More...
almost 16 years ago
←
1
2
…
9
10
11
12
13
14
15
16
17
…
23
24
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree