nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.

Home Page:http://nvie.com/posts/a-successful-git-branching-model/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show commit hashes in action summary

maritaria opened this issue · comments

Git management systems (github, gitlab, etc) often support referencing existing commits as part of issues, merges etc.

When finishing a feature it would be neat to get the commit hash of the created merge commit so you can share it easily with your peers.

Proposal

Summary of actions:
- The feature branch 'feature/xyz' was merged into 'develop'
- The merging commit is f356242{...}5459702cf
- Feature branch 'feature/xyz' has been removed
- You are now on branch 'develop'