Dominik Bamberger
Dominik Bamberger
Right now git-review only supports GitHub. It might however be nice to extend the functionality towards allowing other services (i.e. BitBucket).
This actually a GitHub bug, which I already reported. Just waiting for the fix.
When calling `git review create` on master, we end up with an unnecessary branch change in the end. As you can see from the log, we're already back on master...
As a "nice to have" feature, we've been thinking about something like `git review checkout latest`, which would checkout the latest review.
Enable the user to display existing comments and add new ones.
Since all the branches that have been prepared with git-review use the same kind of prefix, it should be quite simple to show a list active feature branches. We're looking...
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...
When displaying diffs, it would be much better to show the diff against the current master on GitHub and not the local one.