On 01/03, Duy Nguyen wrote:
> On Wed, Dec 14, 2016 at 6:14 AM, Brandon Williams wrote:
> > @@ -340,8 +336,9 @@ static void NORETURN unsupported_magic(const char
> > *pattern,
> > continue;
> > if (sb.len)
> > strbuf_addch(&sb, ' ');
On Wed, Dec 14, 2016 at 6:14 AM, Brandon Williams wrote:
> @@ -340,8 +336,9 @@ static void NORETURN unsupported_magic(const char
> *pattern,
> continue;
> if (sb.len)
> strbuf_addch(&sb, ' ');
> - if (short_magic & m->b
For better clarity, always show the mnemonic and name of the unsupported
magic being used. This lets users have a more clear understanding of
what magic feature isn't supported. And if they supplied a mnemonic,
the user will be told what its corresponding name is which will allow
them to more eas
3 matches
Mail list logo