diff options
author | Junio C Hamano <junkio@cox.net> | 2006-12-22 15:37:48 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-12-22 15:37:48 -0800 |
commit | ea560e6d64374ec1f6c163c276319a3da21a1345 (patch) | |
tree | 3df3a73cf60017440b54ce4bdebc445a586407b1 /git-merge-stupid.sh | |
parent | fb8696d9d82e78fe829fdd95ff9ff10fdfa52ef9 (diff) | |
download | git-ea560e6d64374ec1f6c163c276319a3da21a1345.tar.gz |
Do not support "partial URL shorthand" anymore.
We used to support specifying the top part of remote URL in
remotes and use that as a short-hand for the URL.
$ cat .git/remotes/jgarzik
URL: git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/
$ git pull jgarzik/misc-2.6
This is confusing when somebody attempts to do this:
$ git pull origin/foo
which is not syntactically correct (unless you have origin/foo.git
repository) and should fail, but it resulted in a mysterious
access to the 'foo' subdirectory of the origin repository.
Which was what it was designed to do, but because this is an
oddball "feature" I suspect nobody uses, let's remove it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-merge-stupid.sh')
0 files changed, 0 insertions, 0 deletions