Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sync: Run `git gc --auto` after fetch | Shawn O. Pearce | 2009-07-03 | 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> | ||||
* | 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> |