changeset 4937:326a9336fbe5

spelling: use correct Git capitalisation where appropriate
author Andrew Shadura <andrew@shadura.me>
date Mon, 23 Mar 2015 16:07:35 +0100
parents bcc637ea79a8
children 6a4f13866fe6
files docs/usage/git_support.rst kallithea/lib/diffs.py setup.py
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/docs/usage/git_support.rst	Sat Mar 21 22:23:44 2015 +0100
+++ b/docs/usage/git_support.rst	Mon Mar 23 16:07:35 2015 +0100
@@ -1,7 +1,7 @@
 .. _git_support:
 
 ===========
-GIT support
+Git support
 ===========
 
 
--- a/kallithea/lib/diffs.py	Sat Mar 21 22:23:44 2015 +0100
+++ b/kallithea/lib/diffs.py	Mon Mar 23 16:07:35 2015 +0100
@@ -453,8 +453,8 @@
                         LimitedDiffContainer(self.diff_limit,
                                             self.cur_diff_size, _diff)
                     break
-            else:  # GIT binary patch (or empty diff)
-                # GIT Binary patch
+            else:  # Git binary patch (or empty diff)
+                # Git binary patch
                 if head['bin_patch']:
                     stats['ops'][BIN_FILENODE] = 'binary diff not shown'
                 chunks = []
--- a/setup.py	Sat Mar 21 22:23:44 2015 +0100
+++ b/setup.py	Mon Mar 23 16:07:35 2015 +0100
@@ -98,7 +98,7 @@
 package_data = {'kallithea': ['i18n/*/LC_MESSAGES/*.mo', ], }
 
 description = ('Kallithea is a fast and powerful management tool '
-               'for Mercurial and GIT with a built in push/pull server, '
+               'for Mercurial and Git with a built in push/pull server, '
                'full text search and code-review.')
 
 keywords = ' '.join([