bell notificationshomepageloginNewPostedit profile

Topic : I'm not sure I can provide a full solution to this, as the workflow seems to have so many variables. If what you are after is just getting the comment without copying or pasting, you can - selfpublishingguru.com

10% popularity

I'm not sure I can provide a full solution to this, as the workflow seems to have so many variables. If what you are after is just getting the comment without copying or pasting, you can use something similar to the following Unix command:

$ git log --format=%B -n 1 <sha-1> > filename.txt

This gives you the comment for the specified SHA-1 commit and redirects it to a file. As long as you have the SHA-1 value, you should be able to wrap this in your favorite language and tailor it to dynamically insert the output where needed.


Load Full (0)

Login to follow topic

More posts by @Lengel543

0 Comments

Sorted by latest first Latest Oldest Best

Back to top