Merge branch 'ld/push-porcelain'
* ld/push-porcelain: t5516: Use test_cmp when appropriate git-push: add tests for git push --porcelain git-push: make git push --porcelain print "Done" git-push: send "To <remoteurl>" messages to the standard output in --porcelain mode git-push: fix an advice message so it goes to stderr Conflicts: transport.c
This commit is contained in:
@ -361,6 +361,10 @@ int send_pack(struct send_pack_args *args,
|
||||
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
|
||||
if (args->porcelain)
|
||||
return 0;
|
||||
|
||||
for (ref = remote_refs; ref; ref = ref->next) {
|
||||
switch (ref->status) {
|
||||
case REF_STATUS_NONE:
|
||||
|
Reference in New Issue
Block a user