Next: Coding style, Previous: Top, Up: Top [Contents][Index]
GRUB is maintained using the GIT revision control system. To fetch:
git clone git://git.sv.gnu.org/grub.git
Web access is available under
http://git.savannah.gnu.org/cgit/grub.git/
The branches available are:
Main development branch.
GRUB 0.97 codebase. Kept for reference and legal reasons
Multiboot specfication
Multiboot2 specfication
Prefixed with developer name. Every developer of a team manages his own branches. Developer branches do not need changelog entries.
Once you have used git clone to fetch an initial copy of a branch, you can use git pull to keep it up to date. If you have modified your local version, you may need to resolve conflicts when pulling.