about summary refs log tree commit diff
path: root/docs/branches.md
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-11-20 15:48:49 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-11-20 15:48:49 +0100
commit5ec859cece70ab1b5cd9e0356c4cc3e260d2cbe0 (patch)
tree865585edd6eb6ef5390bc66fa8b1453c42e23388 /docs/branches.md
parent581cb16965a2a6aa33c052afb936e5d4a5c65ad7 (diff)
downloadafl++-5ec859cece70ab1b5cd9e0356c4cc3e260d2cbe0.tar.gz
Clean up docs folder
Diffstat (limited to 'docs/branches.md')
-rw-r--r--docs/branches.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/branches.md b/docs/branches.md
deleted file mode 100644
index ae147b08..00000000
--- a/docs/branches.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# Branches
-
-The following branches exist:
-
-* [release](https://github.com/AFLplusplus/AFLplusplus/tree/release): the latest release
-* [stable/trunk](https://github.com/AFLplusplus/AFLplusplus/): stable state of AFL++ - it is synced from dev from time to time when we are satisfied with its stability
-* [dev](https://github.com/AFLplusplus/AFLplusplus/tree/dev): development state of AFL++ - bleeding edge and you might catch a checkout which does not compile or has a bug. *We only accept PRs in dev!!*
-* (any other): experimental branches to work on specific features or testing new functionality or changes.
-
-For releases, please see the [Releases](https://github.com/AFLplusplus/AFLplusplus/releases) tab.
-Also take a look at the list of [important changes in AFL++](important_changes.md).
\ No newline at end of file