Fossil SCM

Doc update: ignore-glob setting should be used to prevent *.log files from being added.

jan.nijtmans 2013-05-15 07:02 trunk
Commit 1162df8e4125f7ad76f43a4a111b2ed42ef956ce
1 file changed +2 -2
+2 -2
--- src/db.c
+++ src/db.c
@@ -2247,15 +2247,15 @@
22472247
** even if the login page request came via HTTP.
22482248
**
22492249
** ignore-glob The VALUE is a comma or newline-separated list of GLOB
22502250
** (versionable) patterns specifying files that the "add", "addremove",
22512251
** "clean", and "extra" commands will ignore.
2252
-** Example: customCode.c notes.txt
2252
+** Example: *.log customCode.c notes.txt
22532253
**
22542254
** keep-glob The VALUE is a comma or newline-separated list of GLOB
22552255
** (versionable) patterns specifying files that the "clean" command will
2256
-** keep. Example: *.log
2256
+** keep.
22572257
**
22582258
** localauth If enabled, require that HTTP connections from
22592259
** 127.0.0.1 be authenticated by password. If
22602260
** false, all HTTP requests from localhost have
22612261
** unrestricted access to the repository.
22622262
--- src/db.c
+++ src/db.c
@@ -2247,15 +2247,15 @@
2247 ** even if the login page request came via HTTP.
2248 **
2249 ** ignore-glob The VALUE is a comma or newline-separated list of GLOB
2250 ** (versionable) patterns specifying files that the "add", "addremove",
2251 ** "clean", and "extra" commands will ignore.
2252 ** Example: customCode.c notes.txt
2253 **
2254 ** keep-glob The VALUE is a comma or newline-separated list of GLOB
2255 ** (versionable) patterns specifying files that the "clean" command will
2256 ** keep. Example: *.log
2257 **
2258 ** localauth If enabled, require that HTTP connections from
2259 ** 127.0.0.1 be authenticated by password. If
2260 ** false, all HTTP requests from localhost have
2261 ** unrestricted access to the repository.
2262
--- src/db.c
+++ src/db.c
@@ -2247,15 +2247,15 @@
2247 ** even if the login page request came via HTTP.
2248 **
2249 ** ignore-glob The VALUE is a comma or newline-separated list of GLOB
2250 ** (versionable) patterns specifying files that the "add", "addremove",
2251 ** "clean", and "extra" commands will ignore.
2252 ** Example: *.log customCode.c notes.txt
2253 **
2254 ** keep-glob The VALUE is a comma or newline-separated list of GLOB
2255 ** (versionable) patterns specifying files that the "clean" command will
2256 ** keep.
2257 **
2258 ** localauth If enabled, require that HTTP connections from
2259 ** 127.0.0.1 be authenticated by password. If
2260 ** false, all HTTP requests from localhost have
2261 ** unrestricted access to the repository.
2262

Keyboard Shortcuts

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