COMMITS
/ git-flow-init September 25, 2012
J
Use git_do where appropriate
Jerome Baum committed
June 5, 2012
S
November 29, 2011
E
Check if a remote master branch exists before die, track it if no local master branch exists
Eric J. Holmes committed
November 28, 2011
E
develop_branch uses origin/develop_branch as start-point if one exists.
Emre Berge Ergenekon committed
February 14, 2011
V
Move up the notification that default branch names are being used.
Vincent Driessen committed
February 5, 2011
V
Rewrite Joseph Levin's solution a bit.
Vincent Driessen committed
July 9, 2010
V
Change the URL of the original blog post.
Vincent Driessen committed
April 4, 2010
V
Added inline license terms to all source files.
Vincent Driessen committed
March 25, 2010
V
Explicitly avoid setting up tracking between develop and master.
Vincent Driessen committed
March 23, 2010
V
Replace \c-terminated echo calls by more portable printf calls.
Vincent Driessen committed
V
gitflow-init honors global gitflow configuration that may exist before a
Vincent Driessen committed
February 24, 2010
V
Document all available flags in all of the subcommand synopsis texts.
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
Add function gitflow_has_prefixes_configured(), to check whether a repo is
Vincent Driessen committed
V
Allow for setting back a prefix to '' (empty string) by entering '-'
Vincent Driessen committed
V
While we're user input in git flow init, ask the user for all prefix
Vincent Driessen committed
V
Only switch to develop branch if it's newly created.
Vincent Driessen committed
V
Provided a better way of checking whether master/develop branches need
Vincent Driessen committed
February 18, 2010
V
Always set the gitflow.branch.master and gitflow.branch.develop properties.
Vincent Driessen committed
V
Added implementation of git-flow-init that asks the user interactively what
Vincent Driessen committed
February 15, 2010
V
Fixed a problem with redirection of stdout/stderr. The specifier '2>&1'
Vincent Driessen committed
February 9, 2010
V
Quote all variables in function/program arguments.
Vincent Driessen committed
January 29, 2010
V
Replace gitflow_check_ prefixes by gitflow_require_ prefixes, for consistency.
Vincent Driessen committed
January 28, 2010
January 27, 2010
V
Refactored the subcommand invocation logic to form a more hierarchical structure and a cleaner design.
Vincent Driessen committed