Skip to content
Vinícius dos Santos Oliveira edited this page Feb 24, 2015 · 4 revisions

The purpose of this page is to explain the structure of the VCS development repository. Under the repository, you have commits, branches and tags. When a commit relates to a stable version of Tufão, a tag is created. Individual features being developed may have its own branches to avoid blocking releases (what happened to GIMP once).

Currently, the main branches are:

  • master: It holds the main development focus of Tufão. The current focus is version 2.x.
  • 1.x: It holds all the future work of the 1.x versions.
  • 0.x: It holds all the future work of the 0.x versions.
Clone this wiki locally