Make the rest of commands work from a subdirectory.
These commands are converted to run from a subdirectory.
commit-tree convert-objects merge-base merge-index mktag
pack-objects pack-redundant prune-packed read-tree tar-tree
unpack-file unpack-objects update-server-info write-tree
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
@ -19,5 +19,7 @@ int main(int ac, char **av)
|
||||
if (i != ac)
|
||||
usage(update_server_info_usage);
|
||||
|
||||
setup_git_directory();
|
||||
|
||||
return !!update_server_info(force);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user