]> git.ipfire.org Git - thirdparty/git.git/commit - git-cvsserver.perl
Allow git-cvsserver database table name prefix to be specified.
authorJosh Elsasser <josh@elsasser.org>
Thu, 27 Mar 2008 21:02:14 +0000 (14:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 31 Mar 2008 05:21:35 +0000 (22:21 -0700)
commit6aeeffd14447348f3ab4a7d34927d6aff8c0a75c
treefd6144fa983fcd674ceb0e3c86fc19815f07a17b
parentc20711d29dff054735988c84ad5fe4f382d064cf
Allow git-cvsserver database table name prefix to be specified.

Adds a gitcvs.dbtablenameprefix config variable, the contents of which
are prepended to any database tables names used by git-cvsserver. The
same substutions as gitcvs.dbname and gitcvs.dbuser are supported, and
any non-alphabetic characters are replaced with underscores.

A typo found in contrib/completion/git-completion.bash is also fixed.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/git-cvsserver.txt
contrib/completion/git-completion.bash
git-cvsserver.perl