]> git.ipfire.org Git - thirdparty/git.git/blame - contrib/remote-helpers/README
Revert "Merge branch 'jc/graduate-remote-hg-bzr' (early part)"
[thirdparty/git.git] / contrib / remote-helpers / README
CommitLineData
896ba14d
JH
1The remote-helper bridges to access data stored in Mercurial and
2Bazaar are maintained outside the git.git tree in the repositories
b2c851a8 3of their primary author:
896ba14d
JH
4
5 https://github.com/felipec/git-remote-hg (for Mercurial)
6 https://github.com/felipec/git-remote-bzr (for Bazaar)
7
8You can pick a directory on your $PATH and download them from these
9repositories, e.g.:
10
11 $ wget -O $HOME/bin/git-remote-hg \
12 https://raw.github.com/felipec/git-remote-hg/master/git-remote-hg
13 $ wget -O $HOME/bin/git-remote-bzr \
14 https://raw.github.com/felipec/git-remote-bzr/master/git-remote-bzr
15 $ chmod +x $HOME/bin/git-remote-hg $HOME/bin/git-remote-bzr