rbong / vim-flog

A blazingly fast, stunningly beautiful, exceptionally powerful git branch viewer for Vim/Neovim.
795 stars 22 forks source link

Malformed Commit Prefix #133

Closed rbong closed 2 months ago

rbong commented 3 months ago

Reported by @isakbm :

I have no idea what causes the bug though and have not had the time to try to reproduce it minimally...

it log reference ...

      │ │ * 0aa3d0d4 (3 months ago)
      │ │/
      │/│
      │ │
      * │   db9993c8
      │\ \
      │ │/
      │/│
      │ │
:NOTE │ * 7422ae7f (3 weeks ago)
      │/
      │
      │
      *   47229305 (3 weeks ago)
      │\
      │ │
      │ │
      │ │ • 3 months ago [0aa3d0d4]
      ├─┊─╯
      • │ 3 weeks ago [db9993c8]
      ├─┤
:NOTE │ 3 weeks ago [7422ae7f]
      ├─╯
      • 3 weeks ago [47229305]
      ├─╮
rbong commented 3 months ago

Note that graph branch drawing was just refactored so this may already be fixed, but I was not able to reproduce this in any version of the plugin. I will leave it open for a while.

Steps to reproduce this issue or similar issues are appreciated!

rbong commented 2 months ago

Still no steps to reproduce, going to have to assume this is fixed with the newest branch algorithm refactor.