Comment #7 on issue 2177 by [email protected]: git branch is not used http://code.google.com/p/reviewboard/issues/detail?id=2177
I think I found source of the problem. The index line in git format-patch --full-index contains blobs rather than revisions. Then, the recommended cgit line: http://git.gnome.org/browse/gtk+/plain/<filename>?id2=<revision> is incorrect as a commit sha is expected. It needs to be updated to: http://git.gnome.org/browse/gtk+/blob/<filename>?id=<revision>
-- You received this message because you are subscribed to the Google Groups "reviewboard-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
