summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 0 insertions, 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**