The commit data.
The commit data.
the commit id
the short message
the full message
the list of parent commit id
the author time
the author name
the mail address of the author
the commit time
the committer name
the mail address of the committer
The file content data for the file content view of the repository viewer.
The file content data for the file content view of the repository viewer.
"image", "large" or "other"
the string content
the character encoding
The file data for the file list of the repository viewer.
The file data for the file list of the repository viewer.
the object id
whether is it directory
the file (or directory) name
the last commit message
the last commit id
the last modified time
the last committer name
the committer's mail address
the url of submodule
The repository data.
The repository data.
the user name of the repository owner
the repository name
the list of branch names
the list of tags
The submodule data
The submodule data
the module name
the path in the repository
the repository url of this module
The tag data.
The tag data.
the tag name
the tagged date
the commit id
Returns all commit id in the specified repository.
get all file list by tree object id.
Returns the list of branch names of the specified commit.
Returns the number of commits in the specified branch or commit.
Returns the number of commits in the specified branch or commit. If the specified branch has over 10000 commits, this method returns 100001.
Returns the commit list between two revisions.
Returns the commit list between two revisions.
the Git object
the from revision
the to revision
the commit list
Returns the commit list of the specified branch.
Returns the commit list of the specified branch.
the Git object
the branch name or commit id
the page number (1-)
the number of commit info per page. 0 (default) means unlimited.
filters by this path. default is no filter.
a tuple of the commit list and whether has next, or the error message
Get object content of the given object id as byte array from the Git repository.
Get object content of the given object id as byte array from the Git repository.
the Git object
the object id
if false then returns None for the large file
the byte array of content or None if object does not exist
Get object content of the given path as byte array from the Git repository.
Get object content of the given path as byte array from the Git repository.
the Git object
the rev tree
the path
if false then returns None for the large file
the byte array of content or None if object does not exist
Returns the tuple of diff of the given commit and the previous commit id.
Returns the file list of the specified path.
Returns the file list of the specified path.
the Git object
the branch name or commit id
the directory path (optional)
HTML of the file list
Returns the identifier of the root commit (or latest merge commit) of the specified branch.
Returns the last modified commit of specified path
Returns the last modified commit of specified path
the Git object
the search base commit id
the path of target file or directory
the last modified commit of specified path
Returns the latest RevCommit of the specified path.
Returns the latest RevCommit of the specified path.
the Git object
the path
the branch name or commit id
the latest commit
Returns the list of latest RevCommit of the specified paths.
Returns the list of latest RevCommit of the specified paths.
the Git object
the list of paths
the branch name or commit id
the list of latest commit
Get objectLoader of the given object id from the Git repository.
Get objectLoader of the given object id from the Git repository.
the Git object
the object id
the function process ObjectLoader
None if object does not exist
Returns the repository information.
Returns the repository information. It contains branch names and tag names.
Returns RevCommit from the commit or tag id.
Returns RevCommit from the commit or tag id.
the Git object
the ObjectId of the commit or tag
the RevCommit for the specified commit or tag
Returns sha1
Returns sha1
repository owner
repository name
A git object references expression
sha1
Read submodule information from .gitmodules
Returns the list of tags of the specified commit.
get all file list by revision.
get all file list by revision. only file.
Fetch pull request contents into refs/pull/${issueId}/head and return (commitIdTo, commitIdFrom)
Provides complex JGit operations.