diff options
author | Petr Vorel <petr.vorel@gmail.com> | 2018-06-15 15:52:41 +0200 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2018-06-18 17:43:20 +0100 |
commit | 53561a1e674466e6650ff2e1c7dfeaaca4879fc2 (patch) | |
tree | 14ca40d39db236aca040e2b73d6a1a895faae2d9 /releasenotes/notes | |
parent | 9c179bf4ce968f87b1e960063f4a6dbb9cfae0f9 (diff) | |
download | patchwork-53561a1e674466e6650ff2e1c7dfeaaca4879fc2.tar patchwork-53561a1e674466e6650ff2e1c7dfeaaca4879fc2.tar.gz |
pwclient/get: Add suffix to created patch
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Reviewed-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/pwclient-patch-extension-d864c3c340fbd670.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/pwclient-patch-extension-d864c3c340fbd670.yaml b/releasenotes/notes/pwclient-patch-extension-d864c3c340fbd670.yaml new file mode 100644 index 0000000..8e6d68f --- /dev/null +++ b/releasenotes/notes/pwclient-patch-extension-d864c3c340fbd670.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + The ``pwclient get`` command will now download patches with a ``.patch`` + extension. |