Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change print statements to work in python3 | Sarah Owens | 2012-11-13 | 1 | -1/+2 |
| | | | | | | This is part of a series of changes to introduce Python3 support. Change-Id: I373be5de7141aa127d7debdbce1df39148dbec32 | ||||
* | sync: Run `git gc --auto` after fetch | Shawn O. Pearce | 2011-01-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | Users may wind up with a lot of loose object content in projects they don't frequently make changes in, but that are modified by others. Since we bypass many git code paths that would have otherwise called out to `git gc --auto`, its possible for these projects to have their loose object database grow out of control. To help prevent that, we now invoke it ourselves during the network half of sync. Signed-off-by: Shawn O. Pearce <sop@google.com> (cherry picked from commit 1875ddd47c0bf38e5cc52e1e5875caabce2d8742) | ||||
* | Clarify options that control the repo executable version | Shawn O. Pearce | 2009-04-18 | 1 | -2/+3 |
| | | | | Signed-off-by: Shawn O. Pearce <sop@google.com> | ||||
* | Add 'repo selfupdate' to upgrade only repo | Shawn O. Pearce | 2009-04-13 | 1 | -0/+59 |
Users may want to upgrade only repo to the latest release, but leave their working tree state alone and avoid 'repo sync'. Signed-off-by: Shawn O. Pearce <sop@google.com> |