X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-whatchanged.txt;h=cadfbd90403766d44598c8d96d89dc5a0e4e2ef8;hb=55e839e378416b70720308e86439e2ad6ecccc4a;hp=3b0ea2c591941b9de3f0166f6a27c52c9b62961d;hpb=bb1ab2db08f48add4236a5a9c08aa1a6aa4d5d48;p=git.git diff --git a/Documentation/git-whatchanged.txt b/Documentation/git-whatchanged.txt index 3b0ea2c59..cadfbd904 100644 --- a/Documentation/git-whatchanged.txt +++ b/Documentation/git-whatchanged.txt @@ -13,8 +13,8 @@ SYNOPSIS DESCRIPTION ----------- Shows commit logs and diff output each commit introduces. The -command internally invokes `git-rev-list` piped to -`git-diff-tree`, and takes command line options for both of +command internally invokes 'git-rev-list' piped to +'git-diff-tree', and takes command line options for both of these commands. This manual page describes only the most frequently used options. @@ -67,7 +67,7 @@ git whatchanged --since="2 weeks ago" \-- gitk:: Author ------ Written by Linus Torvalds and -Junio C Hamano +Junio C Hamano Documentation