ScriptGitCommit¶
- class ScriptGitCommit.ScriptGitCommit¶
- Bases: - AbstractScriptGitElementWrapper class around _3S.CoDeSys.Git.GitIntegration.IGitCommit- __str__() str¶
- see “git log” command
 - __eq__(other: ScriptGitCommit) bool¶
- Python magic method __eq__
 - __ne__(other: ScriptGitCommit) bool¶
- Python magic method __ne__
 - __hash__() int¶
- Python magic method __hash__
 - property sha_string: str¶
- Gets the 40 character sha1 of this commit.
 - property author_string: str¶
- Gets the author of this commit.
 - property date_string: str¶
- Gets the date of this commit.
 - property message_short_string: str¶
- Gets the short commit message.
 - property message_string: str¶
- Gets the commit message.
 - property tree_entry_changes: ScriptGitTreeEntryChangesCollection¶
- Gets the changes.