Fossil SCM

Merge documentation updates from msw-docco into trunk.

drh 2012-04-19 15:18 trunk merge
Commit 5f6b4952302ffded5b852343030f959392ecb6ac
1 file changed +15 -8
+15 -8
--- src/add.c
+++ src/add.c
@@ -196,15 +196,20 @@
196196
** The --ignore option is a comma-separate list of glob patterns for files
197197
** to be excluded. Example: '*.o,*.obj,*.exe' If the --ignore option
198198
** does not appear on the command line then the "ignore-glob" setting is
199199
** used.
200200
**
201
+** The --case-sensitive option determines whether or not filenames should
202
+** be treated case sensitive or not. If the option is not given, the default
203
+** depends on the global setting, or the operating system default, if not set.
204
+**
201205
** Options:
202206
**
203
-** --dotfiles include files beginning with a dot (".")
204
-** --ignore <CSG> ignore files matching patterns from the
205
-** comma separated list of glob patterns.
207
+** --case-sensitive <BOOL> override case-sensitive setting
208
+** --dotfiles include files beginning with a dot (".")
209
+** --ignore <CSG> ignore files matching patterns from the
210
+** comma separated list of glob patterns.
206211
**
207212
** See also: addremove, rm
208213
*/
209214
void add_cmd(void){
210215
int i; /* Loop counter */
@@ -408,22 +413,24 @@
408413
** as a separate step.
409414
**
410415
** Files and directories whose names begin with "." are ignored unless
411416
** the --dotfiles option is used.
412417
**
413
-** The --ignore option overrides the "ignore-glob" setting. See
418
+** The --ignore option overrides the "ignore-glob" setting, as does the
419
+** --case-sensitive option with the "case-sensitive" setting. See the
414420
** documentation on the "settings" command for further information.
415421
**
416422
** The --test option shows what would happen without actually doing anything.
417423
**
418424
** This command can be used to track third party software.
419425
**
420426
** Options:
421
-** --dotfiles include files beginning with a dot (".")
422
-** --ignore <CSG> ignore files matching patterns from the
423
-** comma separated list of glob patterns.
424
-** --test If given, show what would be done without doing so.
427
+** --case-sensitive <BOOL> override case-sensitive setting
428
+** --dotfiles include files beginning with a dot (".")
429
+** --ignore <CSG> ignore files matching patterns from the
430
+** comma separated list of glob patterns.
431
+** --test If given, display instead of run actions
425432
**
426433
** See also: add, rm
427434
*/
428435
void addremove_cmd(void){
429436
Blob path;
430437
--- src/add.c
+++ src/add.c
@@ -196,15 +196,20 @@
196 ** The --ignore option is a comma-separate list of glob patterns for files
197 ** to be excluded. Example: '*.o,*.obj,*.exe' If the --ignore option
198 ** does not appear on the command line then the "ignore-glob" setting is
199 ** used.
200 **
 
 
 
 
201 ** Options:
202 **
203 ** --dotfiles include files beginning with a dot (".")
204 ** --ignore <CSG> ignore files matching patterns from the
205 ** comma separated list of glob patterns.
 
206 **
207 ** See also: addremove, rm
208 */
209 void add_cmd(void){
210 int i; /* Loop counter */
@@ -408,22 +413,24 @@
408 ** as a separate step.
409 **
410 ** Files and directories whose names begin with "." are ignored unless
411 ** the --dotfiles option is used.
412 **
413 ** The --ignore option overrides the "ignore-glob" setting. See
 
414 ** documentation on the "settings" command for further information.
415 **
416 ** The --test option shows what would happen without actually doing anything.
417 **
418 ** This command can be used to track third party software.
419 **
420 ** Options:
421 ** --dotfiles include files beginning with a dot (".")
422 ** --ignore <CSG> ignore files matching patterns from the
423 ** comma separated list of glob patterns.
424 ** --test If given, show what would be done without doing so.
 
425 **
426 ** See also: add, rm
427 */
428 void addremove_cmd(void){
429 Blob path;
430
--- src/add.c
+++ src/add.c
@@ -196,15 +196,20 @@
196 ** The --ignore option is a comma-separate list of glob patterns for files
197 ** to be excluded. Example: '*.o,*.obj,*.exe' If the --ignore option
198 ** does not appear on the command line then the "ignore-glob" setting is
199 ** used.
200 **
201 ** The --case-sensitive option determines whether or not filenames should
202 ** be treated case sensitive or not. If the option is not given, the default
203 ** depends on the global setting, or the operating system default, if not set.
204 **
205 ** Options:
206 **
207 ** --case-sensitive <BOOL> override case-sensitive setting
208 ** --dotfiles include files beginning with a dot (".")
209 ** --ignore <CSG> ignore files matching patterns from the
210 ** comma separated list of glob patterns.
211 **
212 ** See also: addremove, rm
213 */
214 void add_cmd(void){
215 int i; /* Loop counter */
@@ -408,22 +413,24 @@
413 ** as a separate step.
414 **
415 ** Files and directories whose names begin with "." are ignored unless
416 ** the --dotfiles option is used.
417 **
418 ** The --ignore option overrides the "ignore-glob" setting, as does the
419 ** --case-sensitive option with the "case-sensitive" setting. See the
420 ** documentation on the "settings" command for further information.
421 **
422 ** The --test option shows what would happen without actually doing anything.
423 **
424 ** This command can be used to track third party software.
425 **
426 ** Options:
427 ** --case-sensitive <BOOL> override case-sensitive setting
428 ** --dotfiles include files beginning with a dot (".")
429 ** --ignore <CSG> ignore files matching patterns from the
430 ** comma separated list of glob patterns.
431 ** --test If given, display instead of run actions
432 **
433 ** See also: add, rm
434 */
435 void addremove_cmd(void){
436 Blob path;
437

Keyboard Shortcuts

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