1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3 <html xmlns=
"http://www.w3.org/1999/xhtml" xml:
lang=
"en">
5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=UTF-8" />
6 <meta name=
"generator" content=
"AsciiDoc 8.4.5" />
7 <title>git-show(
1)
</title>
8 <style type=
"text/css">
10 p
, li
, dt
, dd
, div
, pre
, h1
, h2
, h3
, h4
, h5
, h6
{
12 border: 1px solid red;
17 margin: 1em 5% 1em 5%;
22 text-decoration: underline
;
42 h1
, h2
, h3
, h4
, h5
, h6
{
44 font-family: sans-serif
;
51 border-bottom: 2px solid silver
;
69 border: 1px solid silver
;
88 font-family: sans-serif
;
94 span#revnumber
, span#revdate
, span#revremark
{
95 font-family: sans-serif
;
99 font-family: sans-serif
;
101 border-top: 2px solid silver
;
107 padding-bottom: 0.5em;
111 padding-bottom: 0.5em;
116 margin-bottom: 1.5em;
118 div
.tableblock
, div
.imageblock
, div
.exampleblock
, div
.verseblock
,
119 div
.quoteblock
, div
.literalblock
, div
.listingblock
, div
.sidebarblock
,
120 div
.admonitionblock
{
122 margin-bottom: 1.5em;
124 div
.admonitionblock
{
126 margin-bottom: 2.5em;
129 div
.content
{ /* Block element content. */
133 /* Block element titles. */
134 div
.title
, caption
.title
{
136 font-family: sans-serif
;
140 margin-bottom: 0.5em;
146 td div
.title:first-child
{
149 div
.content div
.title:first-child
{
152 div
.content
+ div
.title
{
156 div
.sidebarblock
> div
.content
{
158 border: 1px solid silver
;
162 div
.listingblock
> div
.content
{
163 border: 1px solid silver
;
172 div
.quoteblock
> div
.attribution
{
181 div
.verseblock
> div
.content
{
184 div
.verseblock
> div
.attribution
{
188 /* DEPRECATED: Pre version 8.2.7 verse style literal block. */
189 div
.verseblock
+ div
.attribution
{
193 div
.admonitionblock
.icon
{
197 text-decoration: underline
;
199 padding-right: 0.5em;
201 div
.admonitionblock td
.content
{
203 border-left: 2px solid silver
;
206 div
.exampleblock
> div
.content
{
207 border-left: 2px solid silver
;
211 div
.imageblock div
.content
{ padding-left: 0; }
212 span
.image img
{ border-style: none
; }
213 a
.image:visited
{ color: white
; }
217 margin-bottom: 0.8em;
230 list-style-position: outside
;
233 list-style-type: decimal
;
236 list-style-type: lower-alpha
;
239 list-style-type: upper-alpha
;
242 list-style-type: lower-roman
;
245 list-style-type: upper-roman
;
248 div
.compact ul
, div
.compact ol
,
249 div
.compact p
, div
.compact p
,
250 div
.compact div
, div
.compact div
{
252 margin-bottom: 0.1em;
255 div
.tableblock
> table
{
256 border: 3px solid
#527bbd;
259 font-family: sans-serif
;
271 /* Because the table frame attribute is overriden by CSS in most browsers. */
272 div
.tableblock
> table
[frame
="void"] {
275 div
.tableblock
> table
[frame
="hsides"] {
276 border-left-style: none
;
277 border-right-style: none
;
279 div
.tableblock
> table
[frame
="vsides"] {
280 border-top-style: none
;
281 border-bottom-style: none
;
287 margin-bottom: 0.8em;
290 padding-bottom: 15px;
292 dt
.hdlist1
.strong
, td
.hdlist1
.strong
{
298 padding-right: 0.8em;
304 div
.hdlist
.compact tr
{
314 div#footer-badges
{ display: none
; }
319 font-family: sans-serif
;
323 margin-bottom: 0.1em;
326 div
.toclevel1
, div
.toclevel2
, div
.toclevel3
, div
.toclevel4
{
342 /* Overrides for manpage documents */
345 padding-bottom: 0.5em;
346 border-top: 2px solid silver
;
347 border-bottom: 2px solid silver
;
357 div#toc
{ display: none
; }
360 /* Workarounds for IE6's broken and incomplete CSS2. */
362 div
.sidebar-content
{
364 border: 1px solid silver
;
367 div
.sidebar-title
, div
.image-title
{
369 font-family: sans-serif
;
372 margin-bottom: 0.5em;
375 div
.listingblock div
.content
{
376 border: 1px solid silver
;
381 div
.quoteblock-attribution
{
386 div
.verseblock-content
{
389 div
.verseblock-attribution
{
394 div
.exampleblock-content
{
395 border-left: 2px solid silver
;
399 /* IE6 sets dynamically generated links as visited. */
400 div#toc
a:visited
{ color: blue
; }
406 git-show(
1) Manual Page
409 <div class=
"sectionbody">
411 Show various types of objects
415 <h2 id=
"_synopsis">SYNOPSIS
</h2>
416 <div class=
"sectionbody">
417 <div class=
"paragraph"><p><em>git show
</em> [options]
<object
>…</p></div>
419 <h2 id=
"_description">DESCRIPTION
</h2>
420 <div class=
"sectionbody">
421 <div class=
"paragraph"><p>Shows one or more objects (blobs, trees, tags and commits).
</p></div>
422 <div class=
"paragraph"><p>For commits it shows the log message and textual diff. It also
423 presents the merge commit in a special format as produced by
424 <em>git diff-tree --cc
</em>.
</p></div>
425 <div class=
"paragraph"><p>For tags, it shows the tag message and the referenced objects.
</p></div>
426 <div class=
"paragraph"><p>For trees, it shows the names (equivalent to
<em>git ls-tree
</em>
427 with --name-only).
</p></div>
428 <div class=
"paragraph"><p>For plain blobs, it shows the plain contents.
</p></div>
429 <div class=
"paragraph"><p>The command takes options applicable to the
<em>git diff-tree
</em> command to
430 control how the changes the commit introduces are shown.
</p></div>
431 <div class=
"paragraph"><p>This manual page describes only the most frequently used options.
</p></div>
433 <h2 id=
"_options">OPTIONS
</h2>
434 <div class=
"sectionbody">
435 <div class=
"dlist"><dl>
437 <object
>…
441 The names of objects to show.
442 For a more complete list of ways to spell object names, see
443 "SPECIFYING REVISIONS" section in
<a href=
"gitrevisions.html">gitrevisions(
7)
</a>.
447 --pretty[=
<format
>]
450 --format=
<format
>
454 Pretty-print the contents of the commit logs in a given format,
455 where
<em><format
></em> can be one of
<em>oneline
</em>,
<em>short
</em>,
<em>medium
</em>,
456 <em>full
</em>,
<em>fuller
</em>,
<em>email
</em>,
<em>raw
</em> and
<em>format:
<string
></em>. See
457 the
"PRETTY FORMATS" section for some additional details for each
458 format. When omitted, the format defaults to
<em>medium
</em>.
460 <div class=
"paragraph"><p>Note: you can specify the default pretty format in the repository
461 configuration (see
<a href=
"git-config.html">git-config(
1)
</a>).
</p></div>
468 Instead of showing the full
40-byte hexadecimal commit object
469 name, show only a partial prefix. Non default number of
470 digits can be specified with
"--abbrev=<n>" (which also modifies
471 diff output, if it is displayed).
473 <div class=
"paragraph"><p>This should make
"--pretty=oneline" a whole lot more readable for
474 people using
80-column terminals.
</p></div>
481 This is a shorthand for
"--pretty=oneline --abbrev-commit"
486 --encoding[=
<encoding
>]
490 The commit objects record the encoding used for the log message
491 in their encoding header; this option can be used to tell the
492 command to re-code the commit log message in the encoding
493 preferred by the user. For non plumbing commands this
498 --notes[=
<ref
>]
502 Show the notes (see
<a href=
"git-notes.html">git-notes(
1)
</a>) that annotate the
503 commit, when showing the commit log message. This is the default
504 for
<tt>git log
</tt>,
<tt>git show
</tt> and
<tt>git whatchanged
</tt> commands when
505 there is no
<tt>--pretty
</tt>,
<tt>--format
</tt> nor
<tt>--oneline
</tt> option given
508 <div class=
"paragraph"><p>By default, the notes shown are from the notes refs listed in the
509 <em>core.notesRef
</em> and
<em>notes.displayRef
</em> variables (or corresponding
510 environment overrides). See
<a href=
"git-config.html">git-config(
1)
</a> for more details.
</p></div>
511 <div class=
"paragraph"><p>With an optional
<em><ref
></em> argument, show this notes ref instead of the
512 default notes ref(s). The ref is taken to be in
<tt>refs/notes/
</tt> if it
513 is not qualified.
</p></div>
514 <div class=
"paragraph"><p>Multiple --notes options can be combined to control which notes are
515 being displayed. Examples:
"--notes=foo" will show only notes from
516 "refs/notes/foo";
"--notes=foo --notes" will show both notes from
517 "refs/notes/foo" and from the default notes ref(s).
</p></div>
524 Do not show notes. This negates the above
<tt>--notes
</tt> option, by
525 resetting the list of notes refs from which notes are shown.
526 Options are parsed in the order given on the command line, so e.g.
527 "--notes --notes=foo --no-notes --notes=bar" will only show notes
528 from
"refs/notes/bar".
532 --show-notes[=
<ref
>]
535 --[no-]standard-notes
539 These options are deprecated. Use the above --notes/--no-notes
545 <h2 id=
"_pretty_formats">PRETTY FORMATS
</h2>
546 <div class=
"sectionbody">
547 <div class=
"paragraph"><p>If the commit is a merge, and if the pretty-format
548 is not
<em>oneline
</em>,
<em>email
</em> or
<em>raw
</em>, an additional line is
549 inserted before the
<em>Author:
</em> line. This line begins with
550 "Merge: " and the sha1s of ancestral commits are printed,
551 separated by spaces. Note that the listed commits may not
552 necessarily be the list of the
<strong>direct
</strong> parent commits if you
553 have limited your view of history: for example, if you are
554 only interested in changes related to a certain directory or
556 <div class=
"paragraph"><p>There are several built-in formats, and you can define
557 additional formats by setting a pretty.
<name
>
558 config option to either another format name, or a
559 <em>format:
</em> string, as described below (see
560 <a href=
"git-config.html">git-config(
1)
</a>). Here are the details of the
561 built-in formats:
</p></div>
562 <div class=
"ulist"><ul>
567 <div class=
"literalblock">
568 <div class=
"content">
569 <pre><tt><sha1
> <title line
></tt></pre>
571 <div class=
"paragraph"><p>This is designed to be as compact as possible.
</p></div>
577 <div class=
"literalblock">
578 <div class=
"content">
579 <pre><tt>commit
<sha1
>
580 Author:
<author
></tt></pre>
582 <div class=
"literalblock">
583 <div class=
"content">
584 <pre><tt><title line
></tt></pre>
591 <div class=
"literalblock">
592 <div class=
"content">
593 <pre><tt>commit
<sha1
>
594 Author:
<author
>
595 Date:
<author date
></tt></pre>
597 <div class=
"literalblock">
598 <div class=
"content">
599 <pre><tt><title line
></tt></pre>
601 <div class=
"literalblock">
602 <div class=
"content">
603 <pre><tt><full commit message
></tt></pre>
610 <div class=
"literalblock">
611 <div class=
"content">
612 <pre><tt>commit
<sha1
>
613 Author:
<author
>
614 Commit:
<committer
></tt></pre>
616 <div class=
"literalblock">
617 <div class=
"content">
618 <pre><tt><title line
></tt></pre>
620 <div class=
"literalblock">
621 <div class=
"content">
622 <pre><tt><full commit message
></tt></pre>
629 <div class=
"literalblock">
630 <div class=
"content">
631 <pre><tt>commit
<sha1
>
632 Author:
<author
>
633 AuthorDate:
<author date
>
634 Commit:
<committer
>
635 CommitDate:
<committer date
></tt></pre>
637 <div class=
"literalblock">
638 <div class=
"content">
639 <pre><tt><title line
></tt></pre>
641 <div class=
"literalblock">
642 <div class=
"content">
643 <pre><tt><full commit message
></tt></pre>
650 <div class=
"literalblock">
651 <div class=
"content">
652 <pre><tt>From
<sha1
> <date
>
654 Date:
<author date
>
655 Subject: [PATCH]
<title line
></tt></pre>
657 <div class=
"literalblock">
658 <div class=
"content">
659 <pre><tt><full commit message
></tt></pre>
666 <div class=
"paragraph"><p>The
<em>raw
</em> format shows the entire commit exactly as
667 stored in the commit object. Notably, the SHA1s are
668 displayed in full, regardless of whether --abbrev or
669 --no-abbrev are used, and
<em>parents
</em> information show the
670 true parent commits, without taking grafts nor history
671 simplification into account.
</p></div>
675 <em>format:
<string
></em>
677 <div class=
"paragraph"><p>The
<em>format:
<string
></em> format allows you to specify which information
678 you want to show. It works a little bit like printf format,
679 with the notable exception that you get a newline with
<em>%n
</em>
680 instead of
<em>\n
</em>.
</p></div>
681 <div class=
"paragraph"><p>E.g,
<em>format:
"The author of %h was %an, %ar%nThe title was >>%s<<%n"</em>
682 would show something like this:
</p></div>
683 <div class=
"listingblock">
684 <div class=
"content">
685 <pre><tt>The author of fe6e0ee was Junio C Hamano,
23 hours ago
686 The title was
>>t4119: test autocomputing -p
<n
> for traditional diff input.
<<</tt></pre>
688 <div class=
"paragraph"><p>The placeholders are:
</p></div>
689 <div class=
"ulist"><ul>
692 <em>%H
</em>: commit hash
697 <em>%h
</em>: abbreviated commit hash
702 <em>%T
</em>: tree hash
707 <em>%t
</em>: abbreviated tree hash
712 <em>%P
</em>: parent hashes
717 <em>%p
</em>: abbreviated parent hashes
722 <em>%an
</em>: author name
727 <em>%aN
</em>: author name (respecting .mailmap, see
<a href=
"git-shortlog.html">git-shortlog(
1)
</a> or
<a href=
"git-blame.html">git-blame(
1)
</a>)
732 <em>%ae
</em>: author email
737 <em>%aE
</em>: author email (respecting .mailmap, see
<a href=
"git-shortlog.html">git-shortlog(
1)
</a> or
<a href=
"git-blame.html">git-blame(
1)
</a>)
742 <em>%ad
</em>: author date (format respects --date= option)
747 <em>%aD
</em>: author date, RFC2822 style
752 <em>%ar
</em>: author date, relative
757 <em>%at
</em>: author date, UNIX timestamp
762 <em>%ai
</em>: author date, ISO
8601 format
767 <em>%cn
</em>: committer name
772 <em>%cN
</em>: committer name (respecting .mailmap, see
<a href=
"git-shortlog.html">git-shortlog(
1)
</a> or
<a href=
"git-blame.html">git-blame(
1)
</a>)
777 <em>%ce
</em>: committer email
782 <em>%cE
</em>: committer email (respecting .mailmap, see
<a href=
"git-shortlog.html">git-shortlog(
1)
</a> or
<a href=
"git-blame.html">git-blame(
1)
</a>)
787 <em>%cd
</em>: committer date
792 <em>%cD
</em>: committer date, RFC2822 style
797 <em>%cr
</em>: committer date, relative
802 <em>%ct
</em>: committer date, UNIX timestamp
807 <em>%ci
</em>: committer date, ISO
8601 format
812 <em>%d
</em>: ref names, like the --decorate option of
<a href=
"git-log.html">git-log(
1)
</a>
817 <em>%e
</em>: encoding
827 <em>%f
</em>: sanitized subject line, suitable for a filename
837 <em>%B
</em>: raw body (unwrapped subject and body)
842 <em>%N
</em>: commit notes
847 <em>%gD
</em>: reflog selector, e.g.,
<tt>refs/stash@{
1}
</tt>
852 <em>%gd
</em>: shortened reflog selector, e.g.,
<tt>stash@{
1}
</tt>
857 <em>%gs
</em>: reflog subject
862 <em>%Cred
</em>: switch color to red
867 <em>%Cgreen
</em>: switch color to green
872 <em>%Cblue
</em>: switch color to blue
877 <em>%Creset
</em>: reset color
882 <em>%C(
…)
</em>: color specification, as described in color.branch.* config option
887 <em>%m
</em>: left, right or boundary mark
897 <em>%%
</em>: a raw
<em>%
</em>
902 <em>%x00
</em>: print a byte from a hex code
907 <em>%w([
<w
>[,
<i1
>[,
<i2
>]]])
</em>: switch line wrapping, like the -w option of
908 <a href=
"git-shortlog.html">git-shortlog(
1)
</a>.
914 <div class=
"admonitionblock">
917 <div class=
"title">Note
</div>
919 <td class=
"content">Some placeholders may depend on other options given to the
920 revision traversal engine. For example, the
<tt>%g*
</tt> reflog options will
921 insert an empty string unless we are traversing reflog entries (e.g., by
922 <tt>git log -g
</tt>). The
<tt>%d
</tt> placeholder will use the
"short" decoration
923 format if
<tt>--decorate
</tt> was not already provided on the command line.
</td>
926 <div class=
"paragraph"><p>If you add a
<tt>+</tt> (plus sign) after
<em>%
</em> of a placeholder, a line-feed
927 is inserted immediately before the expansion if and only if the
928 placeholder expands to a non-empty string.
</p></div>
929 <div class=
"paragraph"><p>If you add a
<tt>-
</tt> (minus sign) after
<em>%
</em> of a placeholder, line-feeds that
930 immediately precede the expansion are deleted if and only if the
931 placeholder expands to an empty string.
</p></div>
932 <div class=
"paragraph"><p>If you add a ` ` (space) after
<em>%
</em> of a placeholder, a space
933 is inserted immediately before the expansion if and only if the
934 placeholder expands to a non-empty string.
</p></div>
935 <div class=
"ulist"><ul>
940 <div class=
"paragraph"><p>The
<em>tformat:
</em> format works exactly like
<em>format:
</em>, except that it
941 provides
"terminator" semantics instead of
"separator" semantics. In
942 other words, each commit has the message terminator character (usually a
943 newline) appended, rather than a separator placed between entries.
944 This means that the final entry of a single-line format will be properly
945 terminated with a new line, just as the
"oneline" format does.
946 For example:
</p></div>
947 <div class=
"listingblock">
948 <div class=
"content">
949 <pre><tt>$ git log -
2 --pretty=format:%h
4da45bef \
950 | perl -pe '$_ .=
" -- NO NEWLINE\n" unless /\n/'
952 7134973 -- NO NEWLINE
954 $ git log -
2 --pretty=tformat:%h
4da45bef \
955 | perl -pe '$_ .=
" -- NO NEWLINE\n" unless /\n/'
959 <div class=
"paragraph"><p>In addition, any unrecognized string that has a
<tt>%
</tt> in it is interpreted
960 as if it has
<tt>tformat:
</tt> in front of it. For example, these two are
961 equivalent:
</p></div>
962 <div class=
"listingblock">
963 <div class=
"content">
964 <pre><tt>$ git log -
2 --pretty=tformat:%h
4da45bef
965 $ git log -
2 --pretty=%h
4da45bef
</tt></pre>
970 <h2 id=
"_examples">EXAMPLES
</h2>
971 <div class=
"sectionbody">
972 <div class=
"dlist"><dl>
978 Shows the tag
<tt>v1.0
.0</tt>, along with the object the tags
983 git show v1.0
.0^{tree}
987 Shows the tree pointed to by the tag
<tt>v1.0
.0</tt>.
991 git show -s --format=%s v1.0
.0^{commit}
995 Shows the subject of the commit pointed to by the
1000 git show next~
10:Documentation/README
1004 Shows the contents of the file
<tt>Documentation/README
</tt> as
1005 they were current in the
10th last commit of the branch
1009 <dt class=
"hdlist1">
1010 git show master:Makefile master:t/Makefile
1014 Concatenates the contents of said Makefiles in the head
1015 of the branch
<tt>master
</tt>.
1020 <h2 id=
"_discussion">Discussion
</h2>
1021 <div class=
"sectionbody">
1022 <div class=
"paragraph"><p>At the core level, git is character encoding agnostic.
</p></div>
1023 <div class=
"ulist"><ul>
1026 The pathnames recorded in the index and in the tree objects
1027 are treated as uninterpreted sequences of non-NUL bytes.
1028 What readdir(
2) returns are what are recorded and compared
1029 with the data git keeps track of, which in turn are expected
1030 to be what lstat(
2) and creat(
2) accepts. There is no such
1031 thing as pathname encoding translation.
1036 The contents of the blob objects are uninterpreted sequences
1037 of bytes. There is no encoding translation at the core
1043 The commit log messages are uninterpreted sequences of non-NUL
1048 <div class=
"paragraph"><p>Although we encourage that the commit log messages are encoded
1049 in UTF-
8, both the core and git Porcelain are designed not to
1050 force UTF-
8 on projects. If all participants of a particular
1051 project find it more convenient to use legacy encodings, git
1052 does not forbid it. However, there are a few things to keep in
1054 <div class=
"olist arabic"><ol class=
"arabic">
1057 <em>git commit
</em> and
<em>git commit-tree
</em> issues
1058 a warning if the commit log message given to it does not look
1059 like a valid UTF-
8 string, unless you explicitly say your
1060 project uses a legacy encoding. The way to say this is to
1061 have i18n.commitencoding in
<tt>.git/config
</tt> file, like this:
1063 <div class=
"listingblock">
1064 <div class=
"content">
1066 commitencoding = ISO-
8859-
1</tt></pre>
1068 <div class=
"paragraph"><p>Commit objects created with the above setting record the value
1069 of
<tt>i18n.commitencoding
</tt> in its
<tt>encoding
</tt> header. This is to
1070 help other people who look at them later. Lack of this header
1071 implies that the commit log message is encoded in UTF-
8.
</p></div>
1075 <em>git log
</em>,
<em>git show
</em>,
<em>git blame
</em> and friends look at the
1076 <tt>encoding
</tt> header of a commit object, and try to re-code the
1077 log message into UTF-
8 unless otherwise specified. You can
1078 specify the desired output encoding with
1079 <tt>i18n.logoutputencoding
</tt> in
<tt>.git/config
</tt> file, like this:
1081 <div class=
"listingblock">
1082 <div class=
"content">
1084 logoutputencoding = ISO-
8859-
1</tt></pre>
1086 <div class=
"paragraph"><p>If you do not have this configuration variable, the value of
1087 <tt>i18n.commitencoding
</tt> is used instead.
</p></div>
1090 <div class=
"paragraph"><p>Note that we deliberately chose not to re-code the commit log
1091 message when a commit is made to force UTF-
8 at the commit
1092 object level, because re-coding to UTF-
8 is not necessarily a
1093 reversible operation.
</p></div>
1095 <h2 id=
"_git">GIT
</h2>
1096 <div class=
"sectionbody">
1097 <div class=
"paragraph"><p>Part of the
<a href=
"git.html">git(
1)
</a> suite
</p></div>
1100 <div id=
"footer-text">
1101 Last updated
2011-
03-
15 23:
30:
14 UTC