aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/octal_umask_setting_is_unintuitive.mdwn3
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?