Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitflow
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tools
gitflow
Commits
ee7edbe0
Commit
ee7edbe0
authored
Oct 18, 2010
by
Vincent Driessen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release/0.4' into develop
parents
e1ec57d4
1c289cf3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
+14
-3
Changes.mdown
Changes.mdown
+13
-2
git-flow-version
git-flow-version
+1
-1
No files found.
Changes.mdown
View file @
ee7edbe0
0.4:
0.4:
---
---
Release date:
???
Release date:
**2010/10/18**
(No changes yet.)
* The flag parsing issues of git-flow subcommands are solved for most
platforms.
* `git flow {feature,hotfix,release} finish` now takes a `-k` flag, to keep the
branch around after finishing.
* `git flow release finish` takes a `-n` flag, to skip tagging.
* For consistency, `git flow {release,hotfix}` now, too, have a `publish` and
`track` subcommand, just like `feature`.
* Various minor fixes.
0.3:
0.3:
...
...
git-flow-version
View file @
ee7edbe0
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
# policies, either expressed or implied, of Vincent Driessen.
# policies, either expressed or implied, of Vincent Driessen.
#
#
GITFLOW_VERSION=0.4
-dev
GITFLOW_VERSION=0.4
usage() {
usage() {
echo "usage: git flow version"
echo "usage: git flow version"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment