aboutsummaryrefslogtreecommitdiff
path: root/lisp/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2018-11-21 12:17:46 +0100
committerJonas Bernoulli <jonas@bernoul.li>2019-02-02 00:28:35 +0100
commitc47913461c099ced33488bb2daed90bf40458a5d (patch)
tree7b4390042f505c7c6351620cec21980840bc3aa6 /lisp/Makefile
parent7e0ef84859bc168de3cd8babdbfcb8f03bcf8b86 (diff)
Rename magit-{push-current-set-remote => remote-set}-if-missing
We are going to use this for other, non-push, commands. Also move the definition to a file that is not solely about pushing and remove most of the doc-string because it is not accurate anymore and additionally would have to be modified several times over the next few commits.
Diffstat (limited to 'lisp/Makefile')
-rw-r--r--lisp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile b/lisp/Makefile
index 84cf365..d57dc88 100644
--- a/lisp/Makefile
+++ b/lisp/Makefile
@@ -42,7 +42,7 @@ magit-commit.elc: magit.elc magit-sequence.elc
magit-remote.elc: magit.elc
magit-clone.elc: magit.elc
magit-fetch.elc: magit.elc
-magit-pull.elc: magit.elc
+magit-pull.elc: magit.elc magit-remote.elc
magit-push.elc: magit.elc
magit-patch.elc: magit.elc
magit-bisect.elc: magit.elc