From 96b59dab349ee678112a1fe46eaad9e18b6eacc9 Mon Sep 17 00:00:00 2001 From: romkatv Date: Mon, 5 Aug 2019 22:23:39 +0200 Subject: [PATCH] pull upstream changes from gitstatus --- gitstatus/gitstatus.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitstatus/gitstatus.plugin.zsh b/gitstatus/gitstatus.plugin.zsh index 6750aa4..a68614e 100644 --- a/gitstatus/gitstatus.plugin.zsh +++ b/gitstatus/gitstatus.plugin.zsh @@ -273,7 +273,7 @@ function gitstatus_start() { local -i max_num_untracked=1 local -i dirty_max_index_size=-1 while true; do - getopts "t:s:u:d:m:" opt || break + getopts "t:s:u:c:d:m:" opt || break case $opt in t) timeout=$OPTARG;; s) max_num_staged=$OPTARG;;