Merge branch 'jk/quarantine-received-objects'
Add finishing touches to a recent topic. * jk/quarantine-received-objects: refs: reject ref updates while GIT_QUARANTINE_PATH is set receive-pack: document user-visible quarantine effects receive-pack: drop tmp_objdir_env from run_update_hook
This commit is contained in:
@ -772,7 +772,6 @@ static int run_update_hook(struct command *cmd)
|
||||
proc.stdout_to_stderr = 1;
|
||||
proc.err = use_sideband ? -1 : 0;
|
||||
proc.argv = argv;
|
||||
proc.env = tmp_objdir_env(tmp_objdir);
|
||||
|
||||
code = start_command(&proc);
|
||||
if (code)
|
||||
|
||||
Reference in New Issue
Block a user