Method |
Description |
|
getBranch ( string $rev ) : array |
Returns all branches that contain a certain revision. |
|
getBranchList ( ) |
TODO |
|
getBranches ( ) |
TODO |
|
getHashForRevision ( string $rev ) : string |
Get the hash name for this file at a specific revision. |
|
getLastLog ( ) : Horde_Vcs_QuickLog_Git |
Returns a log object for the most recent log entry of this file. |
|
getLog ( $rev = null ) |
TODO |
|
getPath ( ) : string |
Return the "base" filename (i.e. the filename needed by the various
command line utilities). |
|
getPreviousRevision ( string $rev ) : string |
Returns the revision before the specified revision. |
|
getRevision ( ) : string |
Returns the last revision of the current file on the HEAD branch. |
|
getTags ( ) |
TODO |
|
revisionCount ( ) |
TODO |
|