doc: fix formatting in git-update-ref

Remove the parapgraph numbers from lines explaining the reflog format and typeset these lines in monospace. Signed-off-by: Andreas Heiduk <asheiduk@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Andreas Heiduk committed Oct 22, 2018 at 22:45 UTC 081d91618bd4541fda824e746e5a22838c2e2495
1 file changed +4 -4
Documentation/git-update-ref.txt
+4 -4
@@ -129,8 +129,8 @@ a line to the log file "$GIT_DIR/logs/<ref>" (dereferencing all
129 symbolic refs before creating the log name) describing the change
130 in ref value. Log lines are formatted as:
131
132 - . oldsha1 SP newsha1 SP committer LF
133 -+
132 + oldsha1 SP newsha1 SP committer LF
133 +
134 Where "oldsha1" is the 40 character hexadecimal value previously
135 stored in <ref>, "newsha1" is the 40 character hexadecimal value of
136 <newvalue> and "committer" is the committer's name, email address
@@ -138,8 +138,8 @@ and date in the standard Git committer ident format.
138
139 Optionally with -m:
140
141 - . oldsha1 SP newsha1 SP committer TAB message LF
142 -+
141 + oldsha1 SP newsha1 SP committer TAB message LF
142 +
143 Where all fields are as described above and "message" is the
144 value supplied to the -m option.
145