We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ae4705 + f908b70 commit c49bf9bCopy full SHA for c49bf9b
book/08-customizing-git/sections/attributes.asc
@@ -329,9 +329,9 @@ The substitutions can include for example the commit message and any `git notes`
329
[source,console]
330
----
331
$ echo '$Format:Last commit: %h by %aN at %cd%n%+w(76,6,9)%B$' > LAST_COMMIT
332
-$ git commit -am 'export-subst uses git log's custom formatter
+$ git commit -am 'export-subst uses git log'\''s custom formatter
333
334
-git archive uses git log's `pretty=format:` processor
+git archive uses git log'\''s `pretty=format:` processor
335
directly, and strips the surrounding `$Format:` and `$`
336
markup from the output.
337
'
0 commit comments