Code

git-remote.txt: fix wrong remote refspec
authorNamhyung Kim <namhyung@gmail.com>
Thu, 23 Jun 2011 08:12:04 +0000 (17:12 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Jun 2011 14:58:20 +0000 (07:58 -0700)
commiteb637e138289dc5b96bea5b192cbaff93623d1dc
tree47610b1208dc06fc97807b7e58d12c8e59e76aa4
parent4f8303905eafaa04fd08a20a08a81436aea2d4b9
git-remote.txt: fix wrong remote refspec

$GIT_DIR/remotes/<name>/<branch> should be
$GIT_DIR/refs/remotes/<name>/<branch>.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-remote.txt