Git
Deutsch ▾ Topics ▾ Latest version ▾ git-rev-list last updated in 2.44.0

NAME

git-rev-list - Lists commit objects in reverse chronological order

ÜBERSICHT

git rev-list [<Optionen>] <Commit>…​ [[--] <Pfad>…​]

BESCHREIBUNG

Warning

Missing de/rev-list-description.txt

See original version for this content.

rev-list is a very essential Git command, since it provides the ability to build and traverse commit ancestry graphs. For this reason, it has a lot of different options that enables it to be used by commands as different as git bisect and git repack.

OPTIONEN

Warning

Missing de/rev-list-options.txt

See original version for this content.

Warning

Missing de/pretty-formats.txt

See original version for this content.

GIT

Teil der git[1] Suite

scroll-to-top