Hi,
On Thu, 27 Mar 2008, Josh Elsasser wrote:
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.
---
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. The
config var name has also been changed from gitcvs.dbprefix to
gitcvs.dbTableNamePrefix
I probably missed something, but I cannot find a reason why you need this.
In the commit message, I mean.
Ciao,
Dscho