I know that the definition of convolution is the following:
$$ f(t) * g(t) = \int_{-\infty}^{\infty} f(\tau) g(t - \tau) \mathrm d \tau $$
Then, which is the correct one between the two:
$$ f(t) * g(-t) = \int_{-\infty}^{\infty} f(\tau) g(\tau + t) \mathrm d \tau \qquad (1) $$
$$ f(t) * g(-t) = \int_{-\infty}^{\infty} f(\tau) g(\tau - t) \mathrm d \tau \qquad (2) $$
I need the explanation, too.