summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2014-08-21 01:48:55 +0300
committerJari Vetoniemi <mailroxas@gmail.com>2014-08-21 01:48:55 +0300
commit6e99ec2b61d8a517ce1b5a44225a697025c034d8 (patch)
tree3b35ddf4c6f927d5ad0b553f3afcc8235dce403a /README.md
parentf1bb87a808ff1383a2d27dc2c4a1f8812c470c31 (diff)
downloadbemenu-6e99ec2b61d8a517ce1b5a44225a697025c034d8.tar.gz
bemenu-6e99ec2b61d8a517ce1b5a44225a697025c034d8.tar.bz2
bemenu-6e99ec2b61d8a517ce1b5a44225a697025c034d8.zip
No developer activity, so simplifying to just master branch.
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**