diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2008-02-03 22:50:29 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2008-02-03 22:50:29 +0000 |
commit | 35e0ce366c7fa544c774ac9bb008496383a3746c (patch) | |
tree | 377df7d3de4741e66a75f0c9c0ee0b342cceca07 /usr.bin/cvs/cvs.h | |
parent | 3632b404f6998f60f7e3c9114c9cef64d325ddab (diff) |
more CVSROOT/module stuff:
- allow more then 1 module to be specified per definition
- respect the "!" sign which means: "hey ignore this dir when checking out"
- non alias definitions can now contain files
ok tobias@
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r-- | usr.bin/cvs/cvs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h index d65441c6fe4..d8be3b4a7ff 100644 --- a/usr.bin/cvs/cvs.h +++ b/usr.bin/cvs/cvs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.151 2008/02/03 17:20:14 joris Exp $ */ +/* $OpenBSD: cvs.h,v 1.152 2008/02/03 22:50:28 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -290,6 +290,7 @@ typedef struct cvs_entries { extern struct module_checkout *current_module; extern char *module_repo_root; +extern struct ignore_head checkout_ign_pats; extern struct cvs_wklhead temp_files; extern volatile sig_atomic_t sig_received; extern volatile sig_atomic_t cvs_quit; |