Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-13 | Add ar archive support to file. | Elliott Hughes | |
2016-09-13 | Add -h and -L to file. | Elliott Hughes | |
On a toybox system, most of your bin directory is symbolic links. Bug: http://b/31294746 | |||
2016-09-11 | Izabera pointed out that "file -" was inconsistent (calling stat on "-" but | Rob Landley | |
then reading from stdin if it detected a file). Fixed it so "-" always means stdin and you have to say ./- to look at a local "-". Did some whitespace tweaks while I was there... | |||
2016-07-05 | Don't try to guess the build id type in file(1). | Elliott Hughes | |
They're really just arbitrary byte sequences of arbitrary length. Sure, a 20-byte sequence is _probably_ a SHA-1, but there's no way to know, so let's stop pretending... | |||
2016-07-03 | Promote file. | Rob Landley | |