Code

submodule.c: Squelch a "use before assignment" warning
[git.git] / Documentation / git-whatchanged.txt
index 3b0ea2c591941b9de3f0166f6a27c52c9b62961d..cadfbd90403766d44598c8d96d89dc5a0e4e2ef8 100644 (file)
@@ -13,8 +13,8 @@ SYNOPSIS
 DESCRIPTION
 -----------
 Shows commit logs and diff output each commit introduces.  The
 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.
 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 <torvalds@osdl.org> and
 Author
 ------
 Written by Linus Torvalds <torvalds@osdl.org> and
-Junio C Hamano <junkio@cox.net>
+Junio C Hamano <gitster@pobox.com>
 
 
 Documentation
 
 
 Documentation