author | Josh Elsasser <josh@elsasser.org> | |
Thu, 27 Mar 2008 21:02:14 +0000 (14:02 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 31 Mar 2008 05:21:35 +0000 (22:21 -0700) | ||
commit | 6aeeffd14447348f3ab4a7d34927d6aff8c0a75c | |
tree | fd6144fa983fcd674ceb0e3c86fc19815f07a17b | tree | snapshot |
parent | c20711d29dff054735988c84ad5fe4f382d064cf | commit | diff |
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>
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>