diff options
| author | Junio C Hamano <gitster@pobox.com> | 2008-04-02 00:22:06 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2008-04-02 00:22:06 -0700 |
| commit | 860bbd50390956b121f320987c5140b337e1ea3a (patch) | |
| tree | d71d4a3c8cdf443bc581ffda298680ed9f248bce /contrib/completion/git-completion.bash | |
| parent | 64fb19ba636fc9e892119efc377808b86c919228 (diff) | |
| parent | 6aeeffd14447348f3ab4a7d34927d6aff8c0a75c (diff) | |
| download | git-860bbd50390956b121f320987c5140b337e1ea3a.tar.xz | |
Merge branch 'je/cvsserver'
* je/cvsserver:
Allow git-cvsserver database table name prefix to be specified.
Diffstat (limited to 'contrib/completion/git-completion.bash')
| -rwxr-xr-x | contrib/completion/git-completion.bash | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 5046f69934..791e30f6d7 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -999,7 +999,8 @@ _git_config () gitcvs.enabled gitcvs.logfile gitcvs.allbinary - gitcvs.dbname gitcvs.dbdriver gitcvs.dbuser gitcvs.dvpass + gitcvs.dbname gitcvs.dbdriver gitcvs.dbuser gitcvs.dbpass + gitcvs.dbtablenameprefix gc.packrefs gc.reflogexpire gc.reflogexpireunreachable |
