diff docs/usage/git_support.rst @ 4192:e73a69cb98dc kallithea-2.2.5-rebrand

Rename some strings examples and commands in documentation
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:04:41 -0400
parents 7e5f8c12a3fc
children 03bbd33bc084
line wrap: on
line diff
--- a/docs/usage/git_support.rst	Wed May 21 17:11:02 2014 -0400
+++ b/docs/usage/git_support.rst	Wed Jul 02 19:04:41 2014 -0400
@@ -5,18 +5,18 @@
 ===========
 
 
-Git support in RhodeCode 1.3 was enabled by default. You need to have a git
+Git support in Kallithea 1.3 was enabled by default. You need to have a git
 client installed on the machine to make git fully work.
 
 Although There is one limitation on git usage.
 
 - large pushes requires a http server with chunked encoding support.
 
-if you plan to use git you need to run RhodeCode with some
+if you plan to use git you need to run Kallithea with some
 http server that supports chunked encoding which git http protocol uses,
 i recommend using waitress_ or gunicorn_ (linux only) for `paste` wsgi app
 replacement. Starting from version 1.4 waitress_ is the default wsgi server
-used in RhodeCode.
+used in Kallithea.
 
 To use, simply change change the following in the .ini file::