diff options
author | Martin Ågren <martin.agren@gmail.com> | 2018-09-19 18:38:19 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-09-20 12:00:16 -0700 |
commit | 08caa95a27e8530156cc3b43bc7588dcc838fab8 (patch) | |
tree | 00c67ca180c9405f9c165250bc2b4214ab013ed1 | |
parent | Doc: use `--type=bool` instead of `--bool` (diff) | |
download | tgif-08caa95a27e8530156cc3b43bc7588dcc838fab8.tar.xz |
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>
-rw-r--r-- | Documentation/git-config.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt index 9d8cea72dd..5e87d82933 100644 --- a/Documentation/git-config.txt +++ b/Documentation/git-config.txt @@ -188,8 +188,8 @@ Valid `<type>`'s include: --bool-or-int:: --path:: --expiry-date:: - Historical options for selecting a type specifier. Prefer instead `--type`, - (see: above). + Historical options for selecting a type specifier. Prefer instead `--type` + (see above). --no-type:: Un-sets the previously set type specifier (if one was previously set). This |