diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-05-23 14:38:21 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-05-23 14:38:22 +0900 |
commit | 6b0f1d9c475038a54343c007193f1c81ae82b959 (patch) | |
tree | 84098db8adc4edb0802e8e7bc95539c6a2d78b2b /Documentation/git-shell.txt | |
parent | Merge branch 'bc/format-patch-cover-no-attach' (diff) | |
parent | doc: keep first level section header in upper case (diff) | |
download | tgif-6b0f1d9c475038a54343c007193f1c81ae82b959.tar.xz |
Merge branch 'nd/doc-header'
Doc formatting fix.
* nd/doc-header:
doc: keep first level section header in upper case
Diffstat (limited to 'Documentation/git-shell.txt')
-rw-r--r-- | Documentation/git-shell.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-shell.txt b/Documentation/git-shell.txt index 54cf2560be..11361f33e9 100644 --- a/Documentation/git-shell.txt +++ b/Documentation/git-shell.txt @@ -62,8 +62,8 @@ permissions. If a `no-interactive-login` command exists, then it is run and the interactive shell is aborted. -EXAMPLE -------- +EXAMPLES +-------- To disable interactive logins, displaying a greeting instead: |