ae.sys.git

Wrappers for the git command-line tools.

Members

Aliases

Commit
deprecated alias Commit = Git.History.Commit
Undocumented in source.
GitObject
deprecated alias GitObject = Git.Object
Undocumented in source.
Hash
deprecated alias Hash = Git.OID
Undocumented in source.
History
deprecated alias History = Git.History
Undocumented in source.
Repository
deprecated alias Repository = Git
Undocumented in source.
repositoryNameFromURL
deprecated alias repositoryNameFromURL = Git.repositoryNameFromURL
Undocumented in source.

Functions

parseAuthorship
deprecated Git.Authorship parseAuthorship(string authorship)
Undocumented in source. Be warned that the author may not have intended to support it.
toCommitHash
deprecated Git.CommitID toCommitHash(char[] hash)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
deprecated string toString(Git.OID oid)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Git
struct Git

Represents an object which allows manipulating a Git repository.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <ae@cy.md>