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
mailing list. -Jason > -Original Message- > From: Jason Pyeron > Sent: Sunday, January 26, 2020 4:56 PM > To: 'cygwin@cygwin.com' > Subject: git on mounted CIFS is it Git or Cygwin > > I have an issue with git in Cygwin on windows shares - this is recent

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

git on mounted CIFS is it Git or Cygwin

2020-01-26 Thread Jason Pyeron
I have an issue with git in Cygwin on windows shares - this is recent (worked months ago). I have narrowed it down to a component of git creating a file as 04xx instead of 06xx permissions. When I do the same with mktemp, I am able to write the file, but git gets a permission denied. I can chmo