@@ -159,17 +159,17 @@ added at different times for different reasons. The man methods was
159159first added because "historically git was a set of shell scripts named
160160git-* , so each stood alone".
161161
162- The -- help was the result from "the modern `git <cmd >' approach, with
163- every command normally having - h and -- help options for short form
162+ The & dash ;& dash ; help was the result from "the modern ` git <cmd> ` approach, with
163+ every command normally having & dash ; h and & dash ;& dash ; help options for short form
164164usage and long form man pages". Meanwhile "a ` git help <cmd> ` command
165165was created" which "allowed selection of display type, so that on
166- Unix/Linux man was the norm, while an -- html (or -- web) option is
166+ Unix/Linux man was the norm, while an & dash ;& dash ; html (or & dash ;& dash ; web) option is
167167available for those who like the pretty browser view".
168168
169169Your own Christian Couder chimed in saying that ` git help ` makes it
170170possible to teach people one command that will do something sensible
171171on every system, and that it also "provides more configurability and
172- more features like its - a and - g options".
172+ more features like its & dash ; a and & dash ; g options".
173173
174174Jakub Narębski added that there are also help pages that are about
175175"concepts (gitcli, gitrevisions, githooks, gitrepository-layout,
0 commit comments