aboutsummaryrefslogtreecommitdiff
path: root/scripts/mk-patch.sh
Commit message (Collapse)AuthorAgeFilesLines
* scripts: remove legacy mk-patches.shYann E. MORIN2014-06-281-47/+0
| | | | | | | | | This script is too Hg-specific. Just remove it. In case we need something similar in the future, we'd just have to use the better git counterparts. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* scripts: first batch of hg->git conversionYann E. MORIN2014-06-271-0/+3
| | | | | | Replace calls to 'hg' with as-close-as-possible equivalents in git. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* scripts/mk-patch: squash all non alphanumeric charsYann E. MORIN"2011-04-081-1/+1
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* scripts: better sanitise the patch namesYann E. MORIN"2010-08-101-1/+1
| | | | | When generating the fixes-patches, better sanitise the generated file names, as it seems to raise a few issues for some people.
* scripts: add script to publish patchesYann E. MORIN"2010-04-101-0/+44
This script creates the patches for an existing version.