summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2018-09-12 20:20:53 (GMT)
committerElan Ruusamäe2018-09-12 20:20:53 (GMT)
commit6f8185c9616ffb822225d5834fb9fb3ca0f5db20 (patch)
tree62071598424c912b8fd84002f5ea644a7bfdc03b
parentce60572199da324689c898701e20a833a2044118 (diff)
downloadpassword-store-6f8185c9616ffb822225d5834fb9fb3ca0f5db20.zip
password-store-6f8185c9616ffb822225d5834fb9fb3ca0f5db20.tar.gz
bashcomp-noleak.patch: use git format-patch
-rw-r--r--bashcomp-noleak.patch20
1 files changed, 14 insertions, 6 deletions
diff --git a/bashcomp-noleak.patch b/bashcomp-noleak.patch
index 6267473..959a10f 100644
--- a/bashcomp-noleak.patch
+++ b/bashcomp-noleak.patch
@@ -1,10 +1,15 @@
-commit 983efbbfd3848ed719b30407d4cc632b01dd9385
-Author: Elan Ruusamäe <glen@pld-linux.org>
-Date: Wed Sep 12 23:12:56 2018 +0300
+From 983efbbfd3848ed719b30407d4cc632b01dd9385 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= <glen@pld-linux.org>
+Date: Wed, 12 Sep 2018 23:12:56 +0300
+Subject: [PATCH] bash_completion: do not leak variables to globals scope
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
- bash_completion: do not leak variables to globals scope
-
- Signed-off-by: Elan Ruusamäe <glen@pld-linux.org>
+Signed-off-by: Elan Ruusamäe <glen@pld-linux.org>
+---
+ src/completion/pass.bash-completion | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/completion/pass.bash-completion b/src/completion/pass.bash-completion
index bbe9d0c..08f3401 100644
@@ -51,3 +56,6 @@ index bbe9d0c..08f3401 100644
prefix="${prefix%/}/"
local IFS=$'\n'
+--
+2.18.0
+