|
|
|
GetBranches (table)
|
Returns the local Git branches of the current workspace
|
|
|
|
DATETIME ParseCommitterDate (character)
|
Parses a git iso8601 committer date (e.g. 2026-07-15 10:42:59 +0200)
into a datetime value
|
|
|
|
ParseLocalBranches (character)
|
Parses the git for-each-ref output lines into the ttGitBranch,
ttUpstream and ttRemote temp-tables
|
|
|
|
QueryRemotes ()
|
Queries every referenced remote using git ls-remote and collects
the branches that actually exist on the remote
|
|
|
|
ResolveHasRemote ()
|
Resolves the HasRemote value (Yes/No/Gone) for every branch
|
|
|
|
RunGitCommand (character, logical)
|
Executes a git command and captures its standard output into the
ttGitOutputLine temp-table
|