We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.git/objects
1 parent 2bd3fd5 commit de2b36bCopy full SHA for de2b36b
1 file changed
devscripts/release
@@ -3,6 +3,7 @@
3
cd "`dirname \"$0\"`"/.. &&
4
umask 022 &&
5
chmod -R a+rX . &&
6
+find .git/objects -type f -exec chmod u=r,go= '{}' \+ &&
7
set-commit-date.py &&
8
9
python setup.py build_py &&
0 commit comments