git-config.txt: fix 'see: above' note
Rather than saying "(see: above)", drop the colon. Also drop the comma before this note. Signed-off-by: Martin Ågren <martin.agren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Martin Ågren committed
Sep 19, 2018 at 18:38 UTC
08caa95a27e8530156cc3b43bc7588dcc838fab8
1 file changed
+2
-2
Documentation/git-config.txt
+2
-2
@@ -188,8 +188,8 @@ Valid `<type>`'s include:
188
--bool-or-int::
189
--path::
190
--expiry-date::
191
- Historical options for selecting a type specifier. Prefer instead `--type`,
192
- (see: above).
191
+ Historical options for selecting a type specifier. Prefer instead `--type`
192
+ (see above).
193
194
--no-type::
195
Un-sets the previously set type specifier (if one was previously set). This