Autogenerated man pages for v1.2.4-gf61c2
[git.git] / man1 / git-whatchanged.1
index 57b2af7..f4052c8 100755 (executable)
 ..
 .TH "GIT-WHATCHANGED" 1 "" "" ""
 .SH NAME
-git-whatchanged \- Show logs with difference each commit introduces.
+git-whatchanged \- Show logs with difference each commit introduces
 .SH "SYNOPSIS"
 
 
-git\-whatchanged <option>...
+\fIgit\-whatchanged\fR <option>...
 
 .SH "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 these commands\&.
+Shows commit logs and diff output each commit introduces\&. The command internally invokes \fIgit\-rev\-list\fR piped to \fIgit\-diff\-tree\fR, and takes command line options for both of these commands\&.
 
 
 This manual page describes only the most frequently used options\&.
@@ -53,7 +53,7 @@ Show git internal diff output, but for the whole tree, not just the top level\&.
 
 .TP
 \-\-pretty=<format>
-Controls the output format for the commit logs\&. <format> can be one of raw, medium, short, full, and oneline\&.
+Controls the output format for the commit logs\&. <format> can be one of \fIraw\fR, \fImedium\fR, \fIshort\fR, \fIfull\fR, and \fIoneline\fR\&.
 
 .TP
 \-m
@@ -68,11 +68,11 @@ However, it is not very useful in general, although it
 
 .TP
 git\-whatchanged \-p v2\&.6\&.12\&.\&. include/scsi drivers/scsi
-Show as patches the commits since version v2\&.6\&.12 that changed any file in the include/scsi or drivers/scsi subdirectories
+Show as patches the commits since version \fIv2\&.6\&.12\fR that changed any file in the include/scsi or drivers/scsi subdirectories
 
 .TP
 git\-whatchanged \-\-since="2 weeks ago" -- gitk
-Show the changes during the last two weeks to the file gitk\&. The "\-\-" is necessary to avoid confusion with the branch named gitk 
+Show the changes during the last two weeks to the file \fIgitk\fR\&. The "\-\-" is necessary to avoid confusion with the \fIbranch\fR named \fIgitk\fR 
 
 .SH "AUTHOR"