You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to list the first line of all commits since the last tag starting with release-. On the command line, the command would be: git log --oneline $(git describe --tags --match="release-*" --abbrev=0)..HEAD
I want to list the first line of all commits since the last tag starting with
release-
. On the command line, the command would be:git log --oneline $(git describe --tags --match="release-*" --abbrev=0)..HEAD
How can this be achieved with gitinfo?
I tried something like that, but since gitinfo performs custom commands asynchronously, I does not work.
Any ideas?
The text was updated successfully, but these errors were encountered: