summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/bin
Commit message (Expand)AuthorAgeFilesLines
* Move to a more recent django project structureJeremy Kerr2015-05-279-1421/+0
* pwclient: honor PAGER for viewaldot2015-05-031-4/+19
* Always use #!/usr/bin/env pythonDamien Lespiau2015-03-222-2/+2
* pwclient: support 'archived' filtering and updatingBrian Norris2015-03-221-2/+17
* pwclient: drop unused variablesBrian Norris2015-03-221-1/+0
* pwclient: exit on first patch which fails to applyBrian Norris2015-03-221-2/+9
* pwclient: add project option to single-patch commandsBrian Norris2015-03-221-0/+4
* parsemail: Honour existing PYTHONPATHDamien Lespiau2014-11-101-1/+1
* pwclient: add %{_msgid_} to print message-id without surrounding < and >Jani Nikula2014-11-101-1/+8
* pwclient: add output format option to list/search commandJani Nikula2014-11-101-10/+27
* pwclient: Remove unhandled action 'save'Bernhard Reutner-Fischer2014-11-101-1/+1
* pwclient: Rephrase patch_ids iteratorBernhard Reutner-Fischer2014-11-101-10/+14
* pwclient: Simplify argument handlingBernhard Reutner-Fischer2014-11-101-27/+13
* pwclient: add --help / -? to all sub commandsBernhard Reutner-Fischer2014-11-101-19/+25
* pwclient: preserve ordering of patch idsJeremy Kerr2014-09-071-1/+1
* pwclient: diagnose hash_parser errors gracefullyBernhard Reutner-Fischer2014-09-071-12/+33
* pwclient: allow multiple IDsBernhard Reutner-Fischer2014-09-071-26/+34
* pwclient: support signoff in the pwclientrcBernhard Reutner-Fischer2014-09-071-1/+7
* pwclient: Remove now obsolete usage()Bernhard Reutner-Fischer2014-09-071-32/+4
* pwclient: simplify hash/id handlingBernhard Reutner-Fischer2014-09-071-39/+28
* pwclient: add git-am -s supportBernhard Reutner-Fischer2014-09-071-45/+192
* parsemail: Fallback to common charsets when charset is None or x-unknownSiddhesh Poyarekar2014-07-241-6/+34
* pwclient: add bash completion for project namesYann E. MORIN2014-07-041-0/+29
* pwclient: accept more than one project in ~/.pwclientrcYann E. MORIN2014-07-041-14/+55
* pwclient: rename variable CONFIG_FILES to be singularYann E. MORIN2014-07-041-2/+2
* Add unconfirmed registration expiryJeremy Kerr2014-04-221-1/+3
* pwclient: fix handling UTF-8 in patch infoAndreas Bießmann2014-01-281-1/+1
* pwclient: Add a little more space in 'pwclient list'Doug Anderson2012-12-301-3/+3
* pwclient: Add command for printing patch infoDoug Anderson2012-12-301-2/+14
* pwclient: lookup patch_id given Message-IdBen Myers2012-11-051-2/+9
* pwclient: Pass input to git-am as a UTF-8 stringJeremy Kerr2012-09-041-1/+1
* Use an explicit initial default patch stateDirk Wallenstein2012-04-301-3/+3
* patchwork: new pwclient git-am actiondavid decotigny2011-11-251-3/+20
* parser: allow other protocol types in pull-request handlingJeremy Kerr2011-11-251-1/+1
* notifications: Add code to send notificationsJeremy Kerr2011-04-141-0/+13
* parser: Get rid of some code duplication in parsemail-batch.shGuilherme Salgado2011-03-301-8/+2
* models: use User.post_save signal to create UserProfile objectsJeremy Kerr2011-03-301-29/+0
* parser: Allow pull requests to include a diffGuilherme Salgado2011-03-081-8/+2
* parser: Recognize mail headers for delegate and stateDirk Wallenstein2011-02-281-1/+24
* parser: Account for mail client line wrapping in pull requestsDirk Wallenstein2011-02-111-1/+1
* templates: Fix pwclient no-match messagesDirk Wallenstein2011-02-111-2/+2
* parser: Decode the subject headerDirk Wallenstein2011-02-111-0/+2
* pwclient: fix handling of UTF-8 char in submitter nameAndreas Bießmann2010-12-101-1/+2
* Add support for git-pull requestsJeremy Kerr2010-11-011-2/+21
* parsemail: change tab to spaceJeremy Kerr2010-11-011-1/+1
* parser: Recognize X-list list headerRalf Baechle2010-09-231-1/+1
* tools: De-hyphenate Git commands in update-patchwork-status.pyMartin Krafft2010-08-101-2/+2
* pwclient: allow authenticated https connectionsJeremy Kerr2010-03-191-4/+15
* pwclient get: fix for handling messages encoded in UTF-8Paul Menzel2010-01-251-1/+1
* pwclient: fallback to patch_get_by_hashJeremy Kerr2009-11-251-1/+7