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

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

[nongnu] elpa/git-commit f766f68 2/2: magit-pull: Add --ff-only


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit f766f68 2/2: magit-pull: Add --ff-only
Date: Thu, 16 Dec 2021 15:00:16 -0500 (EST)

branch: elpa/git-commit
commit f766f68f78b982443850b2e4433d83e26971fdb0
Author: Brennan Vincent <brennan@umanwizard.com>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    magit-pull: Add --ff-only
---
 lisp/magit-pull.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/magit-pull.el b/lisp/magit-pull.el
index 333cb3e..479431c 100644
--- a/lisp/magit-pull.el
+++ b/lisp/magit-pull.el
@@ -45,8 +45,10 @@
 (transient-define-prefix magit-pull ()
   "Pull from another repository."
   :man-page "git-pull"
+  :incompatible '(("--ff-only" "--rebase"))
   [:description
    (lambda () (if magit-pull-or-fetch "Pull arguments" "Arguments"))
+   ("-f" "Fast-forward only" "--ff-only")
    ("-r" "Rebase local commits" ("-r" "--rebase"))
    ("-A" "Autostash" "--autostash" :level 7)]
   [:description



reply via email to

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