diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2011-11-27 10:15:34 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-11-27 10:15:34 -0400 |
commit | 0d947d38513cbfd32f76b2245cb8583237e96678 (patch) | |
tree | f818062b4f6bbe01ce1bf754b71b48dccdd4d019 /doc/bugs/octal_umask_setting_is_unintuitive.mdwn | |
parent | be0aaa6dcd346b83b23ed723ed1ef0127ca8312a (diff) | |
download | ikiwiki-0d947d38513cbfd32f76b2245cb8583237e96678.tar ikiwiki-0d947d38513cbfd32f76b2245cb8583237e96678.tar.gz |
branch implementing my keyword suggestion
Diffstat (limited to 'doc/bugs/octal_umask_setting_is_unintuitive.mdwn')
-rw-r--r-- | doc/bugs/octal_umask_setting_is_unintuitive.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/octal_umask_setting_is_unintuitive.mdwn b/doc/bugs/octal_umask_setting_is_unintuitive.mdwn index 0a63940ce..f6e5a9a4d 100644 --- a/doc/bugs/octal_umask_setting_is_unintuitive.mdwn +++ b/doc/bugs/octal_umask_setting_is_unintuitive.mdwn @@ -28,6 +28,9 @@ you have to use one of and if you try to say 022 you'll get 22 decimal = 026 octal. +[[!tag patch]] +[[!template id=gitbranch branch=smcv/umask-keywords author="[[smcv]]"]] + Perhaps the best way to solve this would be to have keywords for the few values of `umask` that are actually useful? |