diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-07-05 18:33:16 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-05 18:33:16 -0700 |
commit | 08b51f51e6a4cf2f5ad4b893707f1337a450e499 (patch) | |
tree | 1ff3a0c83f79c221194ac91ee6c2018d477ec7af /Documentation/git-cvsserver.txt | |
parent | Move read_revisions_from_stdin from builtin-rev-list.c to revision.c (diff) | |
parent | clone -q: honor "quiet" option over native transports. (diff) | |
download | tgif-08b51f51e6a4cf2f5ad4b893707f1337a450e499.tar.xz |
Merge branch 'qq/maint'
* qq/maint:
clone -q: honor "quiet" option over native transports.
attribute documentation: keep EXAMPLE at end
builtin-commit.c: Use 'git_config_string' to get 'commit.template'
http.c: Use 'git_config_string' to clean up SSL config.
diff.c: Use 'git_config_string' to get 'diff.external'
convert.c: Use 'git_config_string' to get 'smudge' and 'clean'
builtin-log.c: Use 'git_config_string' to get 'format.subjectprefix' and 'format.suffix'
Documentation cvs: Clarify when a bare repository is needed
Documentation: be precise about which date --pretty uses
Conflicts:
Documentation/gitattributes.txt
Diffstat (limited to 'Documentation/git-cvsserver.txt')
-rw-r--r-- | Documentation/git-cvsserver.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-cvsserver.txt b/Documentation/git-cvsserver.txt index 2aacdc628f..c2d3c90d27 100644 --- a/Documentation/git-cvsserver.txt +++ b/Documentation/git-cvsserver.txt @@ -133,6 +133,9 @@ write access to the log file and to the database (see <<dbbackend,Database Backend>>. If you want to offer write access over SSH, the users of course also need write access to the git repository itself. +You also need to ensure that each repository is "bare" (without a git index +file) for `cvs commit` to work. See linkgit:gitcvs-migration[7]. + [[configaccessmethod]] All configuration variables can also be overridden for a specific method of access. Valid method names are "ext" (for SSH access) and "pserver". The |