On 26 Oct 2011, at 11:48, Mark Derricutt wrote: > From memory git also doesn't support permissions as it tracks file CONTENTS > only.
technically git can preserve file modes in its data structure, but right now it only respects the execute bit (644 vs 755) > -- > "Great artists are extremely selfish and arrogant things" — Steven Wilson, > Porcupine Tree > > > On Wed, Oct 26, 2011 at 11:27 AM, Andrew Hunt <[email protected]>wrote: > >> I have a project in which our run scripts are in src/main/resources/. The >> code is in a GIT repo and I found out how to set the file permission include >> execute permission in GIT. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
