Λlisue
Λlisue
hum... It's a kind expected behavior but I'm welcome to see PRs to fix this behavior.
Somehow **I** could not reproduce this issue. I knew there is this issue but could not reproduce it...
Let me know if someone find a way to reproduce the issue.
May https://stackoverflow.com/questions/4770177/git-patch-does-not-apply
Thanks. Well, unfortunately, supporting delta is a bit tough work while gina depends on the feature of git itself.
I think it's technically possible but difficult with a current implementation. If I remember the feature of mksession correctly, it creates a vim script file which opens existing buffers. While...
There are two major reasons. 1. I'd prefer an alias repo name rather than a full path Assume you have a git repository under /home/my/code/github.com/me/foo. Gina uses an alias repo...
> What about a bufname scheme similar to neovim's term://? It contains a relative path, not an absolute one, and it can contain all of the extra arguments after a...
How about `:Gina commit -- %`? Does that work? I haven't used `git commit ` so I didn't consider such a case.
Well, it's a bit complecated. `Gina add %` works because `Gina add` uses `Gina _raw add` command internally and that command expand any arguments which look like `%` or `%:p`...