phil294 / GitLG

A free, interactive Git UI for VSCode
MIT License
156 stars 16 forks source link

The curves are intermittent #105

Closed heartacker closed 2 months ago

heartacker commented 2 months ago

image

phil294 commented 2 months ago

What exactly do you mean? And is this a new bug since release 0.1.16 15 minutes ago or has it always been like that?

dsmeltz commented 2 months ago

I have the issue on the most recent release. Looks like some the path pieces are missing. image I tried changing the Curve-radius setting and it seemed to have to affect. Especially when setting it to 0, I still had curved paths. (Possibly related to the above image issue?) Restarted VS Code between settings changes.

Here's what VS Codes internal Git graph looks like: image

phil294 commented 2 months ago

hi @dsmeltz, is the repository you're using here public so I can reproduce? All my local repos show merge commits just fine. I think I've had this bug in the past but can't remember how/when.

(#106)

dsmeltz commented 2 months ago

Unfortunately, it is not.

phil294 commented 2 months ago

ok. just so you don't get confused, the new updated version from just now does not fix this bug. reproduction still needed

dsmeltz commented 2 months ago

Let try this repo: https://github.com/dsmeltz/dasblog-core.git VS Code Git image

GitLG image

There are some minor differences which I believe are showing the issue.

phil294 commented 2 months ago

ah yesss indeed there's a missing merge commit! thanks

phil294 commented 2 months ago

I've released a new version v0.1.18 that fixes the reproducable one. Please try it out. Doesn't mean there could be other bugs too yet unknown.

@heartacker If this doesn't fix it for you, please provide more details

phil294 commented 2 months ago

(this bug was not introduced in v0.1.16 though, pretty old probably)