Re: Git status delay

2017-12-12 Thread cyg Simple
On 12/11/2017 5:04 PM, Richard H Lee wrote: > > So if you lstat("//HEAD") and you are on a network that does DNS > hijacking, Cygwin will attempt to connect to the ISP's server via SMB. > As the ISP's server is a publicly facing IP address, it probably just > black holes any incoming connection re

Re: Git status delay

2017-12-11 Thread Richard H Lee
On 21/11/2017 10:27, Adam Dinwoodie wrote: (I believe this is a bug in Git, on the grounds that (a) Git in general supports POSIX systems and giving special meaning to paths starting with `\\` is allowed, if unusual, POSIX behaviour, and (b) Git specifically supports Cygwin, and this is very well

Re: Git status delay

2017-12-11 Thread Adam Dinwoodie
On Monday 11 December 2017 at 02:37 pm +0100, Dawid Ferenczy wrote: >You can see that it hanged for about 30 seconds trying to open the > file >"\\HEAD\PIPE\wkssvc" which obviously failed with the BAD NETWORK PATH > error. >On my system, it always hangs for the same amount ti

Re: Git status delay

2017-12-11 Thread Dawid Ferenczy
Original message "Re: Git status delay" from "Adam Dinwoodie (a...@dinwoodie.org)" sent 21. listopadu 2017, 11:27:28, msgid:20171121102728.gm20...@dinwoodie.org (3557 bytes): > Your analysis is spot-on: Git is trying to find the directory that > contains all th

Re: Git status delay

2017-12-05 Thread Dawid Ferenczy
Original message "Re: Git status delay" from "Adam Dinwoodie (a...@dinwoodie.org)" sent 21. listopadu 2017, 11:27:28, msgid:20171121102728.gm20...@dinwoodie.org (3557 bytes): > Your analysis is spot-on: Git is trying to find the directory that > contains all th

Re: Git status delay

2017-11-21 Thread Adam Dinwoodie
On Saturday 18 November 2017 at 09:13 pm +, Richard H Lee wrote: > I have an issue with git where it hangs for 10 to 20 seconds on several > commands, including "git status". For me this is reproducible on a fresh > install of Cygwin x64 in Windows 7. > > I get the feeling I am doing something

Re: Git status delay

2017-11-20 Thread Andrey Repin
Greetings, Richard H Lee! > I have an issue with git where it hangs for 10 to 20 seconds on several > commands, including "git status". For me this is reproducible on a fresh > install of Cygwin x64 in Windows 7. > I get the feeling I am doing something wrong on my end as "git status" > is a v

Re: Git status delay

2017-11-20 Thread cyg Simple
On 11/20/2017 5:03 AM, Richard H Lee wrote: > Can also confirm this on Windows 10. > I don't see an issue. Maybe your environment or some BLODA app. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: htt

Re: Git status delay

2017-11-20 Thread Richard H Lee
Can also confirm this on Windows 10. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Git status delay

2017-11-18 Thread Richard H Lee
I have an issue with git where it hangs for 10 to 20 seconds on several commands, including "git status". For me this is reproducible on a fresh install of Cygwin x64 in Windows 7. I get the feeling I am doing something wrong on my end as "git status" is a very commonly used command, yet I see