/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to git-remote-bzr.1

  • Committer: Jelmer Vernooij
  • Date: 2018-04-02 14:59:43 UTC
  • mto: (0.200.1913 work)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@jelmer.uk-20180402145943-s5jmpbvvf1x42pao
Just don't touch the URL if it's already a valid URL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "GIT\-REMOTE\-BZR" "1" "12/17/2011" "breezy-git 0\&.6\&.6" "Git Manual"
 
2
.ie \n(.g .ds Aq \(aq
 
3
.el       .ds Aq '
 
4
.\" disable hyphenation
 
5
.nh
 
6
.\" disable justification (adjust text to left margin only)
 
7
.ad l
 
8
.SH "NAME"
 
9
git-remote-bzr \- Git remote support for Bazaar repositories
 
10
.SH "SYNOPSIS"
 
11
.sp
 
12
.nf
 
13
git clone bzr::<source\-repo> [<destination>]
 
14
git fetch bzr::<source\-repo> [<destination>]
 
15
.fi
 
16
.sp
 
17
.SH "DESCRIPTION"
 
18
.sp
 
19
This command provides support for using \fIbzr\fR repositories as Git remotes, through the breezy-git plugin. At the moment it supports cloning from, fetching from and pushing into Bazaar repositories. Fetch support is still experimental, and may be slow.
 
20
.SH "BUGS"
 
21
.sp
 
22
Please report bugs at \fUhttps://launchpad.net/brz-git/+filebug\fR
 
23
.SH "LICENSE"
 
24
breezy-git and git-remote-bzr are licensed under the GNU GPL, version 2 or later.
 
25
.SH "SEE ALSO"
 
26
.sp
 
27
\fBgit-remote-helpers\fR(1), \fBbreezy\fR(1)
 
28
.SH "BAZAAR"
 
29
.sp
 
30
Part of the \fBbreezy\fR(1) suite
 
31
.SH "AUTHOR"
 
32
.sp
 
33
breezy-git, git-remote-bzr and this manual page were written by Jelmer Vernooij.