Oleg Utkin
Oleg Utkin
I will cut a separate issue with that, I think I just happened to have old `master.stgit` ref sticking around.
@jpgrayson I played around with new `stg` version on our monorepo with sparse checkouts. So far so good. `push` / `pop` seem to be working as expected. But I had...
Hey @jpgrayson, I keep meaning to submit a PR for this, time permitting. I will take care of this eventually. It has been a while, I will have to take...
@jpgrayson I added a test case, and a very dirty implementation. (#165) It does seem like extra configuration is required to get notes to copy. ``` git config notes.rewriteRef "refs/notes/*"...
@jpgrayson I guess if stacked git were to operate in parity to Git it would also respect the `notes.rewriteRef` and not update the notes by default. Alternatively we could check...
Actually I second that. For some reason it does not play well with the `Startify` plugin either. It seems like MiniBufferExplorer confuses vim into thinking that MiniBufferExplorer is the active...
I am on develop branch. At least I think I am... [Edit: Apologies, I an not very good with git apparently. Now I am on develop. I will check whether...
@techlivezheng Unfortunately no it does not seem like the problems got fixed... Dare I say they are even more pronounced. After opening a file with Startify and then opening NERDTree...
here is my vimrc [http://cl.ly/3w2F3T061P0P] It probably has a bit too many plugins... But you can test you plugin against it. To get to the problem just open a few...
I will test it after the weekends with the new version if you wont beat me to that.