##// 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 .. _git_support:
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 LimitedDiffContainer(self.diff_limit,
453 LimitedDiffContainer(self.diff_limit,
454 self.cur_diff_size, _diff)
454 self.cur_diff_size, _diff)
455 break
455 break
456 else: # GIT binary patch (or empty diff)
456 else: # Git binary patch (or empty diff)
457 # GIT Binary patch
457 # Git binary patch
458 if head['bin_patch']:
458 if head['bin_patch']:
459 stats['ops'][BIN_FILENODE] = 'binary diff not shown'
459 stats['ops'][BIN_FILENODE] = 'binary diff not shown'
460 chunks = []
460 chunks = []
@@ -98,7 +98,7 b' data_files = []'
98 package_data = {'kallithea': ['i18n/*/LC_MESSAGES/*.mo', ], }
98 package_data = {'kallithea': ['i18n/*/LC_MESSAGES/*.mo', ], }
99
99
100 description = ('Kallithea is a fast and powerful management tool '
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 'full text search and code-review.')
102 'full text search and code-review.')
103
103
104 keywords = ' '.join([
104 keywords = ' '.join([
General Comments 0
You need to be logged in to leave comments. Login now