Page History
...
Gerrit can host many git repositories, and of course each of those repositories can contain many branches. For instance, these are some of the repositories on Gerrit today:
Repository | Descriptionrepo | descriptionStatusstatus | Notes | |
|---|---|---|---|---|
Whamcloud's Lustre for new releases | Gatekeeping in effect | |||
| branch: b1_8 | for 1.8.6+ maintenance releases | Critical bug fixes only | |
| branch: b2_1 | for 2.1.0+ feature maintenance releases | Bug fixes only | |
| branch: b2_2 | for 2.2.0+ feature release | Closed to landings | |
| branch: b2_3 | for 2.3.0+ feature | releasesrelease | Bug fixes only | |
| branch: master | for 2.34.0+ releases | Open for new features and fixes | |
A collection of development branches for Whamcloud developers | no gatekeeping | |||
Mirror of kernel.org e2fsprogs, contains lustre brancheslimited checkins | follows stable e2fsprogs | |||
| branch: master-lustre | for 1.41.90+ releases | Open for new features and fixes |
Managing Changes in Git
Whole books could be written about this topic, and there plenty of online tutorials on the web that explain this in more detail and suggest other methods of managing changes. However, this distilled version is (hopefully) enough to get started.
...