emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gited 55fc368 54/73: Fix gited-push bug from previous c


From: Stefan Monnier
Subject: [elpa] externals/gited 55fc368 54/73: Fix gited-push bug from previous commit
Date: Sun, 29 Nov 2020 00:00:38 -0500 (EST)

branch: externals/gited
commit 55fc368678c9a0bd75554d7b3a54940051ef6e60
Author: Tino Calancha <tino.calancha@gmail.com>
Commit: Tino Calancha <tino.calancha@gmail.com>

    Fix gited-push bug from previous commit
    
    Bump version to 0.4.2.
    * packages/gited/gited.el (gited-push): Drop hardcoded master
    from cmd; instead we call `gited-current-branch'.
---
 gited.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gited.el b/gited.el
index 7fdfc91..5d86877 100644
--- a/gited.el
+++ b/gited.el
@@ -8,11 +8,11 @@
 
 ;; Created: Wed Oct 26 01:28:54 JST 2016
 ;; Compatibility: GNU Emacs: 24.4
-;; Version: 0.4.1
+;; Version: 0.4.2
 ;; Package-Requires: ((emacs "24.4") (cl-lib "0.5"))
-;; Last-Updated: Mon Mar 26 16:46:14 JST 2018
+;; Last-Updated: Tue Apr 03 00:57:31 JST 2018
 ;;           By: calancha
-;;     Update #: 684
+;;     Update #: 685
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;
@@ -2091,7 +2091,7 @@ ref is not ancestor of the local ref."
                                  gited-current-branch))))
       (message "OK, push canceled")
     (let ((buf (gited--output-buffer))
-          (cmd (format "%s push %s master %s %s"
+          (cmd (format "%s push %s %s %s"
                        vc-git-program gited-current-remote-rep 
(gited-current-branch)
                        (if force-with-lease "--force-with-lease" ""))))
       (setq gited-output-buffer buf



reply via email to

[Prev in Thread] Current Thread [Next in Thread]