Does Google Code (svn or git) has any thing comparable to GitHub pull request so that other can easily contribute to a project?
Asked
Active
Viewed 2,177 times
23
-
That's (one thing of) what the issue tracker is used for, so for now there is no equivalent. For your own project you can add your own issue label for that although most projects I know don't have something like that. – mbx Aug 15 '11 at 00:51
-
@mbx so one should create a patch and then submit patch files? can I then merge the patch online or see diff online? – Ali Shakiba Aug 15 '11 at 00:54
-
depends on how your project is distributed. One could rebuild that using the google code API, but merging "offline" is the usual way to go. – mbx Aug 15 '11 at 00:56
-
@mbx what exactly do you mean by "depends on how your project is distributed" and "one could rebuild that using the google code API"? – Ali Shakiba Aug 15 '11 at 01:04
-
You can script something around the [Issue Tracker API](http://code.google.com/p/support/wiki/IssueTrackerAPI). – mbx Aug 15 '11 at 01:20
-
If you add a template for Pull-Requests, it may look like [this](http://code.google.com/p/btuswphalma/issues/entry?template=Pull%20Request). Just give your remote and a commit in the commits section in the right format... – mbx Aug 15 '11 at 02:04
1 Answers
23
Not yet, though this is an accepted issue (star it!).

Stevoisiak
- 23,794
- 27
- 122
- 225

Francois G
- 11,957
- 54
- 59