Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve checkout performance for the common unmodified case | Shawn O. Pearce | 2009-04-18 | 1 | -10/+21 |
| | | | | | | | | | Most projects will have their branch heads matching in all branches, so switching between them should be just a matter of updating the work tree's HEAD symref. This can be done in pure Python, saving quite a bit of time over forking 'git checkout'. Signed-off-by: Shawn O. Pearce <sop@google.com> | ||||
* | Cleanup checkout help to match other commands | Shawn O. Pearce | 2009-04-13 | 1 | -4/+6 |
| | | | | Signed-off-by: Shawn O. Pearce <sop@google.com> | ||||
* | Add checkout command. | Wink Saville | 2009-04-10 | 1 | -0/+45 |
Teach repo how to checkout a branch in all projects or a list of specific projects. Bug: REPO-21 |