Fossil SCM
Tweaked language a bit.
Commit
2c0714f8d5e377a07e0f26d27c8a2228129f0fbee8ed1165a2985e4ef247d23f
Parent
4bb718a882c6a29…
1 file changed
+1
-1
+1
-1
| --- src/add.c | ||
| +++ src/add.c | ||
| @@ -353,11 +353,11 @@ | ||
| 353 | 353 | ** for files to be excluded. Example: '*.o,*.obj,*.exe' If the --ignore |
| 354 | 354 | ** option does not appear on the command line then the "ignore-glob" setting |
| 355 | 355 | ** is used. If the --clean option does not appear on the command line then |
| 356 | 356 | ** the "clean-glob" setting is used. |
| 357 | 357 | ** |
| 358 | -** If files are attempted to be added explicitly on the command line which | |
| 358 | +** When attempting to explicitly add files on the commandline, and if those | |
| 359 | 359 | ** match "ignore-glob", a confirmation is asked first. This can be prevented |
| 360 | 360 | ** using the -f|--force option. |
| 361 | 361 | ** |
| 362 | 362 | ** The --case-sensitive option determines whether or not filenames should |
| 363 | 363 | ** be treated case sensitive or not. If the option is not given, the default |
| 364 | 364 |
| --- src/add.c | |
| +++ src/add.c | |
| @@ -353,11 +353,11 @@ | |
| 353 | ** for files to be excluded. Example: '*.o,*.obj,*.exe' If the --ignore |
| 354 | ** option does not appear on the command line then the "ignore-glob" setting |
| 355 | ** is used. If the --clean option does not appear on the command line then |
| 356 | ** the "clean-glob" setting is used. |
| 357 | ** |
| 358 | ** If files are attempted to be added explicitly on the command line which |
| 359 | ** match "ignore-glob", a confirmation is asked first. This can be prevented |
| 360 | ** using the -f|--force option. |
| 361 | ** |
| 362 | ** The --case-sensitive option determines whether or not filenames should |
| 363 | ** be treated case sensitive or not. If the option is not given, the default |
| 364 |
| --- src/add.c | |
| +++ src/add.c | |
| @@ -353,11 +353,11 @@ | |
| 353 | ** for files to be excluded. Example: '*.o,*.obj,*.exe' If the --ignore |
| 354 | ** option does not appear on the command line then the "ignore-glob" setting |
| 355 | ** is used. If the --clean option does not appear on the command line then |
| 356 | ** the "clean-glob" setting is used. |
| 357 | ** |
| 358 | ** When attempting to explicitly add files on the commandline, and if those |
| 359 | ** match "ignore-glob", a confirmation is asked first. This can be prevented |
| 360 | ** using the -f|--force option. |
| 361 | ** |
| 362 | ** The --case-sensitive option determines whether or not filenames should |
| 363 | ** be treated case sensitive or not. If the option is not given, the default |
| 364 |