Skip to content

Commit

Permalink
fix source permissions
Browse files Browse the repository at this point in the history
Consider using 'git config core.filemode false' on Windows

find . \( -name "*.cpp" -o -name "*.h" \) -perm /111 -exec chmod a-x {} \;
  • Loading branch information
jef-n committed Nov 12, 2014
1 parent 5ccb1e7 commit 5764435
Show file tree
Hide file tree
Showing 36 changed files with 0 additions and 0 deletions.
Empty file modified src/app/composer/qgscomposer.cpp
100755 → 100644
Empty file.
Empty file modified src/app/composer/qgscomposer.h
100755 → 100644
Empty file.
Empty file modified src/app/composer/qgscomposerarrowwidget.cpp
100755 → 100644
Empty file.
Empty file modified src/app/composer/qgscomposerattributetablewidget.cpp
100755 → 100644
Empty file.
Empty file modified src/app/composer/qgscomposerscalebarwidget.cpp
100755 → 100644
Empty file.
Empty file modified src/app/composer/qgscomposertablewidget.cpp
100755 → 100644
Empty file.
Empty file modified src/app/composer/qgscomposertablewidget.h
100755 → 100644
Empty file.
Empty file modified src/app/qgsannotationwidget.cpp
100755 → 100644
Empty file.
Empty file modified src/app/qgsdiagramproperties.cpp
100755 → 100644
Empty file.
Empty file modified src/app/qgslabelinggui.cpp
100755 → 100644
Empty file.
Empty file modified src/app/qgsmeasuretool.h
100755 → 100644
Empty file.
Empty file modified src/app/qgsoptions.cpp
100755 → 100644
Empty file.
Empty file modified src/app/qgstextannotationdialog.cpp
100755 → 100644
Empty file.
Empty file modified src/core/composer/qgscomposerattributetable.cpp
100755 → 100644
Empty file.
Empty file modified src/core/composer/qgscomposermap.cpp
100755 → 100644
Empty file.
Empty file modified src/core/composer/qgscomposermapitem.h
100755 → 100644
Empty file.
Empty file modified src/core/composer/qgscomposermapoverview.cpp
100755 → 100644
Empty file.
Empty file modified src/core/composer/qgscomposermapoverview.h
100755 → 100644
Empty file.
Empty file modified src/core/composer/qgscomposermodel.h
100755 → 100644
Empty file.
Empty file modified src/core/composer/qgscomposermousehandles.cpp
100755 → 100644
Empty file.
Empty file modified src/core/composer/qgscomposerobject.h
100755 → 100644
Empty file.
Empty file modified src/core/composer/qgscomposertable.cpp
100755 → 100644
Empty file.
Empty file modified src/core/composer/qgscomposertable.h
100755 → 100644
Empty file.
Empty file modified src/core/composer/qgscomposition.h
100755 → 100644
Empty file.
Empty file modified src/core/composer/qgsdoubleboxscalebarstyle.cpp
100755 → 100644
Empty file.
Empty file modified src/core/composer/qgsnumericscalebarstyle.cpp
100755 → 100644
Empty file.
Empty file modified src/core/composer/qgssingleboxscalebarstyle.cpp
100755 → 100644
Empty file.
Empty file modified src/core/symbology-ng/qgslinesymbollayerv2.cpp
100755 → 100644
Empty file.
Empty file modified src/gui/qgscolorswatchgrid.cpp
100755 → 100644
Empty file.
Empty file modified src/gui/qgscursors.h
100755 → 100644
Empty file.
Empty file modified src/gui/symbology-ng/qgsellipsesymbollayerv2widget.cpp
100755 → 100644
Empty file.
Empty file modified src/gui/symbology-ng/qgssymbollayerv2widget.cpp
100755 → 100644
Empty file.
Empty file modified src/gui/symbology-ng/qgssymbolslistwidget.cpp
100755 → 100644
Empty file.
Empty file modified src/plugins/georeferencer/qgsgeorefplugin.cpp
100755 → 100644
Empty file.
Empty file modified src/plugins/heatmap/heatmap.cpp
100755 → 100644
Empty file.
Empty file.

0 comments on commit 5764435

Please sign in to comment.