Project

General

Profile

Git Repository Structure » History » Revision 3

Revision 2 (Sergey Smolov, 11/13/2018 02:54 PM) → Revision 3/6 (Sergey Smolov, 11/13/2018 02:56 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 seemed to be "persistent" - it is expected that they will be in use for a long 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_) projects) 

 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>