pm100

Results 74 comments of pm100

@dsisnero what XDG_XXX_HOME settings were not working for you. Most of the git plumbing is done by a common git library (libgit2) that does obey XDG on all platforms, including...

@extrawurst I repro'd this using 0.22.1 but its fine in master head. I think it was fixed by https://github.com/extrawurst/gitui/pull/1532,

@extrawurst - ignore that last message, bug seems to be back (I'm probably trying to do too many thigns at once!)

aicommits states that a normal usage is to invoke it in the prepare-commit-message hook. gitui does not support that at the moment :-( Adding support for that hook should not...

this is effectively a dup of https://github.com/extrawurst/gitui/issues/1599 gitui does not support the correct hooks at the moment

but also you can use the commit-msg hook, see https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks. Look in ``/.git/hooks and you will see samples

I use gitui on WSL all the time and it is very fast but you need to install the linux musl build in /usr/local/bin get it here https://github.com/extrawurst/gitui/releases/download/v0.22.1/gitui-linux-musl.tar.gz

https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks "The pre-commit hook is run first, before you even type in a commit message."

I have resolved this by getting everybody onto syn v1. Once all the dependencies move to v2 then gitui can move. I also had to fix a new clippy failure...

@bheisler are you looking for a co-maintainer? This is a useful , well used project but it needs some tlc