Alberto Fanjul
Alberto Fanjul
I can help you with vader if you want to use it. See https://github.com/albfan/ag.vim/tree/master/t
Although test are developed inside vim, you can execute them too outside (for CI) with https://github.com/albfan/ag.vim/blob/master/t/suite.sh
@nigelatdas that's the approach gitg will take. libgit2 has different scopes and goals than git GUI
tried after adding a new ssh key: ``` ssh-keygen -t rsa -b 4096 -C "[email protected]" #created as mykey, without passphrase, added to github eval "$(ssh-agent -k)" eval $(ssh-agent) ssh-add /home/alberto/projects/c/libgit2/mykey...
@ethomson is this fix worth enough?. I use log example a lot to test features, and I think others would benefit from an example to traverse a git repo
Cool PR merged ever!
Lot of good info here. After try to restart service I found the file ~/.local/share/gpaste/history.xml is out of sync. After create some new entries with gpaste UI finally history and...
Yes makes sense. Probably with an empty selection that do not allow you to pass next page will be intuitive. Anyway 99% of time people will use the selection on...
I still miss a tag or branches from releases. The best info I can find is this: https://forum.esk8.news/t/precompiled-vesc-tool-archive/15920 That matches with existing branches: origin/release_3_01 origin/release_6_00 origin/release_6_02 so probably we can...
There are problems to build this on current flatpak runtime. That's the main thing to resolve. Where is the info about 6.05 will be released next week?