Josh Elsasser [off-list ref] writes:
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.
Wow, sharp eyes.
This version of the patch is a bit cleaner, it calls a function to get
the table names instead of pasting a variable reference everywhere.
Looks much cleaner then the previous one, indeed.
I consider it signed-off?