File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ _git_conf_get__cb__ft_map () (
7676 debug " args =" " $@ "
7777
7878 # shellcheck disable=SC2086,SC2154
79- git config $conf --get-regexp " $gc_prog_name " ' \.map-- ' | while read -r line; do
79+ git config $conf --get-regexp " $gc_prog_name " ' \.map-' | while read -r line; do
8080 line=" $( echo " $line " | awk -F' --' ' {print $2}' ) "
8181 ft=" $( echo " $line " | cut -d' ' -f1) "
8282 ext=" $( echo " $line " | cut -d' ' -f2- | pat_list_to_case) "
@@ -129,14 +129,14 @@ git_conf_get__ft_formatter () (
129129
130130 debug " args =" " $@ "
131131
132- fmt=" $( git_conf_get__call_ _git_conf_get__cb__section_glob " $file " " formatter= $ft " ) "
132+ fmt=" $( git_conf_get__call_ _git_conf_get__cb__section_glob " $file " " formatter- $ft " ) "
133133
134134 if [ -z " $fmt " ]; then
135135 fmt=" $( git_conf_get__call_ _git_conf_get__cb__simple " $gc_prog_name .=$ft .formatter" ) "
136136 fi
137137
138138 if [ -z " $fmt " ]; then
139- fmt=" $( git_conf_get__call_ _git_conf_get__cb__simple " $gc_prog_name .formatter= $ft " ) "
139+ fmt=" $( git_conf_get__call_ _git_conf_get__cb__simple " $gc_prog_name .formatter- $ft " ) "
140140 fi
141141
142142 echo " $fmt "
You can’t perform that action at this time.
0 commit comments