Managing Xen Patches with Git-series: Difference between revisions
From Xen
Jump to navigationJump to search
Lars.kurth (talk | contribs) mNo edit summary |
Lars.kurth (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
This document lays out a very basic example on how to use git-series. Git series is an add-on to git implemented in Rust. |
This document lays out a very basic example on how to use git-series. Git series is an add-on to git implemented in Rust. |
||
For installation instructions see https://github.com/git-series/git-series/blob/master/README.md |
For installation instructions see https://github.com/git-series/git-series/blob/master/README.md Before you install git-series, you will need to have install if not on your system yet |
||
* '''Rust''': see https://www.rust-lang.org/tools/install |
* '''Rust''': see https://www.rust-lang.org/tools/install |
||
* '''cmake''': see https://cmake.org/download/ - <span style="color:red> note that this dependency is not documented in the git-series README file</span>, which is why it is covered here. Also note that after an install, the command line tools are not installed automatically for all operating systems. Go to the UI and select '''Tools > How to Install for Command line use'''. |
* '''cmake''': see https://cmake.org/download/ - <span style="color:red> note that this dependency is not documented in the git-series README file</span>, which is why it is covered here. Also note that after an install, the command line tools are not installed automatically for all operating systems. Go to the UI and select '''Tools > How to Install for Command line use'''. |
Revision as of 13:50, 30 August 2019
This document assumes that you are familiar with the following documents
- Xen Project Repositories
- Submitting Xen Project Patches - the document explains conventions related to cover letters, *-by tags, etc. as well as the tooling involved in sending patches and patch series
This document lays out a very basic example on how to use git-series. Git series is an add-on to git implemented in Rust.
For installation instructions see https://github.com/git-series/git-series/blob/master/README.md Before you install git-series, you will need to have install if not on your system yet
- Rust: see https://www.rust-lang.org/tools/install
- cmake: see https://cmake.org/download/ - note that this dependency is not documented in the git-series README file, which is why it is covered here. Also note that after an install, the command line tools are not installed automatically for all operating systems. Go to the UI and select Tools > How to Install for Command line use.
Similar documents exist for
- Git: see Managing Xen Patches with Git.
- StGit: see Managing Xen Patches with StGit.