Skip to content

cfix: Add missing and remove unneeded execute bits

Grzegorz Szymaszek requested to merge gs/gajim:executables into master

Remove the execute bit from files that most likely should not be executable in a Unix-like environment, like Markdown or Yaml.

Set the execute bit on files that most likely should be executable: those having #!/usr/bin/env ... or similar solutions.

Merge request reports