1
0
mirror of https://github.com/git/git.git synced 2024-10-05 02:11:43 +02:00
git/contrib/completion
Josh Elsasser 6aeeffd144 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>
2008-03-30 22:21:35 -07:00
..
git-completion.bash Allow git-cvsserver database table name prefix to be specified. 2008-03-30 22:21:35 -07:00