summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-04-13 19:43:54 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-04-13 19:43:54 (GMT)
commitcc2412401400fbacd7530b8dcc4af0b0d7c734ce (patch)
treec7c339a96ab7ce1fe789845fd2d3e96e67382489 /README.md
parentccba7a0a29f00728e5fa87855d9e56ec86d3c5be (diff)
downloadlz4-cc2412401400fbacd7530b8dcc4af0b0d7c734ce.zip
lz4-cc2412401400fbacd7530b8dcc4af0b0d7c734ce.tar.gz
lz4-cc2412401400fbacd7530b8dcc4af0b0d7c734ce.tar.bz2
minor compatibility fixes
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0945f85..5d506d4 100644
--- a/README.md
+++ b/README.md
@@ -22,12 +22,11 @@ It trades CPU time for compression ratio.
> **Branch Policy:**
> - The "master" branch is considered stable, at all times.
-> - The "dev" branch is the one where all contributions must be merged
+> - 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.
+> + If you plan to propose a patch, please commit into the "dev" branch,
+ or its own feature branch.
Direct commit to "master" are not permitted.
-> - Feature branches can also exist,
- for dedicated tests of larger modifications before merge into "dev" branch.
Benchmarks
-------------------------