This documentation is also published as Markdown for efficient machine reading: the whole site is indexed at /llms.txt, and every page has a clean Markdown copy under /_llms/. These are generated from the same source and cost far fewer tokens to read than this rendered HTML.

Skip to main content Skip to navigation

CommitInfo Pennington.TranslationAudit

Minimal commit metadata exposed by IGitHistoryReader.

Properties

Sha string
Short commit hash (7 chars).
When DateTimeOffset
Commit author timestamp.

Constructors

CommitInfo

#
public CommitInfo(string Sha, DateTimeOffset When)

Minimal commit metadata exposed by IGitHistoryReader.

Parameters

Sha string
Short commit hash (7 chars).
When DateTimeOffset
Commit author timestamp.

Pennington.TranslationAudit.CommitInfo

namespace Pennington.TranslationAudit;

/// Minimal commit metadata exposed by IGitHistoryReader.
public record CommitInfo
{
    /// Minimal commit metadata exposed by IGitHistoryReader.
    
public CommitInfo(string Sha, DateTimeOffset When)
; /// Short commit hash (7 chars).
public string Sha { get; set; }
/// Commit author timestamp.
public DateTimeOffset When { get; set; }
}