summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2019-12-10mime_entity_to_mbox: Fix "From "-escaping for multi-part messagesBen Hutchings1-1/+1
2019-12-10mime_entity_to_mbox: Fix "From "-escapingBen Hutchings1-5/+7
2019-12-05scripts: Add script to look up commits referenced in FixesBen Hutchings1-0/+32
2019-10-03scripts: Offset Date header fields to support sorting by dateBen Hutchings1-1/+15
2019-07-02scripts: Add check for valid base version when looking up queue or git dirBen Hutchings1-0/+12
2019-05-14import-commits: Import from the upstream git directoryBen Hutchings1-1/+1
2018-12-05Add mail header field to make patchwork ignore stable patchesBen Hutchings1-1/+2
2018-06-22import-ccd: Prompt to view notes for a commit if presentBen Hutchings1-0/+3
2018-06-22import-ccd: Factor out yes/no prompt into a functionBen Hutchings1-7/+13
2018-05-10import-ccd: Show patch base name instead of absolute file nameBen Hutchings1-2/+3
2018-05-10import-ccd: Move commit hash to status lineBen Hutchings1-5/+5
2018-05-10import-ccd: Show status line before processing each commitBen Hutchings1-0/+4
2018-05-10import-ccd: Add support for continuing after incomplete runBen Hutchings1-9/+37
2018-05-10import-ccd: Check number of arguments properlyBen Hutchings1-9/+15
2017-11-26Change the review message to refer to -rc git branch instead of a combined patchBen Hutchings2-5/+6
2017-11-09[scripts] Add support for rc branches (commit --rc)Ben Hutchings1-14/+48
2017-11-08[scripts] Add signoff-patch script and change other scripts to use this versionBen Hutchings3-2/+24
2017-11-08[scripts] Use our version of git-format-patch-for-backport even if not in $PATHBen Hutchings2-2/+2
2017-11-08[scripts] Add $SCRIPTS variable for scripts directory in shell scriptsBen Hutchings2-2/+4
2017-09-15[scripts] Make shell scripts assume they're run in kernel source directoryBen Hutchings2-7/+9
2017-07-19Stop hard-coding upstream remote name as "origin"Ben Hutchings2-3/+5
2017-03-01import-ccd: When prompting for yes/no, repeat if answer doesn't start y or nBen Hutchings1-9/+10
2017-03-01import-ccd: Improve wording for cc: stable commentsBen Hutchings1-1/+1
2016-10-21Never match merge commitsBen Hutchings1-1/+1
2016-02-27Make the commit script undo quilt changes firstBen Hutchings1-0/+27
2016-02-18Avoid using 'quilt init' as older versions of quilt don't support itBen Hutchings1-2/+11
2015-12-23Add script to automate some of the patch testingBen Hutchings1-0/+44
2015-12-23Fix Perl base_version() function for major versions 4-9Ben Hutchings1-1/+1
2015-12-23Create queue directory in get_queue() if it doesn't yet existBen Hutchings2-2/+7
2015-12-23Make list of base versions an explicit configuration variableBen Hutchings3-14/+2
2015-10-13Use HTTP-S URLs in announcementsBen Hutchings1-2/+2
2015-01-15Import commits with only a Fixes: tagBen Hutchings1-1/+2
2014-05-18Add queue commit to the commit scriptBen Hutchings1-0/+5
2014-05-18Give the commit script's parameter a nameBen Hutchings1-2/+4
2013-12-22import-ccd: If a Fixes field is present, show it and prompt whether to importBen Hutchings1-1/+5
2013-10-21Fix Date header for revertBen Hutchings1-1/+1
2013-10-20Add script to queue a revert patchBen Hutchings1-0/+39
2013-10-18Include 'PATCH' and the stable base version in review subject prefixBen Hutchings1-4/+6
2013-10-18Rename version string variablesBen Hutchings1-14/+14
2013-07-28Fix review script to remove MIME::Parser temporary filesBen Hutchings1-0/+3
2013-07-26Use git quiltimport in te commit scriptBen Hutchings1-4/+1
2013-07-25Change address scraping regexp to ignore trailing cruftBen Hutchings1-1/+1
2013-07-01Add git format-patch wrapper used for adding commits to the stable queueBen Hutchings1-0/+36
2013-04-08Use real addr-spec for mbox 'From ' linesBen Hutchings1-2/+5
2013-04-07Set character encoding for patch mailsBen Hutchings1-0/+1
2013-04-07Write a replacement review mail generator using Perl and MIME::ToolsBen Hutchings5-247/+203
2013-04-07Add more utility functions for use by review scriptBen Hutchings1-1/+73
2013-04-07Rewrite announce script using Perl and MIME::ToolsBen Hutchings2-33/+93
2013-03-27Add Perl module based on lsq-defs to support reimplementation of lsq scriptsBen Hutchings1-0/+91
2013-03-25Pass -k to git am when applying patchesBen Hutchings1-1/+1
2012-10-28Add script to generate git-like shortlog with upstream referencesBen Hutchings2-1/+75
2012-10-28import-ccd: Fix use of optional argument in conjunction with set -uBen Hutchings1-1/+1
2012-10-03Allow limiting the range of commits imported by import-ccdBen Hutchings1-2/+14
2012-09-24import-mbox: Strip CRs on inputBen Hutchings1-1/+2
2012-09-18Add support for recipients to be cc'd on cover letter of review onlyBen Hutchings2-10/+17
2012-09-18Simplify mbox2send loopBen Hutchings1-8/+4
2012-07-01Make import-ccd independent of current directory, as most other scripts now areBen Hutchings1-2/+2
2012-07-01Change listing of patch queue base versions into a functionBen Hutchings2-3/+11
2012-07-01Turn mbox2send into a filter and invoke it automatically from quilt-mailBen Hutchings2-31/+11
2012-07-01Generate review mailbox name automaticallyBen Hutchings1-9/+2
2012-07-01Put the horrible quilt mail patch filter where everyone can see itBen Hutchings2-1/+59
2012-07-01Use a configuration file and some common function definitionsBen Hutchings7-34/+84
2012-06-04Add script to generate release announcementsBen Hutchings1-0/+53
2012-05-28Don't promise an rc1 patch on kernel.org; it's much easier to mail it outBen Hutchings1-3/+2
2012-05-21Don't include email signatures in patchesBen Hutchings3-5/+6
2012-05-21Add script to commit and tag a stable releaseBen Hutchings1-0/+15
2012-05-20Use relative path to Linux git repository, assuming it's a siblingBen Hutchings2-2/+2
2012-05-18Add script to send an mbox through the sendmail commandBen Hutchings1-0/+3
2012-05-18Generate diffstat for review automaticallyBen Hutchings1-6/+6
2012-05-17Clean up patch format on importBen Hutchings3-4/+9
2012-05-16Add script to import specified git commitsBen Hutchings1-0/+17
2012-05-12Add script to import patches from mboxBen Hutchings1-0/+14
2012-05-12Add script for importing patches cc'd to stableBen Hutchings1-0/+39
2012-05-11Fix path to combined diff in patch review templateBen Hutchings1-1/+1
2012-05-09Generate In-Reply-To header fields from References fieldsBen Hutchings1-6/+3
2012-05-09Copy mbox2send from gregkh-linuxBen Hutchings1-0/+80
2012-05-09Remove dependency on ketchupBen Hutchings1-1/+1
2012-05-09Change the message template and sender for quilt-mailBen Hutchings1-6/+4
2012-05-09Copy quilt-mail from linux-stable-queueBen Hutchings1-0/+70