English ▾ Topics ▾ Version 2.22.0 ▾ git-log last updated in 2.52.0

NAME

git-log - Show commit logs

SYNOPSIS

git log [<options>] [<revision range>] [[--] <path>…​]

DESCRIPTION

Shows the commit logs.

The command takes options applicable to the git rev-list command to control what is shown and how, and options applicable to the git diff-* commands to control how the changes each commit introduces are shown.

OPTIONS

--follow

Continue listing the history of a file beyond renames (works only for a single file).

--no-decorate