File: git-bzr.README.Debian

package info (click to toggle)
git 1%3A1.9.1-1~bpo70%2B2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 27,452 kB
  • sloc: ansic: 148,329; sh: 129,286; perl: 28,811; tcl: 21,214; python: 6,911; makefile: 3,501; lisp: 1,786; php: 120; asm: 98; csh: 45
file content (27 lines) | stat: -rw-r--r-- 821 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
git-remote-bzr for Debian
-------------------------

See the git-remote-bzr(1) man page for documentation.

Multiple packages include bzr remote helpers that allow Git to access
a Bazaar repository as though it were a remote Git repository.

The default handler of bzr:// and bzr:: URLs is set using the
alternatives system:

	# update-alternatives --config git-remote-bzr

Users without root access can override that default for their own
usage by installing a symbolic link git-remote-bzr ->
/usr/lib/git-core/git-remote-bzr--git to their $PATH.

To request Git's bzr remote helper for an individual request, use a
"bzr--git::" in the URL instead of "bzr::".  For example:

	git clone bzr--git::$HOME/myrepo

or

	git clone bzr--git::lp:myrepo

 -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 31 Mar 2013 18:23:00 -0700