Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • can you change it so that the whole message is included and seprated by a pipe instead of just the number: ci-488: fetch blueprint (#4741)|f0fd5dc0f5e051e75b841b3830e3a54cdf779200 Commented May 7 at 16:48
  • Just use the basic git command and fiddle with the tokens git log --pretty=format:'%s|%H'. However, putting the tokens in this order could be problematic; IE if you have a | in a commit message it will make processing the output harder. Commented May 13 at 13:29