Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Do not scramble password read from .cvspass
[gitweb.git]
/
transport.c
diff --git
a/transport.c
b/transport.c
index f7e1663d18087f708da926d0978a4a3377ae2b50..d6c35d91ce443c19353f43356c5371741d08ddf3 100644
(file)
--- a/
transport.c
+++ b/
transport.c
@@
-1042,7
+1042,7
@@
int transport_push(struct transport *transport,
update_tracking_ref(transport->remote, ref, verbose);
}
- if (!ret && !refs_pushed(remote_refs))
+ if (!
quiet && !
ret && !refs_pushed(remote_refs))
fprintf(stderr, "Everything up-to-date\n");
return ret;
}