Re: file permissions in Git repo

2014-01-17 Thread SH
Thanks again. On Friday, January 17, 2014 11:55 AM, Torsten Bögershausen wrote: (Please no top posting next time) On 2014-01-17 20.20, SH wrote: > On Friday, January 17, 2014 10:08 AM, Torsten Bögershausen > wrote: > On 01/17/2014 03:26 AM, Jeff King wrote: > >> On Thu, Jan 16, 2014 at 03

Re: file permissions in Git repo

2014-01-17 Thread Torsten Bögershausen
(Please no top posting next time) On 2014-01-17 20.20, SH wrote: > On Friday, January 17, 2014 10:08 AM, Torsten Bögershausen > wrote: > On 01/17/2014 03:26 AM, Jeff King wrote: > >> On Thu, Jan 16, 2014 at 03:58:57PM -0800, SH wrote: >> >>> We have a repository which holds lots of shell and per

Re: file permissions in Git repo

2014-01-17 Thread SH
Thanks guys.  Sorry but one more question, like I mentioned we have hosted repositories so how do I make some configuration changes are server based so whether the client have those changes or not, it wouldn't matter. Also I have one client on linux and another one on windows (for my testing pur

Re: file permissions in Git repo

2014-01-17 Thread Torsten Bögershausen
On 01/17/2014 03:26 AM, Jeff King wrote: > On Thu, Jan 16, 2014 at 03:58:57PM -0800, SH wrote: > >> We have a repository which holds lots of shell and perl scripts. We add the >> files to repository (from windows client) with executable permissions (using >> cygwin) but when we pull that repository

Re: file permissions in Git repo

2014-01-16 Thread Jeff King
On Thu, Jan 16, 2014 at 03:58:57PM -0800, SH wrote: > We have a repository which holds lots of shell and perl scripts. We add the > files to repository (from windows client) with executable permissions (using > cygwin) but when we pull that repository on another machine (windows or > linux), > fi

file permissions in Git repo

2014-01-16 Thread SH
Hi We have a repository which holds lots of shell and perl scripts. We add the files to repository (from windows client) with executable permissions (using cygwin) but when we pull that repository on another machine (windows or linux), files dont have executable permission. Can you please provi