Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
magit
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Debian Emacsen team
magit
Commits
08c61ea8
Commit
08c61ea8
authored
Feb 20, 2016
by
Jonas Bernoulli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
magit-commit-popup: remove stray quote
Fixes #2558.
parent
e3391836
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/magit-commit.el
lisp/magit-commit.el
+1
-1
No files found.
lisp/magit-commit.el
View file @
08c61ea8
...
...
@@ -116,7 +116,7 @@ an error while using those is harder to recover from."
(
?a
"Amend"
magit-commit-amend
)
(
?A
"Augment"
magit-commit-augment
))
:max-action-columns
4
:default-action
'
magit-commit
))
:default-action
magit-commit
))
(
magit-define-popup-keys-deferred
'magit-commit-popup
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment