##// END OF EJS Templates
spelling: use correct Git capitalisation where appropriate
Andrew Shadura -
r4937:326a9336 default
parent child Browse files
Show More
@@ -1,7 +1,7 b''
1 1 .. _git_support:
2 2
3 3 ===========
4 GIT support
4 Git support
5 5 ===========
6 6
7 7
@@ -453,8 +453,8 b' class DiffProcessor(object):'
453 453 LimitedDiffContainer(self.diff_limit,
454 454 self.cur_diff_size, _diff)
455 455 break
456 else: # GIT binary patch (or empty diff)
457 # GIT Binary patch
456 else: # Git binary patch (or empty diff)
457 # Git binary patch
458 458 if head['bin_patch']:
459 459 stats['ops'][BIN_FILENODE] = 'binary diff not shown'
460 460 chunks = []
@@ -98,7 +98,7 b' data_files = []'
98 98 package_data = {'kallithea': ['i18n/*/LC_MESSAGES/*.mo', ], }
99 99
100 100 description = ('Kallithea is a fast and powerful management tool '
101 'for Mercurial and GIT with a built in push/pull server, '
101 'for Mercurial and Git with a built in push/pull server, '
102 102 'full text search and code-review.')
103 103
104 104 keywords = ' '.join([
General Comments 0
You need to be logged in to leave comments. Login now