Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
gitflow
/
f206ba6ce13bcbd2e9d7d116a85f60c576443ed3
f206ba6
Update README file to match the 0.1 release status.
by Vincent Driessen
· 15 years ago
caa5830
Auto-commit version number when bumped.
by Vincent Driessen
· 15 years ago
a676509
Bumped version number to 0.1
by Vincent Driessen
· 15 years ago
5cdfc2f
Add shell script to automatically changes the version number.
by Vincent Driessen
· 15 years ago
463dd44
Add static shell variable that specifies the gitflow release version.
by Vincent Driessen
· 15 years ago
403fdca
Fix: btype -> type
by Vincent Driessen
· 15 years ago
605b7cd
Functionally implement the gitflow-hotfix subcommand.
by Vincent Driessen
· 15 years ago
696b9eb
Functionally implement the creation/finishing of release branches.
by Vincent Driessen
· 15 years ago
be7d416
Fix: "*" conflicted with markdown syntax
by Vincent Driessen
· 15 years ago
938b073
Don't do --no-ff merges for feature branches that exist of a single commit (no benefits are gained in those situations, only complexity is added).
by Vincent Driessen
· 15 years ago
788227b
Merge branch 'make-feature-work' into develop
by Vincent Driessen
· 15 years ago
65cdbb7
Functionally implemented the gitflow-feature subcommand. Starting and finishing feature branches is now possible in your repos.
by Vincent Driessen
· 15 years ago
51fa95d
Only mention (warn) when develop is ahead of origin/develop. This is not harmful in any way.
by Vincent Driessen
· 15 years ago
144bb50
Unified notation for stderr file descriptor redirection.
by Vincent Driessen
· 15 years ago
7238e29
Use a safer, more reliable way of determining what branches are available, by parsing the 'git branch' output instead of depending on files in the FS.
by Vincent Driessen
· 15 years ago
377949c
Added a TODO list for jotting down notes for future versions.
by Vincent Driessen
· 15 years ago
b26c32f
Remove test-sh-setup test file.
by Vincent Driessen
· 15 years ago
ec2c895
Add extra line to error message for clarification.
by Vincent Driessen
· 15 years ago
ab4b80d
Merge branch 'ensure-clean-env' into develop
by Vincent Driessen
· 15 years ago
3d41255
Add checks for all the commands, to assure we're working in a clean and safe environment, before actually modifying stuff in the repo.
by Vincent Driessen
· 15 years ago
6c9e804
Add function gitflow_require_branch_absent(), to test for the *absence* of a branch.
by Vincent Driessen
· 15 years ago
a1bc871
Implemented the gitflow_check_clean_working_tree() check for dirty directories.
by Vincent Driessen
· 15 years ago
afee9fd
Add function gitflow_require_branches_equal() to test whether local and remote branches have diverged.
by Vincent Driessen
· 15 years ago
a0434ca
Add warn() function and redefine die() in terms of warn.
by Vincent Driessen
· 15 years ago
4f1cc33
Added functions for assuring branches are in place before doing the actual work.
by Vincent Driessen
· 15 years ago
7d0a409
Merge branch 'tag-releases' into develop
by Daniel Truemper
· 15 years ago
3ba8b3d
tag each release
by Daniel Truemper
· 15 years ago
e17663f
Merge branch 'cleanup' into develop
by Daniel Truemper
· 15 years ago
e4736ce
duplicate method removed
by Daniel Truemper
· 15 years ago
21c3483
allow optional argument to the feature subcommand
by Daniel Truemper
· 15 years ago
093a147
Added header comments to all files.
by Vincent Driessen
· 15 years ago
f7f687c
Also add basic skeleton implementation for the gitflow-feature and gitflow-release subcommands.
by Vincent Driessen
· 15 years ago
61ade55
Add initial beginning to the gitflow subcommand infrastructure.
by Vincent Driessen
· 15 years ago
60e07ef
Fix indenting of Markdown text
by Vincent Driessen
· 15 years ago
e8766e0
Quick test
by Vincent Driessen
· 15 years ago
c0eea1e
Rename README file to enable Github's markdown syntax.
by Vincent Driessen
· 15 years ago
78c73dc
Add initial project outline and guidelines.
by Vincent Driessen
· 15 years ago
a9575ca
first commit
by Vincent Driessen
· 15 years ago