Skip to content

Commit 896ba14

Browse files
committed
remote-helpers: point at their upstream repositories
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0311086 commit 896ba14

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

contrib/remote-helpers/README

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
The remote-helper bridges to access data stored in Mercurial and
2+
Bazaar are maintained outside the git.git tree in the repositories
3+
of its primary author:
4+
5+
https://github.com/felipec/git-remote-hg (for Mercurial)
6+
https://github.com/felipec/git-remote-bzr (for Bazaar)
7+
8+
You can pick a directory on your $PATH and download them from these
9+
repositories, 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
16+
17+
As a convenience, copies of the last-bundled version of these two
18+
remote-helper bridges are still kept here, but they may become
19+
stale over time.

0 commit comments

Comments
 (0)