提交 aa3bb871 编写于 作者: R Ralf Thielow 提交者: Junio C Hamano

remote: fix typo

The mapping that describe what ref fetched from the remote is used to
update what ref locally is called "refspec", not "respec".
Signed-off-by: NRalf Thielow <ralf.thielow@googlemail.com>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 adc7052b
......@@ -674,7 +674,7 @@ static int mv(int argc, const char **argv)
strlen(rename.old), rename.new,
strlen(rename.new));
} else
warning(_("Not updating non-default fetch respec\n"
warning(_("Not updating non-default fetch refspec\n"
"\t%s\n"
"\tPlease update the configuration manually if necessary."),
buf2.buf);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册