Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit e28dcdc

Browse files
jrngitster
authored andcommitted
shell doc: remove stray "+" in example
The git-shell(1) manpage says EXAMPLE To disable interactive logins, displaying a greeting instead: + $ chsh -s /usr/bin/git-shell $ mkdir $HOME/git-shell-commands [...] The stray "+" has been there ever since the example was added in v1.8.3-rc0~210^2 (shell: new no-interactive-login command to print a custom message, 2013-03-09). The "+" sign between paragraphs is needed in asciidoc to attach extra paragraphs to a list item but here it is not needed and ends up rendered as a literal "+". Remove it. A quick search with "grep -e '<p>+' /usr/share/doc/git/html/*.html" doesn't find any other instances of this problem. Signed-off-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 86ae051 commit e28dcdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-shell.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ EXAMPLE
6666
-------
6767

6868
To disable interactive logins, displaying a greeting instead:
69-
+
69+
7070
----------------
7171
$ chsh -s /usr/bin/git-shell
7272
$ mkdir $HOME/git-shell-commands

0 commit comments

Comments
 (0)