提交 2e88c266 编写于 作者: J Jakub Narebski 提交者: Junio C Hamano

Document git log --full-diff

Based on description of commit 477f2b41
"git log --full-diff" adding this option.
Signed-off-by: NJakub Narebski <jnareb@gmail.com>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 13120fdc
......@@ -54,6 +54,13 @@ include::pretty-options.txt[]
--decorate::
Print out the ref names of any commits that are shown.
--full-diff::
Without this flag, "git log -p <paths>..." shows commits that
touch the specified paths, and diffs about the same specified
paths. With this, the full diff is shown for commits that touch
the specified paths; this means that "<paths>..." limits only
commits, and doesn't limit diff for those commits.
<paths>...::
Show only commits that affect the specified paths.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册