Source Code

git workflow

We have switched to git / github [External] based development since the 3.3.0 release.

We use source code branches to handle our different release series.

  • devel [External]: the latest, most ambitious branch
  • stable [External]: the current release series
  • integration [External]: branches under consideration for next release

Most of the development happens in branches. Once ready for integration into stable or devel, a pull request is opened and a code review takes place. Here's a list of all branches in the works [External].

Contribute

Feel free to fork [External] our github repository [External] if you are willing to contribute!

History

We were using the monotone [External] source control system before our migration to git. All of the monotone database information was kept (commit content, messages, etc.) so if you need to go back in time you should be able to do so from the git repository. Still, our previous monotone code viewer interface [External] is still available if you need to browse the old repository.