kubo / snzip

Snzip, a compression/decompression tool based on snappy
Other
216 stars 30 forks source link

stdin behaviour is difference #5

Closed masahif closed 11 years ago

masahif commented 11 years ago

Behaviour of snzip is difference with other same kind command such as bzip2 or gzip.

$ cat test.txt.bz2 | bzip2 -d foo bar baz

$ cat test.txt.sz | ./snzip -d # different behaviour!!! I won't write compressed data to a terminal. For help, type: 'snzip -h'. When the command use with stdin, only snzip complain.

https://github.com/kubo/snzip/pull/4

kubo commented 11 years ago

However the commit message "Following way didn't work and fix it" isn't proper. Could you change the message and push it to this pull request or, if necessary, make a new pull request?

I requested you to change the commit message in masahif@bec841c194a415979ce0076d8cf99eaf26855500. Could I merge it with the incorrect message?

masahif commented 11 years ago

Sorry for my misunderstanding

kubo commented 11 years ago

Thanks!