fetch,parse-remote,fmt-merge-msg: refs/remotes/* support
authorEric Wong <normalperson@yhbt.net>
Fri, 10 Mar 2006 12:19:07 +0000 (04:19 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 11 Mar 2006 06:31:20 +0000 (22:31 -0800)
commit687b8be8bb75b97e917dc744f91890270913041d
treea280395be4505a1691d898c1a57ee990f2641fb8
parentf2561fda364ad984ef1441a80c90b0ee04f1a7c4
fetch,parse-remote,fmt-merge-msg: refs/remotes/* support

We can now easily fetch and merge things from heads in the
refs/remotes/ hierarchy in remote repositories.

The refs/remotes/ hierarchy is likely to become the standard for
tracking foreign SCMs, as well as the location of Pull: targets
for tracking remote branches in newly cloned repositories.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-fetch.sh
git-fmt-merge-msg.perl
git-parse-remote.sh