diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2018-11-21 12:17:46 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2019-02-02 00:28:35 +0100 |
| commit | c47913461c099ced33488bb2daed90bf40458a5d (patch) | |
| tree | 7b4390042f505c7c6351620cec21980840bc3aa6 /lisp/Makefile | |
| parent | 7e0ef84859bc168de3cd8babdbfcb8f03bcf8b86 (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/Makefile | 2 |
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 |
