classes/phing/tasks/ext/git/GitLogTask.php
\GitLogTask
Wrapper aroung git-log
Use {@link Project#createTask} to register a new Task.
- Extends from
- \GitBaseTask
- see
- \VersionControl_Git
- author
- Evan Kaufman
- author
- Victor Farazdagi
- copyright
- 2001,2002 THYRELL. All rights reserved
- package
- phing.tasks.ext.git
- since
- 2.4.5
- version
- $Id: GitLogTask.php 1047 2011-03-02 16:54:32Z victor $
Properties

string
$format= 'medium'
Commit format. See --format of git-log
mediumDetails- Type
- string

integer
$maxCount= ''
Number of commits to show. See -<n>|-n|--max-count of git-log
- Type
- integer

boolean
$nameStatus= 'false'
Names + status of changed files. See --name-status of git-log
falseDetails- Type
- boolean

boolean
$noMerges= 'false'
Don't show commits with more than one parent. See --no-merges of git-log
falseDetails- Type
- boolean

string
$paths= ''
<path> arguments to git-log Accepts one or more paths delimited by PATH_SEPARATOR
- Type
- string

string|boolean
$stat= 'false'
Generate a diffstat. See --stat of git-log
falseDetails- Type
- stringboolean