git_handler.get_git_incoming: explicitly use the Git object store
This is preparation for moving most of the code here out into a separate module. With this patch, we can avoid passing in the entire Repo object and just pass in the object store to the factored out function.
Please register or sign in to comment