You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR 128364: Pass the exit code to the post-command hook proc. This means that a call
Pass the exit code to the post-command hook proc. This means that a call
"git status" will result in the following pre/post-command:
".git/hooks/pre-command status"
".git/hooks/post-command status --exit_code=0"
Related work items: #627141
0 commit comments