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)
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>
No differences found