CommitComparison Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for Compare two commits
public class CommitComparison
type CommitComparison = class
Public Class CommitComparison
- Inheritance
-
CommitComparison
Constructors
| Name | Description |
|---|---|
| CommitComparison() | |
Properties
| Name | Description |
|---|---|
| AheadBy |
ahead by base branch |
| BaseCommit |
base_commit |
| BehindBy |
behind_by base branch |
| Commits |
commits |
| DiffUrl |
Diff Url |
| Files |
files |
| HTMLUrl |
Html Url for the comparison |
| MergeBaseCommit |
merge_base_commit |
| PatchUrl |
Patch Url |
| PermanentUrl |
Permanent Url for the comparison |
| Status |
Status of the comparision eg. diverged etc., |
| TotalCommits |
total commits |
| Url |
Url for the comparison |