Skip to content

Commit

Permalink
enh(Git): Mention profile label in commit message
Browse files Browse the repository at this point in the history
fixes #1739

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Oct 9, 2024
1 parent 0fa30ef commit d5ed9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/adapters/Git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export default class GitAdapter extends CachingAdapter {
await git.commit({
fs: this.fs,
dir: this.dir,
message: 'Floccus bookmarks update',
message: `Floccus update: ${this.getLabel()}`,
author: {
name: 'Floccus bookmarks sync',
}
Expand Down

2 comments on commit d5ed9fe

@elvisisvan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where can i find this configuration?
Image

folder mapping & sync behavior doesn't show it

Image

@marcelklehr
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not released yet ;)

Please sign in to comment.