-
Notifications
You must be signed in to change notification settings - Fork 16
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
using tag like commit message does not allow to make request #88
Comments
Could you please explain how to reproduce the problem? |
given you have a commit in your branch with square brackets [] if you will try to ╭─kalabiyau@kalabiyau ~/Code ‹ruby-2.0.0› ‹review_140321_caramba*›
╰─$ git ci -am "[tag] commit"
[review_140321_caramba 8311faf] [tag] commit
1 file changed, 2 insertions(+), 1 deletion(-)
╭─kalabiyau@kalabiyau ~/Code ‹ruby-2.0.0› ‹review_140321_caramba›
╰─$ git review create
Faraday::Builder is now Faraday::RackBuilder.
fatal: 'tag' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
error: Execution of git-review stopped. |
Yes. I can confirm this bug. It is because currently in This is fixed in #90. |
Fix #88, allow [tag] in commit message.
Fix is in development branch. I plan to release a new version before GSoC anyways (and thus merge development into master). Gimme a couple of days to regain a feeling about what's in the development branch right now and what can be merged or cherry-picked. |
given last commit in HEAD looks like
[TAGNAME] done stuff
having latter will not allow to make a review request.
The text was updated successfully, but these errors were encountered: