-
Notifications
You must be signed in to change notification settings - Fork 140
commit-graph: emit trace2 cmd_mode for each sub-command #323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
commit-graph: emit trace2 cmd_mode for each sub-command #323
Conversation
Emit trace2_cmd_mode() messages for each commit-graph sub-command. The commit graph commands were in flux when trace2 was making it's way to git. Now that we have enough sub-commands in commit-graph, we can label the various modes within them. Distinguishing between read, write and verify is a great start. Signed-off-by: Garima Singh <[email protected]>
/submit |
Submitted as [email protected] |
On the Git mailing list, Garima Singh wrote (reply to this):
|
On the Git mailing list, Jeff Hostetler wrote (reply to this):
|
On the Git mailing list, Johannes Schindelin wrote (reply to this):
|
This branch is now known as |
This patch series was integrated into pu via git@d75ff90. |
This patch series was integrated into pu via git@1f268d8. |
This patch series was integrated into pu via git@7784210. |
This patch series was integrated into pu via git@84302aa. |
This patch series was integrated into pu via git@319d655. |
This patch series was integrated into next via git@369df0e. |
This patch series was integrated into pu via git@d7b11d7. |
This patch series was integrated into pu via git@d37f22b. |
This patch series was integrated into pu via git@f54949e. |
This patch series was integrated into pu via git@73c10c3. |
This patch series was integrated into pu via git@ccc2899. |
This patch series was integrated into next via git@ccc2899. |
This patch series was integrated into master via git@ccc2899. |
Closed via ccc2899. |
Emit trace2_cmd_mode() messages for each commit-graph
sub-command.
The commit graph commands were in flux when trace2 was
making it's way to git. Now that we have enough sub-commands
in commit-graph, we can label the various modes within them.
Distinguishing between read, write and verify is a great
start.
Signed-off-by: Garima Singh [email protected]
CC: [email protected], [email protected], [email protected], [email protected]