shortlog: fix segfault on empty authorname
[git/dscho.git] / Documentation / git-show.txt
blob4c880a871792a64355ac94537af934aca14879ec
1 git-show(1)
2 ===========
4 NAME
5 ----
6 git-show - Show one commit with difference it introduces
9 SYNOPSIS
10 --------
11 'git-show' <option>...
13 DESCRIPTION
14 -----------
15 Shows commit log and textual diff for a single commit.  The
16 command internally invokes 'git-rev-list' piped to
17 'git-diff-tree', and takes command line options for both of
18 these commands. It also presents the merge commit in a special
19 format as produced by 'git-diff-tree --cc'.
21 This manual page describes only the most frequently used options.
24 OPTIONS
25 -------
26 <commitid>::
27         ID of the commit to show.
29 include::pretty-formats.txt[]
31 Author
32 ------
33 Written by Linus Torvalds <torvalds@osdl.org> and
34 Junio C Hamano <junkio@cox.net>
37 Documentation
38 -------------
39 Documentation by David Greaves, Petr Baudis and the git-list <git@vger.kernel.org>.
41 This manual page is a stub. You can help the git documentation by expanding it.
43 GIT
44 ---
45 Part of the gitlink:git[7] suite