diff options
author | Frank Lichtenheld <frank@lichtenheld.de> | 2007-06-15 03:01:53 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-06-15 22:38:48 -0700 |
commit | 226bccb9ad42441269507a2101b47424d7c9c477 (patch) | |
tree | 1e852b988345967220866a605ab29717dd104631 /Documentation | |
parent | fd1cd91e9407bccba3380dad6dcb60c4154d94a2 (diff) | |
download | git-226bccb9ad42441269507a2101b47424d7c9c477.tar.gz git-226bccb9ad42441269507a2101b47424d7c9c477.tar.xz |
cvsserver: Actually implement --export-all
Embarrassing bug number two in my options patch.
Also enforce that --export-all is only ever used together with an
explicit whitelist. Otherwise people might export every git repository
on the whole system without realising.
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-cvsserver.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-cvsserver.txt b/Documentation/git-cvsserver.txt index 6d1e31174..60d0bcf0f 100644 --- a/Documentation/git-cvsserver.txt +++ b/Documentation/git-cvsserver.txt @@ -38,7 +38,8 @@ Prepend 'path' to requested CVSROOT Don't allow recursing into subdirectories --export-all:: -Don't check for `gitcvs.enabled` in config +Don't check for `gitcvs.enabled` in config. You also have to specify a list +of allowed directories (see below) if you want to use this option. --version, -V:: Print version information and exit |