I wonder, if there is a way to know which API git client is calling for the command?
For example, how to tell which API git client is calling for git log. Is there any generic way of discovering this?
I wonder, if there is a way to know which API git client is calling for the command?
For example, how to tell which API git client is calling for git log. Is there any generic way of discovering this?
Copyright © 2021 Jogjafile Inc.
You can activate the Git Trace2 API in order to see what is going on during a
git logcall, or any other commands:Example (for
git version)The trace2 API was introduced with Git 2.22 (Q2 2019).