summaryrefslogtreecommitdiff
path: root/cvsfs.h
diff options
context:
space:
mode:
authorStefan Siegl <stesie@brokenpipe.de>2004-10-09 08:17:29 +0000
committerStefan Siegl <stesie@brokenpipe.de>2004-10-09 08:17:29 +0000
commitaf03398b894db048cb1563a6a92a14a22cefddca (patch)
tree6a31b669e67a79168fe2a46bd78b6298a18489d0 /cvsfs.h
parenta8369a452437f5e93e89d801dad5937a1301c3c0 (diff)
--nostats option added.
Diffstat (limited to 'cvsfs.h')
-rw-r--r--cvsfs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cvsfs.h b/cvsfs.h
index ab2346d0c..de1c72f74 100644
--- a/cvsfs.h
+++ b/cvsfs.h
@@ -35,6 +35,12 @@ typedef struct {
char *cvs_module;
char *homedir; /* homedir of user (location of .cvspass file) */
+
+ /* whether or whether not the user wants to have no true stats information,
+ * this would save downloading revisions just to have the timestamp and
+ * permissions set correctly.
+ */
+ unsigned nostats :1;
} cvsfs_config;
extern cvsfs_config config;