dotblue / nette-webimages

On-the-fly generated web images for your Nette app
Other
26 stars 18 forks source link

Added configurable permission for creating folders #21

Open Olicek opened 9 years ago

Olicek commented 9 years ago

Based on this discussion: https://github.com/dotblue/nette-webimages/pull/20

webimages:
    umask: 0777
vysinsky commented 9 years ago

Now please fixup it to only one commit:

git rebase HEAD~4 -i
Change 'pick' in 2nd to 4th commit to 'fixup' and save the change
git push -f

Edit: only the first commit should be here in the end

Olicek commented 9 years ago

Thanks a lot :+1:! This is first time, i fixed up my mess in commits through this way

vysinsky commented 9 years ago

You're welcome!