summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bash_completion1
-rw-r--r--quilt.changes6
2 files changed, 7 insertions, 0 deletions
diff --git a/bash_completion b/bash_completion
index 75f1568..9fd0ebf 100644
--- a/bash_completion
+++ b/bash_completion
@@ -184,6 +184,7 @@ _quilt_completion()
COMPREPLY=( $( compgen -W "0 1" -- $cur ) )
;;
*)
+ _quilt_comfile
COMPREPLY=( ${COMPREPLY[@]:-} $( compgen -W "-p" -- $cur ) )
;;
esac
diff --git a/quilt.changes b/quilt.changes
index 56d5cd2..87c7cb9 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Wed Sep 3 09:50:48 CEST 2008 - agruen@suse.de
+
+- Bash completion fix for fold command from
+ Bernhard Walle <bwalle@suse.de>.
+
+-------------------------------------------------------------------
Thu Aug 21 14:26:56 CEST 2008 - agruen@suse.de
- Bump version to 0.47.