COMMITS
/ gitflow-common September 25, 2012
J
Create a git_do command to log git actions
Jerome Baum committed
February 8, 2012
R
Updating the escape characters to fix an issue with having a + in the branch name.
Randy Merrill committed
November 28, 2011
E
develop_branch uses origin/develop_branch as start-point if one exists.
Emre Berge Ergenekon committed
April 17, 2011
V
Fix always-empty value for $DOT_GIT_DIR variable.
Vincent Driessen committed
March 28, 2011
February 4, 2011
V
Escape characters from tags that have special meaning in grep.
Vincent Driessen committed
February 3, 2011
V
Don't just take the last argument, take the first.
Vincent Driessen committed
November 3, 2010
B
Fix issue 34: "release finish" error: bad variable name.
Brian St. Pierre committed
October 8, 2010
V
Manually select the last argument.
Vincent Driessen committed
August 22, 2010
A
Fixed incorrect color flag
Adam Gibbins committed
August 21, 2010
V
Bugfix to avoid errors due to Git subcommands returning ANSI color output.
Vincent Driessen committed
July 9, 2010
V
Change the URL of the original blog post.
Vincent Driessen committed
May 27, 2010
V
Fix: incorrect order of arguments in determining whether local branch exists.
Vincent Driessen committed
April 4, 2010
V
Added inline license terms to all source files.
Vincent Driessen committed
February 22, 2010
V
Fix: endswith() implementation actually was a startswith() implementation.
Vincent Driessen committed
V
Fix: bug introduced in b25ab83334c14452081af61ca9162d01db40b1e9
Vincent Driessen committed
V
Reorder functions: Super-common functions go first, then all git-specific
Vincent Driessen committed
February 21, 2010
V
Better naming of common functions categorizing them into common,
Vincent Driessen committed
V
Check whether this is a freshly git init'ed repo that's still HEADless. In
Vincent Driessen committed
February 20, 2010
V
Added function gitflow_require_initialized(), to assert that the gitflow
Vincent Driessen committed
V
Add function gitflow_has_prefixes_configured(), to check whether a repo is
Vincent Driessen committed
V
Added tests for asserting correctly configured git-flow
Vincent Driessen committed
February 19, 2010
V
Changed implementation of gitflow_all_branches() subtly, since "git branch
Vincent Driessen committed
V
Changed GIT_DIR variable into DOT_GIT_DIR, since Git uses it and chokes if
Vincent Driessen committed
February 18, 2010
V
Added implementation of git-flow-init that asks the user interactively what
Vincent Driessen committed
V
Change implementation of gitflow_all_branches() to get its result directly from
Vincent Driessen committed
February 16, 2010
V
Rewrite the way git-flow initialized its variables in git-flow and assumed
Vincent Driessen committed
V
Don't store remote and local branch names in shell variables, but query
Vincent Driessen committed
February 15, 2010
V
Replaced all 'typeset' and 'typeset -i' calls by 'local', as adviced on:
Vincent Driessen committed
February 9, 2010
V
Do not quote variable assignments.
Vincent Driessen committed
February 8, 2010
V
Made the finishing of release/hotfix branches fail-safe. When a
Vincent Driessen committed
February 7, 2010
V
Add tag annotation and tag signing to both release and hotfix.
Vincent Driessen committed
February 6, 2010
V
Tidying up:
Vincent Driessen committed
February 5, 2010
V
Put all common functions into separate file gitflow-common.
Vincent Driessen committed