sandr01d
sandr01d
Hey, I'd like to help out with this and started looking into it. I chose the approach of extracting the .deb file, as @rustdesk mentioned earlier. This works fine, but...
> > Hey, I'd like to help out with this and started looking into it. I chose the approach of extracting the .deb file, as @rustdesk mentioned earlier. This works...
> > > > Hey, I'd like to help out with this and started looking into it. I chose the approach of extracting the .deb file, as @rustdesk mentioned earlier....
> > > > > > Hey, I'd like to help out with this and started looking into it. I chose the approach of extracting the .deb file, as @rustdesk...
The failing CI test is due to #327
Since there haven't been any objections so far, I'm moving this forward and started refactoring the other functions. If anyone wants to jump in feel free to do so and...
A note regarding `_forgit_revert`: I've removed passing the `files` variable to the preview, as well as passing parameters to the git log command with `$*`. These were creating issues in...
> So I came to the conclusion that we just have to disable the specific shellcheck for passing `$FORGIT_LOG_GIT_OPTS` to the `git` call. The variable will be a space separated...
@carlfriedrich I noticed you changed the default of `FORGIT_LOG_GRAPH_ENABLE` to true in 521f349. I think this was by mistake, so I changed it back in 0fdbda3. Let me know in...
> Actually I did not change the default value, I just switched the logic of evaluation and transferred the default value to the new variable _forgit_log_graph_enable because IMO that made...