>>>>> "Yann" == Yann Hodique <[email protected]> writes:

> Yes, I can confirm `magit-log-oneline-re' is now broken in long mode,
> for any line starting with something that's in the "hexadecimal" range.

> I'm having a look.

I just submitted an emergency fix for that issue, but we'll have to make
some more robust changes to have a sustainable solution.

In particular, given than magit-sha1-abbrev-length is configurable and
we get log in abbrev mode, it's not possible anymore to sanely rely on
random lines not starting with something that might look like a sha1.
Which means we'll have to maintain 2 regexps, one for long mode (relying
on the "* commit <sha1>" pattern, and one for short mode that expects to
see a sha1 for every line that's not graph-only...

Let's take some time to design this properly :)

Yann.

-- 
It is possible to become intoxicated with rebellion for rebellion's sake.

  -- DOMINIC VERNIUS, Ecaz Memoirs

Reply via email to