X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=GitRepo.vala;h=ec10a014251de51ad6245dceb1b9b621b406da0b;hp=cdb73b9a9d6d02915fe443cc66ac50ed1028c39c;hb=2a6a46caf4f1d149a8e72cb0fb0c90f9923a27bb;hpb=0b86050bdbbbd2985f7078ca9036be0196455398 diff --git a/GitRepo.vala b/GitRepo.vala index cdb73b9a..ec10a014 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -612,7 +612,7 @@ public class GitRepo : Object public string push () throws Error, SpawnError { // should - return this.git({ "push", "--all" }); + return this.git({ "push" }); }