From 44f89b94560cce2e8e22cd0b9fe2a84fd975c866 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 26 Mar 2021 13:10:10 +0100 Subject: [PATCH] not used at the moment and in general, we should release more frequently --- installation/patch/README.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 installation/patch/README.md diff --git a/installation/patch/README.md b/installation/patch/README.md deleted file mode 100644 index 95f377691..000000000 --- a/installation/patch/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# DAMASK patching - -This folder contains patches that modify the functionality of the current development version of DAMASK ahead of the corresponding adoption in the official release. - -## Usage - -```bash -cd DAMASK_ROOT -patch -p1 < installation/patch/nameOfPatch -``` - -## Create patch -commit your changes - -```bash -git format-patch PATH_TO_COMPARE --stdout > -```