Re: [git-users] FreeRDP : Some inverted color while dumping image in PNG format #5845

2020-01-20 Thread Konstantin Khomoutov
On Mon, Jan 20, 2020 at 01:08:10AM -0800, Vivek Sonawane wrote: > I am using proxy server with capture session set to "ON". > In pf_capture.c under *pf_capture_save_frame(...)*, we have > *winpr_bitmap_write(...)* which saves the captured bytes in BMP. Single > image takes memory upto 5MB which

[git-users] git-clone-completion: tab completion for github/gitlab/bitbucket/ssh URLs in 'git clone'

2020-01-20 Thread Mario Juric
Hi everyone, git's bash completion scripts are fantastic and a time saver -- I use them on a daily (minute-ly?) basis. That said, I wished they could tab-complete not just local arguments and option names, but also URLs to be cloned from git hosting services. I put something like that