summaryrefslogtreecommitdiff
path: root/scripts/mk-patch.sh
AgeCommit message (Collapse)AuthorFilesLines
2014-06-28scripts: remove legacy mk-patches.shYann E. MORIN1-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>
2014-06-26scripts: first batch of hg->git conversionYann E. MORIN1-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>
2011-04-07scripts/mk-patch: squash all non alphanumeric charsYann E. MORIN"1-1/+1
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2010-08-10scripts: better sanitise the patch namesYann E. MORIN"1-1/+1
When generating the fixes-patches, better sanitise the generated file names, as it seems to raise a few issues for some people.
2010-04-10scripts: add script to publish patchesYann E. MORIN"1-0/+44
This script creates the patches for an existing version.