Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #439 from eli-b/doc-nohup-behavior | Yann Collet | 2018-01-01 | 1 | -0/+3 |
|\ | | | | | Docs: describe behavior under nohup | ||||
| * | Docs: describe behavior under nohup | Eli Boyarski | 2018-01-01 | 1 | -0/+3 |
| | | |||||
* | | Grammar: "to silent" -> "to silence" | Eli Boyarski | 2018-01-01 | 1 | -1/+1 |
|/ | |||||
* | Fix formatting of concatenation example | FeRD (Frank Dana) | 2017-07-08 | 1 | -6/+2 |
| | | | | | | The "Concatenation of .lz4 files" section contains example commands that are run together on one line, making them invalid. Wrap them in a code block and clean up surrounding formatting. | ||||
* | cli: add GNU separator -- specifying that all following arguments are files | Dmitry V. Levin | 2017-03-23 | 1 | -0/+3 |
| | | | | | This option is supported by other compressors with compatible cli, so add it to lz4 as well for better compatibility. | ||||
* | fix #285 : lz4cat doesn't work with stdin (reported by @beiDei8z) | Yann Collet | 2016-12-08 | 1 | -3/+5 |
| | |||||
* | fixed minor display error when using -r | Yann Collet | 2016-11-28 | 1 | -3/+0 |
| | |||||
* | Updated man page | Yann Collet | 2016-11-28 | 1 | -29/+39 |
| | |||||
* | minor man page update | Yann Collet | 2016-11-28 | 1 | -3/+7 |
| | |||||
* | Add "man" target to Makefile | Takayuki MATSUOKA | 2016-11-27 | 1 | -0/+206 |
- `make man` makes manpage lz4.1 from lz4.1.md - It needs `gem` and `ronn` which is same as xxhash.1.md is required. |