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
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
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
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
> -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
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
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
7 matches
Mail list logo