Changeset - 326a9336fbe5
[Not reviewed]
default
0 3 0
Andrew Shadura - 11 years ago 2015-03-23 16:07:35
andrew@shadura.me
spelling: use correct Git capitalisation where appropriate
3 files changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
docs/usage/git_support.rst
Show inline comments
 
.. _git_support:
 

	
 
===========
 
GIT support
 
Git support
 
===========
 

	
 

	
kallithea/lib/diffs.py
Show inline comments
 
@@ -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 = []
setup.py
Show inline comments
 
@@ -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([
0 comments (0 inline, 0 general)