Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add b2_3 and update master to 2.4.0+

...

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:

releases

Repository

Descriptionrepo

descriptionStatusstatus

Notes

fs/lustre-release

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_3for 2.3.0+ feature release

Bug fixes only

 

branch: master

for 2.34.0+ releases

Open for new features and fixes

fs/lustre-dev

A collection of development branches for Whamcloud developers

no gatekeeping

 

tools/e2fsprogs

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.

...