Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
doc: fix formatting in git-update-ref
author
Andreas Heiduk
<asheiduk@gmail.com>
Mon, 22 Oct 2018 20:45:46 +0000
(22:45 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 23 Oct 2018 03:23:09 +0000
(12:23 +0900)
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>
Documentation/git-update-ref.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
9aab3fc
)
diff --git
a/Documentation/git-update-ref.txt
b/Documentation/git-update-ref.txt
index bc8fdfd4691326b44e2cbdea3dc4925cf7440515..86afd24c7f9dc14c5904897946486bba93cc0eb0 100644
(file)
--- a/
Documentation/git-update-ref.txt
+++ b/
Documentation/git-update-ref.txt
@@
-129,8
+129,8
@@
a line to the log file "$GIT_DIR/logs/<ref>" (dereferencing all
symbolic refs before creating the log name) describing the change
in ref value. Log lines are formatted as:
symbolic refs before creating the log name) describing the change
in ref value. Log lines are formatted as:
-
.
oldsha1 SP newsha1 SP committer LF
-+
+ oldsha1 SP newsha1 SP committer LF
+
Where "oldsha1" is the 40 character hexadecimal value previously
stored in <ref>, "newsha1" is the 40 character hexadecimal value of
<newvalue> and "committer" is the committer's name, email address
Where "oldsha1" is the 40 character hexadecimal value previously
stored in <ref>, "newsha1" is the 40 character hexadecimal value of
<newvalue> and "committer" is the committer's name, email address
@@
-138,8
+138,8
@@
and date in the standard Git committer ident format.
Optionally with -m:
Optionally with -m:
-
.
oldsha1 SP newsha1 SP committer TAB message LF
-+
+ oldsha1 SP newsha1 SP committer TAB message LF
+
Where all fields are as described above and "message" is the
value supplied to the -m option.
Where all fields are as described above and "message" is the
value supplied to the -m option.