Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pascal MOLIN
lektor-commit
Commits
8148c8e9
Commit
8148c8e9
authored
Jan 13, 2021
by
Pascal
Browse files
change address
parent
b593f2b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
git.py
View file @
8148c8e9
...
...
@@ -156,7 +156,7 @@ class GitCommit(GitCommand):
git_cmd
=
[
'git'
,
'commit'
]
def
git_args
(
self
,
message
,
author
):
author
=
shlex
.
quote
(
author
)
return
[
'-m'
,
message
,
'--author=
"
%s
"
'
%
(
author
)]
return
[
'-m'
,
message
,
'--author=%s'
%
(
author
)]
@
Repo
.
command
(
'commit_index'
)
class
GitCommitIndex
(
GitCommit
):
...
...
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