Fossil SCM

Do not show the "manifest" and "manifest.uuid" files as "extra" files if they are generated by Fossil.

drh 2010-12-10 19:28 trunk
Commit 26590b8841f3fe64dd04f2726bdd7d8e907b8047
1 file changed +2 -1
+2 -1
--- src/checkin.c
+++ src/checkin.c
@@ -270,13 +270,14 @@
270270
Blob repo;
271271
Stmt q;
272272
int n;
273273
const char *zIgnoreFlag = find_option("ignore",0,1);
274274
int allFlag = find_option("dotfiles",0,0)!=0;
275
- int outputManifest = db_get_boolean("manifest",0);
275
+ int outputManifest;
276276
277277
db_must_be_within_tree();
278
+ outputManifest = db_get_boolean("manifest",0);
278279
db_multi_exec("CREATE TEMP TABLE sfile(x TEXT PRIMARY KEY)");
279280
n = strlen(g.zLocalRoot);
280281
blob_init(&path, g.zLocalRoot, n-1);
281282
if( zIgnoreFlag==0 ){
282283
zIgnoreFlag = db_get("ignore-glob", 0);
283284
--- src/checkin.c
+++ src/checkin.c
@@ -270,13 +270,14 @@
270 Blob repo;
271 Stmt q;
272 int n;
273 const char *zIgnoreFlag = find_option("ignore",0,1);
274 int allFlag = find_option("dotfiles",0,0)!=0;
275 int outputManifest = db_get_boolean("manifest",0);
276
277 db_must_be_within_tree();
 
278 db_multi_exec("CREATE TEMP TABLE sfile(x TEXT PRIMARY KEY)");
279 n = strlen(g.zLocalRoot);
280 blob_init(&path, g.zLocalRoot, n-1);
281 if( zIgnoreFlag==0 ){
282 zIgnoreFlag = db_get("ignore-glob", 0);
283
--- src/checkin.c
+++ src/checkin.c
@@ -270,13 +270,14 @@
270 Blob repo;
271 Stmt q;
272 int n;
273 const char *zIgnoreFlag = find_option("ignore",0,1);
274 int allFlag = find_option("dotfiles",0,0)!=0;
275 int outputManifest;
276
277 db_must_be_within_tree();
278 outputManifest = db_get_boolean("manifest",0);
279 db_multi_exec("CREATE TEMP TABLE sfile(x TEXT PRIMARY KEY)");
280 n = strlen(g.zLocalRoot);
281 blob_init(&path, g.zLocalRoot, n-1);
282 if( zIgnoreFlag==0 ){
283 zIgnoreFlag = db_get("ignore-glob", 0);
284

Keyboard Shortcuts

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