Skip to content
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

Add commit description of hotfix on tag list #89

Closed
chemidy opened this issue Jan 23, 2013 · 1 comment
Closed

Add commit description of hotfix on tag list #89

chemidy opened this issue Jan 23, 2013 · 1 comment
Assignees
Labels
Milestone

Comments

@chemidy
Copy link

chemidy commented Jan 23, 2013

when we launch => twgit tag list, if this is a hotfix without features included, they are no description available for the hotfix.

Is it possible to show all comments for this hotfix as a description ?

@chemidy
Copy link
Author

chemidy commented Jan 28, 2013

We can show only the last commit info with

=> git log --no-merges --pretty='%s' -n 1 $tag

Or We can show all commit infos with

=> git log --no-merges --pretty="%s" $previous_tag..$tag | grep -v 'twgit'

But for 99% of hotfix, there will be only one commit on hotfix

For now i show only the last commit

@ghost ghost assigned chemidy Jan 28, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants