[PATCH] spelling: use correct Git capitalisation where appropriate
Andrew Shadura
andrew at shadura.me
Mon Mar 23 11:10:45 EDT 2015
# HG changeset patch
# User Andrew Shadura <andrew at shadura.me>
# Date 1427123255 -3600
# Mon Mar 23 16:07:35 2015 +0100
# Node ID 7ed7830cca7a40a0a24a6aa8d39c0d306a09f582
# Parent 9c252005e5fd69efd579b410f1160b42b183c8cf
spelling: use correct Git capitalisation where appropriate
diff --git a/docs/usage/git_support.rst b/docs/usage/git_support.rst
--- a/docs/usage/git_support.rst
+++ b/docs/usage/git_support.rst
@@ -1,7 +1,7 @@
.. _git_support:
===========
-GIT support
+Git support
===========
diff --git a/kallithea/lib/diffs.py b/kallithea/lib/diffs.py
--- a/kallithea/lib/diffs.py
+++ b/kallithea/lib/diffs.py
@@ -453,8 +453,8 @@ class DiffProcessor(object):
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 = []
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -98,7 +98,7 @@ data_files = []
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([
More information about the kallithea-general
mailing list