Fossil SCM

Enable interface to alter default-user setting.

andybradford 2014-04-14 14:19 UTC trunk
Commit cd5f3be51ed713d0b029336daf8f8305ec8ed983
1 file changed +3
+3
--- src/db.c
+++ src/db.c
@@ -2128,10 +2128,11 @@
21282128
{ "case-sensitive", 0, 0, 0, 0, "on" },
21292129
#endif
21302130
{ "clean-glob", 0, 40, 1, 0, "" },
21312131
{ "crnl-glob", 0, 40, 1, 0, "" },
21322132
{ "default-perms", 0, 16, 0, 0, "u" },
2133
+ { "default-user", 0, 40, 0, 0, "" },
21332134
{ "diff-binary", 0, 0, 0, 0, "on" },
21342135
{ "diff-command", 0, 40, 0, 0, "" },
21352136
{ "dont-push", 0, 0, 0, 0, "off" },
21362137
{ "editor", 0, 32, 0, 0, "" },
21372138
{ "empty-dirs", 0, 40, 1, 0, "" },
@@ -2235,10 +2236,12 @@
22352236
** line endings. Set to "*" to disable CR+NL checking.
22362237
**
22372238
** default-perms Permissions given automatically to new users. For more
22382239
** information on permissions see Users page in Server
22392240
** Administration of the HTTP UI. Default: u.
2241
+**
2242
+** default-user Default user created with each new repository.
22402243
**
22412244
** diff-binary If TRUE (the default), permit files that may be binary
22422245
** or that match the "binary-glob" setting to be used with
22432246
** external diff programs. If FALSE, skip these files.
22442247
**
22452248
--- src/db.c
+++ src/db.c
@@ -2128,10 +2128,11 @@
2128 { "case-sensitive", 0, 0, 0, 0, "on" },
2129 #endif
2130 { "clean-glob", 0, 40, 1, 0, "" },
2131 { "crnl-glob", 0, 40, 1, 0, "" },
2132 { "default-perms", 0, 16, 0, 0, "u" },
 
2133 { "diff-binary", 0, 0, 0, 0, "on" },
2134 { "diff-command", 0, 40, 0, 0, "" },
2135 { "dont-push", 0, 0, 0, 0, "off" },
2136 { "editor", 0, 32, 0, 0, "" },
2137 { "empty-dirs", 0, 40, 1, 0, "" },
@@ -2235,10 +2236,12 @@
2235 ** line endings. Set to "*" to disable CR+NL checking.
2236 **
2237 ** default-perms Permissions given automatically to new users. For more
2238 ** information on permissions see Users page in Server
2239 ** Administration of the HTTP UI. Default: u.
 
 
2240 **
2241 ** diff-binary If TRUE (the default), permit files that may be binary
2242 ** or that match the "binary-glob" setting to be used with
2243 ** external diff programs. If FALSE, skip these files.
2244 **
2245
--- src/db.c
+++ src/db.c
@@ -2128,10 +2128,11 @@
2128 { "case-sensitive", 0, 0, 0, 0, "on" },
2129 #endif
2130 { "clean-glob", 0, 40, 1, 0, "" },
2131 { "crnl-glob", 0, 40, 1, 0, "" },
2132 { "default-perms", 0, 16, 0, 0, "u" },
2133 { "default-user", 0, 40, 0, 0, "" },
2134 { "diff-binary", 0, 0, 0, 0, "on" },
2135 { "diff-command", 0, 40, 0, 0, "" },
2136 { "dont-push", 0, 0, 0, 0, "off" },
2137 { "editor", 0, 32, 0, 0, "" },
2138 { "empty-dirs", 0, 40, 1, 0, "" },
@@ -2235,10 +2236,12 @@
2236 ** line endings. Set to "*" to disable CR+NL checking.
2237 **
2238 ** default-perms Permissions given automatically to new users. For more
2239 ** information on permissions see Users page in Server
2240 ** Administration of the HTTP UI. Default: u.
2241 **
2242 ** default-user Default user created with each new repository.
2243 **
2244 ** diff-binary If TRUE (the default), permit files that may be binary
2245 ** or that match the "binary-glob" setting to be used with
2246 ** external diff programs. If FALSE, skip these files.
2247 **
2248

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button