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.
1 parent d67453c commit 2a8a44bCopy full SHA for 2a8a44b
book/08-customizing-git/sections/attributes.asc
@@ -304,7 +304,7 @@ Last commit date: Tue Apr 21 08:38:48 2009 -0700 by Scott Chacon
304
305
The substitutions can include for example the commit message and any git notes, and git log can do simple word wrapping:
306
307
-[source.console]
+[source,console]
308
----
309
$ echo '$Format:Last commit: %h by %aN at %cd%n%+w(76,6,9)%B$' > LAST_COMMIT
310
$ git commit -am 'export-subst uses git log's custom formatter
0 commit comments