[PATCH] possible memory leak in diff.c::diff_free_filepair()
[git.git] / Documentation / git-log-script.txt
blobed359bec869d721678fc2e16dbe11fca764a6944
1 git-log-script(1)
2 =================
3 v0.99.4, Aug 2005
5 NAME
6 ----
7 git-log-script - Show commit logs
10 SYNOPSIS
11 --------
12 'git log' <option>...
14 DESCRIPTION
15 -----------
16 Shows the commit logs.  This command internally invokes
17 'git-rev-list', and the command line options are passed to that
18 command.
20 This manual page describes only the most frequently used options.
22 OPTIONS
23 -------
24 --pretty=<format>:
25         Controls the way the commit log is formatted.
27 --max-count=<n>::
28         Limits the number of commits to show.
30 <since>..<until>::
31         Show only commits between the named two commits.
34 Author
35 ------
36 Written by Linus Torvalds <torvalds@osdl.org>
38 Documentation
39 --------------
40 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
42 GIT
43 ---
44 Part of the link:git.html[git] suite