/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 breezy/git/git-remote-bzr.1

  • Committer: Gustav Hartvigsson
  • Date: 2021-01-09 21:36:27 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20210109213627-h1xwcutzy9m7a99b
Added 'Case Preserving Working Tree Use Cases' from Canonical Wiki

* Addod a page from the Canonical Bazaar wiki
  with information on the scmeatics of case
  perserving filesystems an a case insensitive
  filesystem works.
  
  * Needs re-work, but this will do as it is the
    same inforamoton as what was on the linked
    page in the currint documentation.

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/+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.