Fossil SCM

It turns out that fossil globally consumes the --quiet flag: touch now accounts for that.

stephan 2019-06-13 21:49 trunk
Commit 519af48c8c025f27f18b99488240555372ecf5063ae121bd962c92b6b2d4ebe0
1 file changed +1 -1
+1 -1
--- src/file.c
+++ src/file.c
@@ -1923,11 +1923,11 @@
19231923
i64 nowTime = 0; /* Timestamp of --now or --checkout */
19241924
Stmt q;
19251925
Blob absBuffer = empty_blob; /* Absolute filename buffer */
19261926
19271927
verboseFlag = find_option("verbose","v",0)!=0;
1928
- quietFlag = find_option("quiet","q",0)!=0;
1928
+ quietFlag = find_option("quiet","q",0)!=0 || g.fQuiet;
19291929
dryRunFlag = find_option("dry-run","n",0)!=0
19301930
|| find_option("dryrun",0,0)!=0;
19311931
zGlobList = find_option("glob", "g",1);
19321932
zGlobFile = find_option("globfile", "G",1);
19331933
19341934
--- src/file.c
+++ src/file.c
@@ -1923,11 +1923,11 @@
1923 i64 nowTime = 0; /* Timestamp of --now or --checkout */
1924 Stmt q;
1925 Blob absBuffer = empty_blob; /* Absolute filename buffer */
1926
1927 verboseFlag = find_option("verbose","v",0)!=0;
1928 quietFlag = find_option("quiet","q",0)!=0;
1929 dryRunFlag = find_option("dry-run","n",0)!=0
1930 || find_option("dryrun",0,0)!=0;
1931 zGlobList = find_option("glob", "g",1);
1932 zGlobFile = find_option("globfile", "G",1);
1933
1934
--- src/file.c
+++ src/file.c
@@ -1923,11 +1923,11 @@
1923 i64 nowTime = 0; /* Timestamp of --now or --checkout */
1924 Stmt q;
1925 Blob absBuffer = empty_blob; /* Absolute filename buffer */
1926
1927 verboseFlag = find_option("verbose","v",0)!=0;
1928 quietFlag = find_option("quiet","q",0)!=0 || g.fQuiet;
1929 dryRunFlag = find_option("dry-run","n",0)!=0
1930 || find_option("dryrun",0,0)!=0;
1931 zGlobList = find_option("glob", "g",1);
1932 zGlobFile = find_option("globfile", "G",1);
1933
1934

Keyboard Shortcuts

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