This documentation is archived and is not being maintained.

TeamFoundationGitCommitService Class

Visual Studio 2013

This collection-level service is the entry point for all Git functionality with cached commit metadata.

System.Object
  Microsoft.TeamFoundation.Git.Server.TeamFoundationGitCommitService

Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)

'Declaration
Public Class TeamFoundationGitCommitService _
	Implements ITeamFoundationGitCommitService, ITeamFoundationService

The TeamFoundationGitCommitService type exposes the following members.

  NameDescription
Public propertyProcessingJobTimeoutAmount of time to spend processing commits in a job
Top

  NameDescription
Public methodDiffCommitLineages
Public methodDiffCommitLineagesAgainstCommits
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetCommitManifestGet manifest for a given commit that shows files changed in the commit.
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetPushCommits
Public methodGetPushData
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodMarkProcessedCommits
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodQueryCommitAuthorsGet the distinct commit authors from this repository along with optional count information for the number of commits each has made
Public methodQueryCommitHistory
Public methodQueryCommitItemsGet items under a given path, with the last commit performed on each item.
Public methodQueryPushHistory
Public methodQueryUnprocessedCommits
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: