Re: git on mounted CIFS is it Git or Cygwin

2020-04-17 Thread Andrey Repin
Greetings, L A Walsh! > Here it is -- feel free to pass it along: > --- > lsacl > --- >> cat ~/bin/lsacl > #!/bin/bash > ## $Id: lsacl,v 1.5 2015-08-02 10:29:25-07 law Exp $ > # Version 2 -- try to work with getfacl on cygwin > # > shopt -s expand_aliases > alias int=declare\ -i sub=function

RE: git on mounted CIFS is it Git or Cygwin

2020-02-05 Thread Jason Pyeron
It was working again for a moment, I am perplexed as there were no Cygwin/git updates. There have been windows updates. BLODA? Windows Defender? -r--r--r-- 1 USER GROUP1106509 Feb 5 17:50 pack-4d7f674008f52b936c8195a6d484d5e4d1a08e3c.pack -r--r--r-- 1 USER GROUP 12 Feb 5 17:59 tm

RE: git on mounted CIFS is it Git or Cygwin

2020-01-29 Thread Jason Pyeron
I have added the ll and lsacl output. Note the lsacl died on the mounted folder, but was fine on /tmp/ > -Original Message- > From: Jason Pyeron > Sent: Tuesday, January 28, 2020 5:57 PM > To: 'cygwin@cygwin.com' > Subject: RE: git on mounted

Re: git on mounted CIFS is it Git or Cygwin

2020-01-29 Thread L A Walsh
On 2020/01/28 14:56, Jason Pyeron wrote: Two short details, ll is an alias commonly used on unix/linux/cygwin most often standing for "ls -l" in its simplest form. Mine does a few other things alias llg='ls -l' #long listing alias ll='llg -gG'# same with user+group turned o

RE: git on mounted CIFS is it Git or Cygwin

2020-01-28 Thread Jason Pyeron
> -Original Message- > From: L A Walsh > Sent: Monday, January 27, 2020 7:01 AM > Sorry for the delay in the follow up test, it took me some time to get back to the system. > On 2020/01/26 13:56, Jason Pyeron wrote: > > I have an issue with git in Cygwin on windows shares - this is rece

Re: git on mounted CIFS is it Git or Cygwin

2020-01-27 Thread L A Walsh
On 2020/01/26 13:56, Jason Pyeron wrote: I have an issue with git in Cygwin on windows shares - this is recent (worked months ago). Just to be clear, you are running 'git' on Cygwin and not on linux or some other OS? There is a 'git' that runs on window natively. Have you thought about