-
-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Add {{author}} to the commit template #691
Comments
What's the benefit of showing the author name in the commit message if the commit already contains the author, which is shown in git log or GitHub commit history as well? |
I've added the feature now myself, but thanks for offering to contribute. There are now two new options in the settings. |
Thank you for adding that feature! Best, |
Description
Obsidian-git facilitates collaboration on a single Obsidian vault by allowing users to synchronize their vault to a remote Git repository. However, in the current implementation, one cannot specify the author in the automatic backup/commit messages. This feature becomes crucial in collaborative environments where multiple users contribute to the same Obsidian vault.
Proposed Enhancement
Introduce a new variable, {{author}}, to Obsidian-git commit messages template.
Use Case
In scenarios where multiple users are collaborating on a shared Obsidian vault, the ability to attribute changes to specific authors enhances transparency and accountability.
Additional Context
Obsidian-git already supports the use of {{hostname}} in commit messages for situations where a single user manages notes across different devices. Extending this support to include {{author}} would provide a comprehensive solution for both single-user and collaborative environments.
Example
The text was updated successfully, but these errors were encountered: