Skip to content

Commit b77134b

Browse files
jrngitster
authored andcommitted
Documentation: expand 'git diff' SEE ALSO section
Point in many directions in the hope of helping the reader find what is needed more quickly. This commit also removes the summary attached to the SEE ALSO entry for difftool, to avoid making the SEE ALSO list too verbose. If the reader wants a summary of the commands referred to, she can always look to the top of the named pages or to the table of contents on the main git(1) page. Suggested-by: Goswin von Brederlow <[email protected]> Signed-off-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ed84e6d commit b77134b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Documentation/git-diff.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,12 @@ rewrites (very expensive).
160160

161161
SEE ALSO
162162
--------
163-
linkgit:git-difftool[1]::
164-
Show changes using common diff tools
163+
diff(1),
164+
linkgit:git-difftool[1],
165+
linkgit:git-log[1],
166+
linkgit:gitdiffcore[7],
167+
linkgit:git-format-patch[1],
168+
linkgit:git-apply[1]
165169

166170
Author
167171
------

0 commit comments

Comments
 (0)