提交 6e4ece61 编写于 作者: J Junio C Hamano

Merge branch 'maint'

* maint:
  push: Correctly initialize nonfastforward in transport_push.
......@@ -869,8 +869,9 @@ int transport_set_option(struct transport *transport,
int transport_push(struct transport *transport,
int refspec_nr, const char **refspec, int flags,
int * nonfastforward)
int *nonfastforward)
{
*nonfastforward = 0;
verify_remote_names(refspec_nr, refspec);
if (transport->push)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册