From 6e99ec2b61d8a517ce1b5a44225a697025c034d8 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Thu, 21 Aug 2014 01:48:55 +0300 Subject: [PATCH] No developer activity, so simplifying to just master branch. --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 07d3034..476c8c9 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,3 @@ Dynamic menu library and client program inspired by dmenu * **Build system** - [CMake](http://www.cmake.org/) * **API documentation** - [Doxygen](http://www.stack.nl/~dimitri/doxygen/index.html) (JavaDoc style comments) -* **Branches** - * **master** - stable releases (permanent) - * **develop** - development (permanent), merge back to **master** - * **dev/topic** - topic related development (temporary), branch off from - **develop** and merge to **develop** - * **hotfix/issue** - stable release bugfixes (temporary), branch off from - **master** and merge to **master** and **develop**