Project

General

Profile

Git Repository Structure » History » Version 3

Sergey Smolov, 11/13/2018 02:56 PM

1 1 Sergey Smolov
h1. Git Repository Structure
2
3
{{toc}}
4
5
This page describes the structure of project's Git repository.
6
7
h2. Branches
8
9
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.
10
These branches are:
11
12
*master* - main branch of the "QEMU":https://www.qemu.org project (*NOTE*: please do not push your commits to this branch!)
13
*qemu4v.master* - main branch of the QEMU4V project
14 3 Sergey Smolov
*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_)
15 1 Sergey Smolov
16
h2. Tags
17
18
Every tag of the QEMU4V project should be named as follows: '<version-number>-<label>-<date>', for example:
19
<pre>
20
0.1.1-beta-180517
21
</pre>