3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 21 hours ago.
Nov 29, 2024 — Nov 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Document all available flags in all of the subcommand synopsis texts. More... almost 16 years ago
Document all available flags in all of the subcommand synopsis texts. More... almost 16 years ago
Dotted i's and crossed t's in the README file, for release. More... almost 16 years ago
Dotted i's and crossed t's in the README file, for release. More... almost 16 years ago
Removed the --squash option until it's fully implemented. More... almost 16 years ago
Removed the --squash option until it's fully implemented. More... almost 16 years ago
Fix: endswith() implementation actually was a startswith() implementation. More... almost 16 years ago
Fix: endswith() implementation actually was a startswith() implementation. More... almost 16 years ago
Added 'git flow init' to the README file. More... almost 16 years ago
Added 'git flow init' to the README file. More... almost 16 years ago
Merge branch 'feature/fix-gitflow-function-prefixes' into develop More... almost 16 years ago
Merge branch 'feature/fix-gitflow-function-prefixes' into develop More... almost 16 years ago
Fix: bug introduced in b25ab83334c14452081af61ca9162d01db40b1e9 More... almost 16 years ago
Fix: bug introduced in b25ab83334c14452081af61ca9162d01db40b1e9 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. 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. More... almost 16 years ago
Better naming of common functions categorizing them into common, git specific and git-flow specific functions: More... almost 16 years ago
Better naming of common functions categorizing them into common, git specific and git-flow specific functions: More... almost 16 years ago
Fix: put auto-detected Makefile path into a variable, but keep GIT_EXEC_PATH overrideable via Makefile command arguments. More... almost 16 years ago
Fix: put auto-detected Makefile path into a variable, but keep GIT_EXEC_PATH overrideable via Makefile command arguments. More... almost 16 years ago
Merge branch 'feature/init-errors' into develop More... almost 16 years ago
Merge branch 'feature/init-errors' into develop 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). 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). 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). 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). More... almost 16 years ago
Add function gitflow_has_prefixes_configured(), to check whether a repo is fully initialized for use with gitflow. More... almost 16 years ago
Add function gitflow_has_prefixes_configured(), to check whether a repo is fully initialized for use with gitflow. 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. 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. More... almost 16 years ago