Git Repository Structure » History » Revision 4
Revision 3 (Sergey Smolov, 11/13/2018 02:56 PM) → Revision 4/6 (Sergey Smolov, 11/19/2019 03:16 PM)
h1. Git Repository Structure {{toc}} This page describes the structure of project's Git repository. h2. Branches Most of Git branches that are presented in the repository are user-specific. But some of them are _persistent_ (it seemed to be "persistent" - it is expected that they will be in use for a long time). time. These branches are: *master* - main branch of the "QEMU":https://www.qemu.org project (*NOTE*: please do not push your commits to this branch!) *qemu4v.master* - main branch of the QEMU4V project *qemu4v_0_1_1* - merged commits of QEMU4V 0.1.1 (includes commits from pre-QEMU4V QEMU-based projects, like _QEMU for RISC-V_ and _QEMU for ARMv8_) h2. Tags Every tag of the QEMU4V project should be named as follows: '<version-number>-<label>-<date>', for example: <pre> 0.1.1-beta-180517 </pre>