Skip to content

Commit

Permalink
Fix minor markdown issue and credit contributers.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Jul 22, 2010
1 parent 2da8810 commit 02548fb
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions Changes.mdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
0.3 (released 2010/07/22):
--------------------------
0.3:
----
Release date: **2010/07/22**

* New subcommands for `git flow feature`:
- **checkout**:
For easily checking out features by their short name. Even allows
Expand All @@ -14,7 +16,7 @@
* Easier addressing of branch names by using name prefixes.
For example, when using:

git flow feature finish fo
git flow feature finish fo

this automatically finishes the feature branch `foobar` if that's the only
feature branch name starting with `fo`.
Expand All @@ -27,16 +29,22 @@

* You can use `git-flow` in stand-alone repo's now.
This means it does not assume you have an `origin` repository.
(Thanks [Mark][2].)

* No commands fetch from `origin` by default anymore.
There were some issues related to disabling this flag on some platforms.

* Init guesses branch names you may want to use for `develop` and `master`.

* Added super-easy installation script (thanks Rick Osborne)
* Added super-easy installation script. (Thanks [Rick][3].)

* Added BSD license.

[1]: http://github.com/nvie/gitflow/commit/f68d405cc3a11e9df3671f567658a6ab6ed8e0a1
[2]: http://github.com/talios
[3]: http://github.com/rickosborne


(No change history recorded for pre-0.3 releases.)
Older versions
--------------
No change history is recorded for pre-0.3 releases.

0 comments on commit 02548fb

Please sign in to comment.