@@ -1046,10 +1046,10 @@ Press\ .*enter.*\ to\ use\ the\ selected\ name,\ .*type.*\ a\ new\ name,\ or\ pr
1046
1046
" ${_NB} " add " Example Home File.md" --content " Example home content."
1047
1047
1048
1048
declare _global_email=
1049
- _global_email=" $( git -C " ${NB_DIR} /home" config --global user.email) "
1049
+ _global_email=" $( git -C " ${NB_DIR} /home" config --global --includes user.email) "
1050
1050
1051
1051
declare _global_name=
1052
- _global_name=" $( git -C " ${NB_DIR} /home" config --global user.name) "
1052
+ _global_name=" $( git -C " ${NB_DIR} /home" config --global --includes user.name) "
1053
1053
1054
1054
diff \
1055
1055
<( " ${_NB} " git log -1 --stat | sed -n ' 2 p' ) \
@@ -1103,10 +1103,10 @@ Enter\ a\ new\ value,\ .*unset.*\ to\ use\ the\ global\ value, ]]
1103
1103
" ${_NB} " add " Example Home File.md" --content " Example home content."
1104
1104
1105
1105
declare _global_email=
1106
- _global_email=" $( git -C " ${NB_DIR} /home" config --global user.email) "
1106
+ _global_email=" $( git -C " ${NB_DIR} /home" config --global --includes user.email) "
1107
1107
1108
1108
declare _global_name=
1109
- _global_name=" $( git -C " ${NB_DIR} /home" config --global user.name) "
1109
+ _global_name=" $( git -C " ${NB_DIR} /home" config --global --includes user.name) "
1110
1110
1111
1111
diff \
1112
1112
<( " ${_NB} " git log -1 --stat | sed -n ' 2 p' ) \
@@ -1156,10 +1156,10 @@ Enter\ a\ new\ value,\ .*unset.*\ to\ use\ the\ global\ value, ]]
1156
1156
" ${_NB} " add " Example Home File.md" --content " Example home content."
1157
1157
1158
1158
declare _global_email=
1159
- _global_email=" $( git -C " ${NB_DIR} /home" config --global user.email) "
1159
+ _global_email=" $( git -C " ${NB_DIR} /home" config --global --includes user.email) "
1160
1160
1161
1161
declare _global_name=
1162
- _global_name=" $( git -C " ${NB_DIR} /home" config --global user.name) "
1162
+ _global_name=" $( git -C " ${NB_DIR} /home" config --global --includes user.name) "
1163
1163
1164
1164
diff \
1165
1165
<( " ${_NB} " git log -1 --stat | sed -n ' 2 p' ) \
@@ -1210,10 +1210,10 @@ Enter\ a\ new\ value,\ .*unset.*\ to\ use\ the\ global\ value, ]]
1210
1210
" ${_NB} " add " Example Home File.md" --content " Example home content."
1211
1211
1212
1212
declare _global_email=
1213
- _global_email=" $( git -C " ${NB_DIR} /home" config --global user.email) "
1213
+ _global_email=" $( git -C " ${NB_DIR} /home" config --global --includes user.email) "
1214
1214
1215
1215
declare _global_name=
1216
- _global_name=" $( git -C " ${NB_DIR} /home" config --global user.name) "
1216
+ _global_name=" $( git -C " ${NB_DIR} /home" config --global --includes user.name) "
1217
1217
1218
1218
diff \
1219
1219
<( " ${_NB} " git log -1 --stat | sed -n ' 2 p' ) \
0 commit comments