aboutsummaryrefslogtreecommitdiff
path: root/scripts/patch-rework.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix bashisms in patch-rework.sh scriptLed2015-01-111-6/+8
| | | | | | | | This script has a '#!/bin/sh' shabang and might be running on a POSIX shell. So replace bash-specific constructions (pushd/popd, for((...)), read with '-u' option) to POSIX-shell equivalents. Signed-off-by: Led ledest@gmail.com
* misc: fix more typos here and there...Yann E. MORIN"2011-07-171-1/+1
| | | | | Reported-by: "Antony N. Pavlov" <antony@niisi.msk.ru> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* scripts: add doc for patch-reworkYann E. MORIN"2010-12-191-8/+51
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* scripts: update/fix patch-reworkYann E. MORIN"2010-10-071-9/+7
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* scripts: add a new helper script to easily rediff a patchsetYann E. MORIN"2009-11-131-0/+153