SuperBo
SuperBo
@disusered, new PR https://github.com/SuperBo/fugit2.nvim/pull/57 and https://github.com/SuperBo/fugit2.nvim/commit/4a373ddaeb73ab6c66197a7afb276d7f96de6817 should solve your issue. In my previous implementation, I assumed user.signingkey should point to a file path. After taking a look at git source...
Thank you @disusered for discovered the bug, that trailing slash can be "\\" on Windows. So I switch to use plenary.Path for TMPDIR (https://github.com/SuperBo/fugit2.nvim/commit/b7d6728250b1052ca8e6c11e7cc63a2065e01977). It should solve your problem :D....
Close this issue, detail instructions are in the wiki https://github.com/SuperBo/fugit2.nvim/wiki/GPG-Singing-and-SSH-Signing
Tips: You can toggle visual mode, select all file under one directory, then press "-", "space" or "s" for staging. This way is more vim-like motion and you can see...
@sboesebeck, I got your point, I think I can reuse the same visual staging code for this feature, please wait for my update
@sboesebeck, implemented this feature on latest changes. Please test :D.
Hi @sboesebeck, can you help me confirm the same issue happens with "Fugit2" main diaglog or just with "Fugit2Graph". I remembered implemented a dedup mechanism for main Fugit2 dialog, but...
@sboesebeck, please check again :D, I fixed it
I agree to your solution (vertically showing patch), it is quite oppose to the original aesthetic design. However, the fix may take a while, I need to take a look...
@Miguerfi, I'm working on your suggestion, allow setting window size via opts. Can I ask what colorscheme are you using, the git graph should have better colors lol.