1GIT-WHATCHANGED(1)                Git Manual                GIT-WHATCHANGED(1)
2
3
4

NAME

6       git-whatchanged - Show logs with difference each commit introduces
7

SYNOPSIS

9       git whatchanged <option>...
10

DESCRIPTION

12       Shows commit logs and diff output each commit introduces.
13
14       New users are encouraged to use git-log(1) instead. The whatchanged
15       command is essentially the same as git-log(1) but defaults to show the
16       raw format diff output and to skip merges.
17
18       The command is kept primarily for historical reasons; fingers of many
19       people who learned Git long before git log was invented by reading
20       Linux kernel mailing list are trained to type it.
21

EXAMPLES

23       git whatchanged -p v2.6.12.. include/scsi drivers/scsi
24           Show as patches the commits since version v2.6.12 that changed any
25           file in the include/scsi or drivers/scsi subdirectories
26
27       git whatchanged --since="2 weeks ago" -- gitk
28           Show the changes during the last two weeks to the file gitk. The
29           "--" is necessary to avoid confusion with the branch named gitk
30

GIT

32       Part of the git(1) suite
33
34
35
36Git 2.33.1                        2021-10-12                GIT-WHATCHANGED(1)
Impressum