Get Git Commit Details

The Git Commit Details Node retrieves details about the chosen commit compared to its parent commit, i.e. the direct predecessor.

Options

Repository column
A URI column containing paths to local Git repositories.
Commit hash column
A string column containing the commit hashes.
Author name
Whether the name of the author shall be retrieved.
Authored date
Whether the date and time when the commit was authored shall be retrieved.
Committer name
Whether the name of the committer shall be retrieved.
Commit date
Whether the date and time of the commit shall be retrieved.
Commit message
Whether the commit message shall be retrieved.
Affected files
Whether the names of the files affected by the commit shall be retrieved.
Split by type
Whether the affected files shall be split into Modified , Added , Deleted , and Renamed . If this option is not checked, all affected files will be put into a single collection.
Number of affected files
Whether the number of affected files shall be retrieved.
Number of added lines
Whether the number of added lines shall be retrieved.
Number of deleted lines
Whether the number of deleted lines shall be retrieved.
Use parallel processing
If this option is selected, parallel processing will be activated. This means that several rows may be processed at the same time. Caution! When this option is enabled errors may occur if a single repository is accessed concurrently, i.e. two URIs point to the same repository.

Input Ports

Icon
A table that contains repository locations and commit hashes.

Output Ports

Icon
The input table with additional columns containing details about the commit.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.