Jonathan Nieder wrote: > git grep -l -F -e oldhost.example.com | > xargs sed -i -e s/oldhost.example.com/newhost.example.com/g
Yes, I've had to do this too: in a proxied environment I had to s/git:\/\//https:\/\//. So yes, we will have features to operate on multiple links at the same time. I'm thinking something fine-grained that allows you to pick which links to operate on. It's currently a vague thought, and I'm not sure what the implementation will look like. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html