]> git.ipfire.org Git - thirdparty/git.git/commit
cvsserver: Actually implement --export-all
authorFrank Lichtenheld <frank@lichtenheld.de>
Fri, 15 Jun 2007 01:01:53 +0000 (03:01 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 16 Jun 2007 05:38:48 +0000 (22:38 -0700)
commit226bccb9ad42441269507a2101b47424d7c9c477
tree1e852b988345967220866a605ab29717dd104631
parentfd1cd91e9407bccba3380dad6dcb60c4154d94a2
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>
Documentation/git-cvsserver.txt
git-cvsserver.perl
t/t9400-git-cvsserver-server.sh