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
about 9 hours
ago. based on code collected
about 21 hours
ago.
Nov 29, 2024 — Nov 29, 2025
Showing page 12 of 24
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Document all available flags in all of the subcommand synopsis texts.
Vincent Driessen
More...
almost 16 years ago
Document all available flags in all of the subcommand synopsis texts.
Vincent Driessen
More...
almost 16 years ago
Dotted i's and crossed t's in the README file, for release.
Vincent Driessen
More...
almost 16 years ago
Dotted i's and crossed t's in the README file, for release.
Vincent Driessen
More...
almost 16 years ago
Removed the --squash option until it's fully implemented.
Vincent Driessen
More...
almost 16 years ago
Removed the --squash option until it's fully implemented.
Vincent Driessen
More...
almost 16 years ago
Fix: endswith() implementation actually was a startswith() implementation.
Vincent Driessen
More...
almost 16 years ago
Fix: endswith() implementation actually was a startswith() implementation.
Vincent Driessen
More...
almost 16 years ago
Added 'git flow init' to the README file.
Vincent Driessen
More...
almost 16 years ago
Added 'git flow init' to the README file.
Vincent Driessen
More...
almost 16 years ago
Merge branch 'feature/fix-gitflow-function-prefixes' into develop
Vincent Driessen
More...
almost 16 years ago
Merge branch 'feature/fix-gitflow-function-prefixes' into develop
Vincent Driessen
More...
almost 16 years ago
Fix: bug introduced in b25ab83334c14452081af61ca9162d01db40b1e9
Vincent Driessen
More...
almost 16 years ago
Fix: bug introduced in b25ab83334c14452081af61ca9162d01db40b1e9
Vincent Driessen
More...
almost 16 years ago
Reorder functions: Super-common functions go first, then all git-specific functions, then gitflow-specific functions and finally, assertions to use in gitflow subcommands.
Vincent Driessen
More...
almost 16 years ago
Reorder functions: Super-common functions go first, then all git-specific functions, then gitflow-specific functions and finally, assertions to use in gitflow subcommands.
Vincent Driessen
More...
almost 16 years ago
Better naming of common functions categorizing them into common, git specific and git-flow specific functions:
Vincent Driessen
More...
almost 16 years ago
Better naming of common functions categorizing them into common, git specific and git-flow specific functions:
Vincent Driessen
More...
almost 16 years ago
Fix: put auto-detected Makefile path into a variable, but keep GIT_EXEC_PATH overrideable via Makefile command arguments.
Vincent Driessen
More...
almost 16 years ago
Fix: put auto-detected Makefile path into a variable, but keep GIT_EXEC_PATH overrideable via Makefile command arguments.
Vincent Driessen
More...
almost 16 years ago
Merge branch 'feature/init-errors' into develop
Vincent Driessen
More...
almost 16 years ago
Merge branch 'feature/init-errors' into develop
Vincent Driessen
More...
almost 16 years ago
Check whether this is a freshly git init'ed repo that's still HEADless. In that case, don't check if the working tree is clean (this yields errors in HEADless repos).
Vincent Driessen
More...
almost 16 years ago
Check whether this is a freshly git init'ed repo that's still HEADless. In that case, don't check if the working tree is clean (this yields errors in HEADless repos).
Vincent Driessen
More...
almost 16 years ago
Added function gitflow_require_initialized(), to assert that the gitflow variables are all set (they need to be set explicitly once).
Vincent Driessen
More...
almost 16 years ago
Added function gitflow_require_initialized(), to assert that the gitflow variables are all set (they need to be set explicitly once).
Vincent Driessen
More...
almost 16 years ago
Add function gitflow_has_prefixes_configured(), to check whether a repo is fully initialized for use with gitflow.
Vincent Driessen
More...
almost 16 years ago
Add function gitflow_has_prefixes_configured(), to check whether a repo is fully initialized for use with gitflow.
Vincent Driessen
More...
almost 16 years ago
Allow for setting back a prefix to '' (empty string) by entering '-' (dash), since the empty string '' means "take the default suggestion" already. Only needed in rare cases.
Vincent Driessen
More...
almost 16 years ago
Allow for setting back a prefix to '' (empty string) by entering '-' (dash), since the empty string '' means "take the default suggestion" already. Only needed in rare cases.
Vincent Driessen
More...
almost 16 years ago
←
1
2
…
8
9
10
11
12
13
14
15
16
…
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