aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-12-11pw-apply: don't count weekend time in how long patch has been on the listHEADmasterJakub Kicinski1-3/+53
2023-11-20pw-apply: Fix timezone parsing in the new patch age warningJakub Kicinski1-1/+1
2023-11-17pw-apply: Emit a warning when applying too fresh patchesPaolo Abeni2-4/+18
2023-06-06pw-apply: Support specifying application baseJakub Kicinski1-3/+5
2023-04-24pw-apply: Unify the merge pathsJakub Kicinski1-36/+16
2023-04-24pw-pull: Propagate tags onto pull requestsJakub Kicinski1-1/+21
2023-04-24pw-pull: Match on conflicts in more linesJakub Kicinski1-1/+1
2023-03-09pw-request-pull: Fix checking for gitolite urlDaniel Borkmann1-1/+1
2023-03-09pw-request-pull: Add note about GPG_TTY=$(tty)Andrii Nakryiko1-0/+3
2023-01-30pw-apply: Add tags only if they start the line (not quotes)Jakub Kicinski1-1/+1
2023-01-23pw-schedule: Remove KP from review scheduleDaniel Borkmann1-1/+1
2022-10-24pw-request-pull: make signing 3 step processDaniel Borkmann2-5/+31
2022-10-18pw-request-pull: Add missing tag to blurb templateDaniel Borkmann1-1/+3
2022-10-18pw, docs: Add Martin to send-email snippetDaniel Borkmann1-1/+1
2022-10-18pw-request-pull: Fix tag commit descriptionDaniel Borkmann1-1/+1
2022-10-08pw-request-pull: Signing support for PRsDaniel Borkmann2-2/+14
2022-10-07pw: Document tag signing processDaniel Borkmann1-0/+83
2022-07-28pw-apply/pw-pull: Don't hard code masterJakub Kicinski2-4/+8
2022-07-20pw-schedule: Use <year-month-day> format (ISO 8601) for datesQuentin Monnet2-39/+39
2022-07-20pw-schedule: Use locale-independent format for day of weekQuentin Monnet1-2/+2
2022-07-20pw-schedule: Use locale-independent date format for daysQuentin Monnet1-5/+4
2022-06-27pw-schedule: Add workflow documentation for BPFDaniel Borkmann1-0/+57
2022-06-27pw-schedule: Add review rotation tool for BPFDaniel Borkmann1-0/+80
2022-06-27pw-apply: Trim hyphensJakub Kicinski1-3/+2
2022-06-27pw-apply: Propagate Tested-by tagsJakub Kicinski1-1/+1
2022-06-27pw-pull: Wait for conflict resolutionJakub Kicinski1-0/+7
2022-05-12pw-apply: Trim leading dash from branch namePaolo Abeni1-0/+1
2022-04-27pw: Add Eric to the pull-req template and email addressesDaniel Borkmann2-2/+2
2022-04-09pw: Add Paolo to the pull-req template and email addressesDaniel Borkmann2-3/+3
2022-02-18pw: Add Andrii to git-send-email lineDaniel Borkmann1-1/+1
2022-02-18pw-pull: Allow pulling from a URLJakub Kicinski1-1/+1
2022-02-18pw-apply: Adjust author search to ignore quotation marksJakub Kicinski1-1/+1
2022-02-16pw-apply: Fix two issues with author name parsingAndrii Nakryiko1-1/+4
2021-09-15pw-apply: Use awk for multi-line subject line extractionAndrii Nakryiko1-1/+1
2021-03-09pw-apply: Add support for wrapped multi-line series subjectsAndrii Nakryiko1-1/+2
2021-03-08pw-apply: Handle UTF-8 author namesAndrii Nakryiko1-0/+4
2021-02-24pw-apply: avoid spurious error exit codesJakub Kicinski1-0/+1
2021-02-24README: add info about my applypatch-msg hookJakub Kicinski1-2/+33
2021-02-24pw-apply: export ADD_TAGS based on replies to cover letterJakub Kicinski1-1/+29
2021-02-24pw-pull: add more message separatorsJakub Kicinski1-0/+2
2021-02-24lib: add warning when prefix doesn't match treeJakub Kicinski1-0/+9
2021-02-24pw-pull: use three-way merge for git-amJakub Kicinski1-1/+1
2021-02-24pw-pull: tweak end of messageJakub Kicinski1-1/+1
2021-02-24pw-pull: allow setting pull URL explicitlyJakub Kicinski2-8/+16
2021-02-24pw: add big fat warning when applying incomplete seriesJakub Kicinski1-0/+13
2021-02-24pw-pull: learn to do pulls from cover letterJakub Kicinski2-11/+55
2021-02-24pw-apply: allow dashes in the nameJakub Kicinski1-1/+1
2020-11-15pw: use https instead of git.Alexei Starovoitov1-2/+2
2020-11-13pw: avoid double slash in URIsJakub Kicinski1-0/+2
2020-11-13pw: move mbox_from_series to lib and reuse in pw-pullJakub Kicinski3-16/+13
2020-11-13pw-pull: cut off at 'Please consider'Jakub Kicinski1-1/+4
2020-11-13pw-apply: don't use git-pwJakub Kicinski2-6/+110
2020-11-13pw-apply: fix infinite loop on passing -3Jakub Kicinski1-1/+1
2020-11-10pw-apply: fix fetching cover letter from kernel.org's patchworkAlexei Starovoitov1-5/+5
2020-11-10pw-apply: fix double SoB issue under -b/-cDaniel Borkmann1-5/+5
2020-11-09README: add Jakub's workflowJakub Kicinski1-0/+35
2020-11-09pw-apply: add auto-merge logicJakub Kicinski1-12/+85
2020-11-09pw-apply: add option to launch editsJakub Kicinski1-1/+8
2020-11-09pw-apply: make mb2q optionalJakub Kicinski1-3/+16
2020-11-09pw-apply: make 3 way merge optional for git-amJakub Kicinski1-2/+4
2020-11-09pw-pull: create new command for pullingJakub Kicinski1-0/+122
2020-11-09pw-pull: rename to pw-request-pullJakub Kicinski3-14/+15
2020-10-21pw: teach pw-apply to grab the cover letter and the seriesAlexei Starovoitov1-4/+23
2020-10-21pw: slighly tweak pull req template in pw-pullDaniel Borkmann1-1/+1
2020-03-14pw: update Jakub's email address in readmeDaniel Borkmann1-1/+1
2019-10-28pw: reuse change summary from request-pull output in pw-pullDaniel Borkmann1-2/+2
2019-10-27pw: include reporters, reviewer and tester thank note in pw-pullDaniel Borkmann1-2/+2
2019-10-17pw: auto-derive the merge base in pw-pull if -s not specifiedDaniel Borkmann2-1/+14
2019-10-16pw: improve pw-pull pull request template messageDaniel Borkmann1-1/+10
2019-10-11pw: add todo doc with future improvements to the pw-* scriptsDaniel Borkmann1-0/+10
2019-10-08pw: add option for pw-apply to create explicit merge commitDaniel Borkmann2-2/+24
2019-10-08pw: rename pw-apply mbox option from -m into -bDaniel Borkmann2-5/+5
2019-10-03pw: improve readme and add note on git-pw versionDaniel Borkmann1-4/+11
2019-09-27pw: initial import of pw toolsDaniel Borkmann9-0/+637