Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused parsing support for <require commit=""/> | Shawn O. Pearce | 2009-05-19 | 1 | -1/+0 |
| | | | | | | | We haven't supported this in a while, but the parser was still here. Its all dead code, so strip it out. Signed-off-by: Shawn O. Pearce <sop@google.com> | ||||
* | Add <remote project-name="..."> attribute within projects | Shawn O. Pearce | 2008-11-06 | 1 | -1/+5 |
| | | | | | | | | | | | | By setting a project-name on a remote nested within a project forks of a project like the Linux kernel can be easily handled by fetching all relevant forks into the same client side project under different remote names. Developers can create branches off different remotes using `git checkout --track -b $myname $remote/$branch` and later `repo upload` automatically redirects to the proper fork project in the code review server. Signed-off-by: Shawn O. Pearce <sop@google.com> | ||||
* | Initial Contributionv1.0 | The Android Open Source Project | 2008-10-21 | 1 | -0/+21 |