MCPcopy Index your code
hub / github.com/git/git / finish_command

Function finish_command

run-command.c:1004–1011  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1002}
1003
1004int finish_command(struct child_process *cmd)
1005{
1006 int ret = wait_or_whine(cmd->pid, cmd->args.v[0], 0);
1007 trace2_child_exit(cmd, ret);
1008 child_process_clear(cmd);
1009 invalidate_lstat_cache();
1010 return ret;
1011}
1012
1013int finish_command_in_signal(struct child_process *cmd)
1014{

Callers 15

get_packFunction · 0.85
do_fetch_pack_v2Function · 0.85
run_credential_helperFunction · 0.85
create_pack_fileFunction · 0.85
has_unreachableFunction · 0.85
write_tar_filter_archiveFunction · 0.85
finish_connectFunction · 0.85
submodule_needs_pushingFunction · 0.85
is_submodule_modifiedFunction · 0.85
bad_to_remove_submoduleFunction · 0.85

Calls 3

wait_or_whineFunction · 0.85
child_process_clearFunction · 0.85
invalidate_lstat_cacheFunction · 0.85

Tested by 1

inherit_handleFunction · 0.68