- 02 Feb, 2010 14 commits
-
-
Vincent Driessen authored
-
Vincent Driessen authored
again, the convenience functions flag() and noflag() have been used and all occurrences of 0 and 1 are replaces by true and false. This makes it safe (and more readable!) to test for active/inactive flags. Also specify $FLAGS_PARENT explicitly, to avoid having the generated usage texts by shFlags mention the full Unix path to $0, but instead use the more recognizable varient 'git flow feature'.
-
Vincent Driessen authored
-
Vincent Driessen authored
Now also installs the shFlags.sh script. (The license lines are included in its header.)
-
Vincent Driessen authored
-
Stefan Naewe authored
Signed-off-by:Stefan Naewe <stefan.naewe@atlas-elektronik.com>
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
Fix: do integer comparison, not string comparison. wc returns stuff like ' 13', which is perfectly equal to 13.
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
- 01 Feb, 2010 9 commits
-
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
overview, very Gitish.
-
Vincent Driessen authored
Simplify the default "make" message.
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
Conflicts: git-flow-feature
-
Vincent Driessen authored
-
Vincent Driessen authored
Implement the flags for each of the 'feature' subcommands.
-
- 30 Jan, 2010 2 commits
-
-
Vincent Driessen authored
-
Vincent Driessen authored
shFlags is a library written to greatly simplify the handling of command-line flags in Bourne based Unix shell scripts (bash, dash, ksh, sh, zsh) on many Unix OSes (Linux, Solaris, Mac OS X, etc.). Most shell scripts use getopt for flags processing, but the different versions of getopt on various OSes make writing portable shell scripts difficult. shFlags instead provides an API that doesn't change across shell and OS versions so the script writer can be confident that the script will work. (Taken from http://code.google.com/p/shflags/)
-
- 29 Jan, 2010 15 commits
-
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
Further divide the parse_args function up, to support automatic prefix expansion for all subcommands, except for 'feature start'
-
Vincent Driessen authored
Implement the basic logic to resolve name prefixes passed to 'flow feature' into their full feature branch names, if unambiguous.
-
Vincent Driessen authored
-
Vincent Driessen authored
-
Vincent Driessen authored
Created a second function called gitflow_test_clean_working_tree() that returns error codes instead of dies. Rewrote gitflow_require_clean_working_tree() in terms of that.
-
Vincent Driessen authored
-
Vincent Driessen authored
Add a function that tests whether a specific commit is already merged into the given target branch.
-
Vincent Driessen authored
-
Vincent Driessen authored
Only difference is that the default equals to: 0 for git-flow-feature 1 for git-flow-{release,hotfix,support} -
Vincent Driessen authored
-