1:git-show

From Linux Man Pages

Jump to: navigation, search
      git-show - Show one commit with difference it introduces
      
      git-show <option>...

Contents

DESCRIPTION

      Shows commit log and textual diff for a single commit. The command internally invokes git-rev-list piped to
      git-diff-tree, and takes command line options for both of these commands. It also presents the merge commit in a
      special format as produced by git-diff-tree --cc.
 
      This manual page describes only the most frequently used options.

OPTIONS

      <commitid>
          ID of the commit to show.
 
      --pretty=<format>
          Controls the output format for the commit logs. <format> can be one of raw, medium, short, full, and oneline.

DOCUMENTATION

      Documentation by David Greaves, Petr Baudis and the git-list <git@vger.kernel.org>.
 
      This manual page is a stub. You can help the git documentation by expanding it.

GIT

      Part of the git(7) suite

CATEGORY

Personal tools