Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
gitflow
/
4b9545e5822d3dee65a673e81b80328df7bb151e
/
git-flow
4b9545e
Add a proposal for our Windows users.
by Vincent Driessen
· 13 years ago
06e854a
Fix parsing for Bourne shell (FreeBSD)
by Gruen Christian-Rolf (Kiki)
· 14 years ago
3626bfb
Revert "Set GITFLOW_DIR correctly if git-flow is a symbolic link"
by Vincent Driessen
· 14 years ago
fff16ed
Set GITFLOW_DIR correctly if git-flow is a symbolic link
by Jon Bernard
· 14 years ago
e1ec57d
Tell getopt to parse POSIX compatible.
by Vincent Driessen
· 15 years ago
ddb350b
Change the URL of the original blog post.
by Vincent Driessen
· 15 years ago
d72acba
Added inline license terms to all source files.
by Vincent Driessen
· 15 years ago
b5500d4
Removed left-behind helper functions in git-flow.
by Vincent Driessen
· 15 years ago
d72e4ac
Rewrite the way git-flow initialized its variables in git-flow and assumed
by Vincent Driessen
· 15 years ago
283b0f7
Fixed a problem with redirection of stdout/stderr. The specifier '2>&1'
by Vincent Driessen
· 15 years ago
f46e290
Replaced all 'typeset' and 'typeset -i' calls by 'local', as adviced on:
by Vincent Driessen
· 15 years ago
c3607ac
Put all common functions into separate file gitflow-common.
by Vincent Driessen
· 15 years ago
9277024
Fix: error message for "Unknown subcommand"
by Vincent Driessen
· 15 years ago
3c337fb
Added -v (--verbose) flags to list subaction of all subcommands.
by Vincent Driessen
· 15 years ago
4417492
Fix: Of course, in sh, true=0 and false=1. In order to never mess this up
by Vincent Driessen
· 15 years ago
c3b7db9
Added a nicer way of installing/uninstalling git-flow.
by Vincent Driessen
· 15 years ago
c3948cf
use correct name of shFlags
by Stefan Naewe
· 15 years ago
4c92a9d
Add 'fatal' prefix for messages, like Git does itself.
by Vincent Driessen
· 15 years ago
e168487
Fix: quote arg to typeset
by Vincent Driessen
· 15 years ago
1b81923
Use shFlags to parse flags given to main and subcommands.
by Vincent Driessen
· 15 years ago
ea58d0f
Added initial implementation of using shFlags.
by Vincent Driessen
· 15 years ago
62345d5
Created a second function called gitflow_test_clean_working_tree() that returns error codes instead of dies.
by Vincent Driessen
· 15 years ago
58995b5
Include a globally available variable GIT_DIR, that points to the .git directory.
by Vincent Driessen
· 15 years ago
4838644
Replace gitflow_check_ prefixes by gitflow_require_ prefixes, for consistency.
by Vincent Driessen
· 15 years ago
92b125c
Remove pointless check for existence of function setup()
by Vincent Driessen
· 15 years ago
46e9c86
Merge branch 'feature/subcmd-structure' into develop
by Vincent Driessen
· 15 years ago
b866b01
Give all subcommands an optional setup() function that will be called by git-flow in order to let the subcommand initialize its environment.
by Vincent Driessen
· 15 years ago
7672d99
remove useless sanity check
by Benedikt Böhm
· 15 years ago
3625f39
Make git-flow-version a first-class citizen amongst the other subcommands.
by Vincent Driessen
· 15 years ago
186d2b5
Refactored the subcommand invocation logic to form a more hierarchical structure and a cleaner design.
by Vincent Driessen
· 15 years ago
74a4fe2
restore &> behaviour but with posix compliant shell syntax
by Benedikt Böhm
· 15 years ago
1f2741a
sh builtin command typeset is more portable than declare
by Vincent Driessen
· 15 years ago
2ba9a4d
Fix: run git commands in the foreground, instead of the background.
by Vincent Driessen
· 15 years ago
6c2d30b
Structurally replace gitflow by git-flow, as a true git extension.
by Vincent Driessen
· 15 years ago
427c5db
implement init command
by Benedikt Böhm
· 15 years ago
e2fa491
remove bash specific expansions
by Benedikt Böhm
· 15 years ago
7d703a8
Merge branch 'develop' of git://github.com/nvie/gitflow into develop
by Benedikt Böhm
· 15 years ago
350e715
make origin configurable
by Benedikt Böhm
· 15 years ago
4a864fb
make master and develop branch names configurable
by Benedikt Böhm
· 15 years ago
4ea07a2
set -e conflicts with new sanity checks
by Benedikt Böhm
· 15 years ago
e5eaff9
add bash debug support
by Benedikt Böhm
· 15 years ago
00ccea6
refactor the whole thing
by Benedikt Böhm
· 15 years ago