From 02548fb79fcf445995aa67e301c9a62dfdbcbb01 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Thu, 22 Jul 2010 16:12:26 +0200 Subject: [PATCH] Fix minor markdown issue and credit contributers. --- Changes.mdown | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/Changes.mdown b/Changes.mdown index 7a5f311..c7b92c8 100644 --- a/Changes.mdown +++ b/Changes.mdown @@ -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 @@ -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`. @@ -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.