summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2012-02-01 18:08:49 +0100
committerJean Delvare <jdelvare@suse.de>2012-02-01 18:08:49 +0100
commit112ca01df0bc5a0815ba6cca7d8eb95dbc6091c3 (patch)
treeaec590e2fe2c2d817f81a8e25588195c037e752c /quilt.changes
parent275532ad427f507ac6c4dcf08d41080cb57576b0 (diff)
downloadquilt-112ca01df0bc5a0815ba6cca7d8eb95dbc6091c3.tar.gz
backup-files: Skip echo-only loops in silent mode
In silent mode, loops which do nothing but print messages turn into no-ops. Skip them completely to save some time. Signed-off-by: Jean Delvare <jdelvare@suse.de> Reviewed-by: Raphael Hertzog <hertzog@debian.org>
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes9
1 files changed, 9 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index a553490..f74a5e9 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,13 @@
-------------------------------------------------------------------
+Wed Feb 1 17:23:39 CET 2012 - jdelvare@suse.de
+
+- backup-files: 32 performance improvements, developed during Suse
+ Hack Week VI (February 2010.) This speeds up backup-files by a
+ factor 50, roughly, bringing it close enough to the original C
+ implementation. Many thanks to Raphael Hertzog for reviewing
+ most of the series.
+
+-------------------------------------------------------------------
Wed Feb 1 17:06:24 CET 2012 - jdelvare@suse.de
- Finally get rid of the old C implementation of backup-files,