From cfd366418e6662129cca321e305f4ee2cdf7b736 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sat, 10 Apr 2021 17:11:30 +0200 Subject: [PATCH] Update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2610944..b19e3f79 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,10 @@ This is a more extended example with all possible options. skip_dirty_check: true # Optional: Skip internal call to `git fetch` - skip_fetch: true + skip_fetch: true + + # Optional: Prevents the shell from expanding filenames. Details: https://www.gnu.org/software/bash/manual/html_node/Filename-Expansion.html + disable_globbing: true ``` ## Example