diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2015-03-15 01:14:02 (GMT) |
---|---|---|
committer | Yann Collet <yann.collet.73@gmail.com> | 2015-03-15 01:14:02 (GMT) |
commit | 8a87769af809d8e3c8e43805d47e12569bc4a9d0 (patch) | |
tree | 403fb5f3dd0ccb20132f560fb01ebaf7e16d1d15 /README.md | |
parent | 45b0642bf54718d2b57dd61cb606b154afc0ab26 (diff) | |
download | lz4-8a87769af809d8e3c8e43805d47e12569bc4a9d0.zip lz4-8a87769af809d8e3c8e43805d47e12569bc4a9d0.tar.gz lz4-8a87769af809d8e3c8e43805d47e12569bc4a9d0.tar.bz2 |
Fix : static analyzer test on Travis
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -9,12 +9,11 @@ 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 an official mirror of LZ4 project, [hosted on Google Code](http://code.google.com/p/lz4/). -The intention is to offer github's capabilities to lz4 users, such as cloning, branch, pull requests or source download. +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 will be merged. If you plan to propose a patch, please commit into the "dev" branch. Direct commit to "master" are not permitted. -Feature branches will also exist, typically to introduce new requirements, and be temporarily available for testing before merge into "dev" branch. +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. Benchmarks |