273
278
'Git Smart server protocol over TCP. (default port: 9418)')
277
284
repository_network_format_registry.register_lazy('git',
278
285
'bzrlib.plugins.git.repository', 'GitRepositoryFormat')
281
290
bzrdir_network_format_registry.register('git', GitBzrDirFormat)
284
293
def get_rich_root_format(stacked=False):
290
296
send_format_registry.register_lazy('git', 'bzrlib.plugins.git.send',
291
297
'send_git', 'Git am-style diff format')