wiki:Obsolete/GitBranches

Since the switch to git, branches are not inside the main development tree anymore. This means a lot of work happens out of sight.

This page is a first attempt to :

  • Give some hints on how to work with these for those of us not knowing git well enough
  • Trying to give these branches a bit more visibility by giving the URL and a short description of the work going on and status.

Getting changes from a branch

Available branches

Axel IMAP rewrite

https://github.com/axeld/haiku/tree/imap

The current IMAP code in Haiku is quite buggy and apparently led to data loss in some cases. This branch is a work in progress rewrite of the whole IMAP code to bring it in better shape.

Package management

https://github.com/weinhold/Haiku/tree/pm-flat

The package management in Haiku takes an approach that touches a lot of things in the OS, down to the bootloader. It is basically working now, but the main consequence for applications is that a lot of places are now made out of packages and are read-only. This gets some apps in trouble, so it wasn't merged yet in the development trunk.

Tracker refactoring

https://github.com/aldeck/haiku/tree/tracker_layout

Work in progress on Tracker refactoring

Last modified 12 years ago Last modified on Mar 3, 2012, 10:51:45 AM
Note: See TracWiki for help on using the wiki.