phil294 / GitLG

A free, interactive Git UI for VSCode
MIT License
155 stars 15 forks source link

Does not load command line on startup #48

Closed hansu closed 1 year ago

hansu commented 1 year ago

To load the specified git command you have to press "Execute", it is not applied automatically when starting git-log--graph:

git-log-graph-bug-execute

phil294 commented 1 year ago

this bug behaved a bit differently for me - the first attempt indeed showed the wrong data, but a second one came after that fixed it. I have now fixed the first and removed the second, and also fixed some other bugs, so maybe it works fine for you now, maybe not. If not, can you please launch the extension with "git-log--graph.verbose-logging": true set and copy the OUTPUT/git log --graph contents into this issue? (possibly stripping it of sensitive data)

hansu commented 1 year ago

Thanks, works fine for me now :+1: