We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d8485 commit 5f39359Copy full SHA for 5f39359
book/08-customizing-git/sections/attributes.asc
@@ -336,9 +336,9 @@ Last commit date: Tue Apr 21 08:38:48 2009 -0700 by Scott Chacon
336
$ echo '$Format:Last commit: %h by %aN at %cd%n%+w(76,6,9)%B$' > LAST_COMMIT
337
$ git commit -am 'export-subst uses git log'\''s custom formatter
338
339
-git archive 直接使用 git log 的 `pretty=format:`
340
-处理器,并在输出中移除两侧的 `$Format:` 和 `$`
341
-标记。
+git archive uses git log'\''s `pretty=format:` processor
+directly, and strips the surrounding `$Format:` and `$`
+markup from the output.
342
'
343
$ git archive @ | tar xfO - LAST_COMMIT
344
Last commit: 312ccc8 by Jim Hill at Fri May 8 09:14:04 2015 -0700
0 commit comments