COMMITS
/ git-flow-feature September 25, 2012
J
Use git_do where appropriate
Jerome Baum committed
July 9, 2012
V
Merge branch 'develop' into squash-option
Vincent Driessen committed
V
Cleanup (mostly whitespace issues).
Vincent Driessen committed
V
Merge pull request #211 from pcragone/develop
Vincent Driessen committed
June 1, 2012
M
fixes pull existing feature from remote.
memleak committed
April 21, 2012
April 19, 2012
M
Feature finish squash parameter
Myke Hines committed
February 13, 2012
V
Fix indenting.
Vincent Driessen committed
January 30, 2012
V
Added a -r flag to git-flow-feature-pull to support pull with rebase
Vedang Manerikar committed
November 23, 2011
V
Fix wording.
Vincent Driessen committed
October 25, 2011
May 16, 2011
V
Update usage docs and changelog.
Vincent Driessen committed
V
Implement git flow feature finish without a branch name to finish the
Vincent Driessen committed
April 14, 2011
K
- Removed quoting in has $SOME_BRANCH $(get_remote_branches), as the check was always false
Konstantin Tjuterev committed
February 3, 2011
V
Fix: "eval set" called in the wrong context.
Vincent Driessen committed
V
Don't just take the last argument, take the first.
Vincent Driessen committed
October 8, 2010
V
Manually select the last argument.
Vincent Driessen committed
October 5, 2010
V
Tidy up a bit.
Vincent Driessen committed
October 4, 2010
G
Added -k option to keep (feature|hotfix|relase) branch when calling 'finish'.
Guillaume-Jean Herbiet 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 21, 2010
V
Fix whitespace issues.
Vincent Driessen committed
July 20, 2010
July 9, 2010
V
Added new experimental `feature pull` subcommand.
Vincent Driessen committed
V
Change the URL of the original blog post.
Vincent Driessen committed
V
Forgot to update usage text.
Vincent Driessen committed
V
Allow new feature branches in dirty working trees.
Vincent Driessen committed
July 8, 2010
V
Force deletion of the feature branch after finish.
Vincent Driessen committed
June 26, 2010
R
Adding an extra line to the output for extra spacing.
Randy Merrill committed
R
Adding extra instructions when running the list option without any corresponding branches found.
Randy Merrill committed
May 27, 2010
V
Added alias 'co' for new 'checkout' subcommand.
Vincent Driessen committed
V
Added 'feature checkout' subcommand.
Vincent Driessen committed
April 4, 2010
V
Fix: unnecessary requirement of origin when creating a new feature branch.
Vincent Driessen committed
V
Added inline license terms to all source files.
Vincent Driessen committed
April 1, 2010
G
Correct advisory message. Wording was reversed.
gmallard committed
February 24, 2010
V
Document all available flags in all of the subcommand synopsis texts.
Vincent Driessen committed
February 22, 2010
V
Removed the --squash option until it's fully implemented.
Vincent Driessen committed
February 21, 2010
V
Better naming of common functions categorizing them into common,
Vincent Driessen committed
February 20, 2010
V
Added function gitflow_require_initialized(), to assert that the gitflow
Vincent Driessen committed
February 19, 2010
V
Changed GIT_DIR variable into DOT_GIT_DIR, since Git uses it and chokes if
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
Quote all variables in function/program arguments.
Vincent Driessen committed
V
Do not quote variable assignments.
Vincent Driessen committed
February 7, 2010
V
Replaced all old-style flag variables by shFlags-style flag variables.
Vincent Driessen committed
February 6, 2010
V
Tidying up:
Vincent Driessen committed
February 4, 2010
V
If feature diff is called without arguments, compare the changes made in
Vincent Driessen committed
V
Added an optional <base> argument to all start subactions.
Vincent Driessen committed