summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2014-02-14 15:52:57 +0100
committerJean Delvare <jdelvare@suse.de>2014-02-14 15:52:57 +0100
commit4d8358ae52ce574920c7f3aba7453f305fabf1ba (patch)
treeaf7a0817511b152500712622d0812207c596047a /quilt.changes
parent1b9b6c60abb2537c114828ea597fad65c26ea51a (diff)
downloadquilt-4d8358ae52ce574920c7f3aba7453f305fabf1ba.tar.gz
files: Return nothing if there are no files
"quilt files" returns a blank line if no files are included in the patch. This could easily break constructs such as "quilt files | wc -l". Let "quilt files" return nothing at all if there are no files in the patch.
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes5
1 files changed, 5 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index def8929..d1b8819 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Fri Feb 14 15:49:11 CET 2014 - jdelvare@suse.de
+
+- files: Return nothing if there are no files.
+
+-------------------------------------------------------------------
Wed Feb 12 20:57:35 CET 2014 - jdelvare@suse.de
- test/run: Delay command line splitting.