◐ Shell
clean mode source ↗

Implement revWalk firstCommit function by julianmesa-gitkraken · Pull Request #1936 · nodegit/nodegit

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@julianmesa-gitkraken

The firstCommit function will have a timeout argument and returns and object with two properties: commit and found.
If timeout happens searching for first commit then the function returns found as false and the last commit read.
Timeout 0 means infinite.

The firstCommit function will have a timeout argument and returns and object with two prperties: commit and found.
if timeout happens  searching for first commit then the function returns found as false and the last commit read.
Timeout 0 means infinite.

2 participants

@julianmesa-gitkraken @ianhattendorf