2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/build/patch
MDW c885c6917e Qual: Ignore most shellcheck annotations, fix some (#27452)
# Qual: Ignore most shellcheck annotations, fix some

Most shellcheck annotations are ignored - this is to make sure that ci
can work for existing scripts.

Some fixes were applied.

pre-commit script was beautyfied by temporarily suppressing the IFS= expression on 2 lines.
2024-01-12 21:03:08 +01:00
..
2024-01-12 17:14:13 +01:00

README (English)
##################################################
Building a Patch file
##################################################

This directory contains tools to build a patch after a developer has made changes on files in its Dolibarr tree. 
The output patch file can then be submitted on Dolibarr dev mailing-list, with explanation on its goal, for inclusion in main branch.

Using this tool is now deprecated. You must use git pull requests to submit contributions.