mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-23 17:48:30 +00:00
Merge pull request #284 from mmonaco/master
Use path for git commit message
This commit is contained in:
commit
18b3a7540d
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ def open(path, mode="r"):
|
|||
path = os.path.relpath(abs_path, FOLDER)
|
||||
GIT_REPOSITORY.stage([path])
|
||||
committer = config.get("git", "committer")
|
||||
GIT_REPOSITORY.do_commit("Commit by Radicale", committer=committer)
|
||||
GIT_REPOSITORY.do_commit(path, committer=committer)
|
||||
# pylint: enable=W0622
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue