diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2019-05-24 14:50:08 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2019-05-24 14:50:08 +0200 |
| commit | faa0e52a6b67280e5114bd87b8958071dbac1af6 (patch) | |
| tree | 3276c5bb98cb3d1d637c228dd9ab32a166ee50bd /lisp/magit-reset.el | |
| parent | 04f7eaa26c7595552d8eca57832896cc842c6fe5 (diff) | |
No longer use newline characters as pseudo transient suffixes
Transient no longer supports that.
Diffstat (limited to 'lisp/magit-reset.el')
| -rw-r--r-- | lisp/magit-reset.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/magit-reset.el b/lisp/magit-reset.el index 6a24ba1..4ba560c 100644 --- a/lisp/magit-reset.el +++ b/lisp/magit-reset.el @@ -39,7 +39,7 @@ ("h" "hard (HEAD, index and files)" magit-reset-hard) ("i" "index (only)" magit-reset-index) ("w" "worktree (only)" magit-reset-worktree) - ?\n + "" ("f" "a file" magit-file-checkout)]) ;;;###autoload |
