Quantcast
Viewing all articles
Browse latest Browse all 864

Re: git source files with rw permissions

Linus Torvalds writes: On Thu, Apr 5, 2018 at 5:53 PM, Joe Perches <joe@perches.com> wrote:

[...]

awk '{print $9}'
A simpler version of this is:
A simpler version of this is:
  git ls-files -s '*.[chsS]' | grep '^100755'

and then you can use 'cut -f2' if you just want the filenames and do
the "xargs chmod" thing.

Which I did, and committed, and just pushed out.

Thanks,
      Linus


Viewing all articles
Browse latest Browse all 864

Trending Articles