author | Eric Wong <normalperson@yhbt.net> | |
Fri, 10 Mar 2006 12:19:07 +0000 (04:19 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 11 Mar 2006 06:31:20 +0000 (22:31 -0800) | ||
commit | 687b8be8bb75b97e917dc744f91890270913041d | |
tree | a280395be4505a1691d898c1a57ee990f2641fb8 | tree | snapshot |
parent | f2561fda364ad984ef1441a80c90b0ee04f1a7c4 | commit | diff |
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>
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 | diff | blob | history | |
git-fmt-merge-msg.perl | diff | blob | history | |
git-parse-remote.sh | diff | blob | history |