Commit 06af9cd2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

README.md: markdown fixes

parent 2b968a60
...@@ -6,23 +6,23 @@ from https://www.codeweavers.com/products/more-information/source ...@@ -6,23 +6,23 @@ from https://www.codeweavers.com/products/more-information/source
This repository contains: This repository contains:
* Branches with changes from wine vanilla code: * Branches with changes from wine vanilla code:
bcw-CWVERSION bcw-CWVERSION
* Tags with CrossOver versions in branch history: * Tags with CrossOver versions in branch history:
cw-CWVERSION cw-CWVERSION
* Branch with CrossOver code history: * Branch with CrossOver code history:
history history
* Script in master branch for update the git repo: * Script in master branch for update the git repo:
./update-wine-cw.sh TARBALL ./update-wine-cw.sh TARBALL
Examples: Examples:
* show diff from base wine version for cw 14.1.1 version: * show diff from base wine version for cw 14.1.1 version:
$ git diff bcw-14.1.1^ bcw-14.1.1 $ git diff bcw-14.1.1^ bcw-14.1.1
or or
$ git show -1 bcw-14.1.1 $ git show -1 bcw-14.1.1
* show diff from previous cw version: * show diff from previous cw version:
$ git show -1 cw-14.1.1 $ git show -1 cw-14.1.1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment