summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2008-09-03 07:51:49 +0000
committerAndreas Gruenbacher <agruen@suse.de>2008-09-03 07:51:49 +0000
commitd1bd2ff1867ef8333ac752638eaa9725f121ee37 (patch)
tree6bf0167f1916a88188009910443366513e01abc4
parentb99fab2a213f07c378ca7ee348a723f66465b525 (diff)
downloadquilt-d1bd2ff1867ef8333ac752638eaa9725f121ee37.tar.gz
- Bash completion fix for fold command from
Bernhard Walle <bwalle@suse.de>.
-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.