-
Notifications
You must be signed in to change notification settings - Fork 93
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
tag with git commit message #387
Comments
Sure, this seems like providing a keyword arugment |
Could we do it so that the commit description is provided in addition to the tag? I agree the tag should always remain for reproducibility. |
sure |
we can do it like the |
* added gitmessage * removed unecessary package I accidently added * Installing packages * testing the gitmssg function * changed variable in LibGit.2.GitCommit() * Added test for the git commit message? * Added one more line to the git message test * Revise the gitmessage test * Changed some of the test for gitmessage * Revision on the commit message test, description * changed back to previous * correct version --------- Co-authored-by: George Datseris <datseris.george@gmail.com>
Maybe I have overlooked this functionality, but would it be possible to add the git commit message to the result dictionary using DrWatson.@tag!?
This would be really useful, as for example the git commit hash e.g. gitcommit => "96df587e45b29e7a46348a3d780db1f85f41de04" is non-descriptive, especially if you are trying to compare different versions of the same data and understand what the change was. Allowing the git commit message to be included, e.g. "changed parameter x to y" would be a nice automated way to relate code changes to experimental results.
The text was updated successfully, but these errors were encountered: