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 username to standard branch prefix #47

Open
b4mboo opened this issue May 14, 2013 · 0 comments
Open

Add username to standard branch prefix #47

b4mboo opened this issue May 14, 2013 · 0 comments

Comments

@b4mboo
Copy link
Owner

b4mboo commented May 14, 2013

Whenever you want to clean up your repository's branches and run git review clean --all there are a couple of left over branches, which have commits that have not yet been merged to master. We are looking for an easy way to know who might still need that branch or whether the contents are obsolete. In order to identify the one who created that branch, you can of course take a look at the commits (and that is probably the only safe way to handle these things). However, it would be nice to have the git username in the branch name to tell the respective team member to take care of that.

The idea is to simply put the git username into the prefix, which git-review uses to identify review branches. E.g. review_130514_b4mboo_feature_name.

xystushi added a commit to xystushi/git-review that referenced this issue Sep 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant