-
Notifications
You must be signed in to change notification settings - Fork 0
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
Improve commit messages #2
Comments
The proper way to fix this is probably within csv-diff itself, e.g. by adding an option to generate shorter commit messages and/or ignore certain columns. For now, I am thinking of applying a hacky workaround and just using the title. |
This is a temporary hack to work around issue #2.
This is a temporary hack to work around issue #2.
Hacky workaround is in place now. This works but I still think it would be nice if we could ignore certain columns, like Number of Article records and Most recent Article Added. That alone would both trim down the size of the diff and the full commit message. |
Because so many journal records change (mainly because of added articles) and csv-diff lists each of them, it seems like commit messages can become close to 500KB, which seems excessive.
The text was updated successfully, but these errors were encountered: