COMMITS
/ git-flow September 25, 2012
J
Create a git_do command to log git actions
Jerome Baum committed
July 10, 2012
F
Prevent error message on git flow init
Fred Condo committed
April 21, 2012
January 6, 2012
B
set EXPR_COMPAT=1 if running inside freebsd so shFlags works correctly
Ben Loveridge committed
December 1, 2011
V
Oops, forgot about spaces in the dirname.
Vincent Driessen committed
November 30, 2011
V
Add a proposal for our Windows users.
Vincent Driessen committed
July 6, 2011
G
Fix parsing for Bourne shell (FreeBSD)
Gruen Christian-Rolf (Kiki) committed
April 27, 2011
V
Revert "Set GITFLOW_DIR correctly if git-flow is a symbolic link"
Vincent Driessen committed
April 23, 2011
J
Set GITFLOW_DIR correctly if git-flow is a symbolic link
Jon Bernard committed
October 18, 2010
V
Tell getopt to parse POSIX compatible.
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
Removed left-behind helper functions in git-flow.
Vincent Driessen committed
February 16, 2010
V
Rewrite the way git-flow initialized its variables in git-flow and assumed
Vincent Driessen committed
February 15, 2010
V
Fixed a problem with redirection of stdout/stderr. The specifier '2>&1'
Vincent Driessen committed
V
Replaced all 'typeset' and 'typeset -i' calls by 'local', as adviced on:
Vincent Driessen committed
February 5, 2010
V
Put all common functions into separate file gitflow-common.
Vincent Driessen committed
February 4, 2010
V
Fix: error message for "Unknown subcommand"
Vincent Driessen committed
V
Added -v (--verbose) flags to list subaction of all subcommands.
Vincent Driessen committed
February 2, 2010
V
Fix: Of course, in sh, true=0 and false=1. In order to never mess this up
Vincent Driessen committed
V
Added a nicer way of installing/uninstalling git-flow.
Vincent Driessen committed
S
use correct name of shFlags
Stefan Naewe committed
V
Add 'fatal' prefix for messages, like Git does itself.
Vincent Driessen committed
V
Fix: quote arg to typeset
Vincent Driessen committed
February 1, 2010
V
Use shFlags to parse flags given to main and subcommands.
Vincent Driessen committed
January 30, 2010
V
Added initial implementation of using shFlags.
Vincent Driessen committed
January 29, 2010
V
Created a second function called gitflow_test_clean_working_tree() that returns error codes instead of dies.
Vincent Driessen committed
V
Replace gitflow_check_ prefixes by gitflow_require_ prefixes, for consistency.
Vincent Driessen committed
January 28, 2010
V
Include a globally available variable GIT_DIR, that points to the .git directory.
Vincent Driessen committed
V
Remove pointless check for existence of function setup()
Vincent Driessen committed
V
Merge branch 'feature/subcmd-structure' into develop
Vincent Driessen committed
January 27, 2010
B
remove useless sanity check
Benedikt Böhm committed
V
Make git-flow-version a first-class citizen amongst the other subcommands.
Vincent Driessen committed
V
Refactored the subcommand invocation logic to form a more hierarchical structure and a cleaner design.
Vincent Driessen committed
B
restore &> behaviour but with posix compliant shell syntax
Benedikt Böhm committed
V
sh builtin command typeset is more portable than declare
Vincent Driessen committed
V
Fix: run git commands in the foreground, instead of the background.
Vincent Driessen committed
January 26, 2010
V
Structurally replace gitflow by git-flow, as a true git extension.
Vincent Driessen committed
B
implement init command
Benedikt Böhm committed
B
remove bash specific expansions
Benedikt Böhm committed
B
Merge branch 'develop' of git://github.com/nvie/gitflow into develop
Benedikt Böhm committed
B
make origin configurable
Benedikt Böhm committed
B
make master and develop branch names configurable
Benedikt Böhm committed
B
set -e conflicts with new sanity checks
Benedikt Böhm committed
B
add bash debug support
Benedikt Böhm committed
B
refactor the whole thing
Benedikt Böhm committed