2005-09-08 02:26:23 +02:00
|
|
|
git-log(1)
|
|
|
|
==========
|
2005-08-15 02:24:36 +02:00
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2005-09-08 02:26:23 +02:00
|
|
|
git-log - Show commit logs
|
2005-08-15 02:24:36 +02:00
|
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2005-10-11 01:01:32 +02:00
|
|
|
'git-log' <option>...
|
2005-08-15 02:24:36 +02:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
|
|
|
Shows the commit logs. This command internally invokes
|
|
|
|
'git-rev-list', and the command line options are passed to that
|
|
|
|
command.
|
|
|
|
|
|
|
|
This manual page describes only the most frequently used options.
|
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
|
|
|
--pretty=<format>:
|
|
|
|
Controls the way the commit log is formatted.
|
|
|
|
|
|
|
|
--max-count=<n>::
|
|
|
|
Limits the number of commits to show.
|
|
|
|
|
|
|
|
<since>..<until>::
|
|
|
|
Show only commits between the named two commits.
|
|
|
|
|
|
|
|
|
|
|
|
Author
|
|
|
|
------
|
|
|
|
Written by Linus Torvalds <torvalds@osdl.org>
|
|
|
|
|
|
|
|
Documentation
|
|
|
|
--------------
|
|
|
|
Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
|
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
2005-09-19 12:10:51 +02:00
|
|
|
Part of the gitlink:git[7] suite
|
2005-08-15 02:24:36 +02:00
|
|
|
|