summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-03-16 10:26:49 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-03-16 10:26:49 (GMT)
commit93849d14bc21df8c45e82477a0c48287e375246b (patch)
tree0135dcc718b227f1f1e0b7f71fe6db8381ecb527 /README.md
parent471eabe09b7ef9430d67371459dd2aa2137aef3f (diff)
downloadlz4-93849d14bc21df8c45e82477a0c48287e375246b.zip
lz4-93849d14bc21df8c45e82477a0c48287e375246b.tar.gz
lz4-93849d14bc21df8c45e82477a0c48287e375246b.tar.bz2
minor CMakeLists update
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index d6e9933..4d6b60a 100644
--- a/README.md
+++ b/README.md
@@ -9,12 +9,13 @@ A high compression derivative, called LZ4_HC, is also provided. It trades CPU ti
|master | [![Build Status](https://travis-ci.org/Cyan4973/lz4.svg?branch=master)](https://travis-ci.org/Cyan4973/lz4) |
|dev | [![Build Status](https://travis-ci.org/Cyan4973/lz4.svg?branch=dev)](https://travis-ci.org/Cyan4973/lz4) |
-This is the official LZ4 repository.
-The "master" branch will reflect, the status of lz4 at its official homepage.
-The "dev" branch is the one where all contributions must be merged before being promoted to master. If you plan to propose a patch, please commit into the "dev" branch. Direct commit to "master" are not permitted.
-Feature branches also exist, temporarily, typically to introduce some new requirements and functions, and for dedicated testing before merge into "dev" branch.
+> **Branch Policy:**
+> - The "master" branch is considered stable, at all times.
+> - The "dev" branch is the one where all contributions must be merged before being promoted to master.
+> - If you plan to propose a patch, please commit into the "dev" branch. Direct commit to "master" are not permitted.
+> - Feature branches can also exist, for dedicated testing of larger modifications before merge into "dev" branch.
Benchmarks
-------------------------