Age | Commit message (Collapse) | Author |
|
any given time.
will come in handy for CVSROOT/loginfo and CVSROOT/commitinfo
|
|
lines GNU cvs does it in, without actually fucking up on bad lines,
like gnucvs.
ok tobias@
|
|
correct -i and -o usage
-i runs the program specified on commit
-o runs the program specified on checkout
|
|
- support for -i flag:
Run "prog" on "cvs commit" from top-level of module.
- fix some memory leaks in modules.c
- pass the line number from cvs_read_config() towards the callbacks
so its easier to print out where it's going wrong, if it ever does.
OK tobias@
|
|
twice in cvs_module_lookup() and checkout_check_directory();
allow single files to be ignored with ! as well;
|
|
- 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@
|
|
that are not aliases (-a);
OK tobias@
|
|
"modules.c, hurray!" xsa@, ok tobias@
|
|
handler to open and read configuration files in CVSROOT/
change cvs_parse_configfile() to use cvs_read_config() instead;
ok tobias@
|
|
'umask' keyword right now.
|