]> git.99rst.org Git - git.git/commit
fetch: fix negotiate-only error message
authorRobert Coup <redacted>
Fri, 28 Jan 2022 14:36:02 +0000 (14:36 +0000)
committerJunio C Hamano <redacted>
Fri, 28 Jan 2022 23:02:04 +0000 (15:02 -0800)
commit2826ffad8c34b639fd41f62fac1236e36e9d83db
treee3d4f7aaf318d45757088b217a968f7719d804e3
parenteff40457a4ab4887c677453d11774322a494a98c
fetch: fix negotiate-only error message

The error message when invoking a negotiate-only fetch without providing
any tips incorrectly refers to a --negotiate-tip=* argument. Fix this to
use the actual argument, --negotiation-tip=*.

Signed-off-by: Robert Coup <redacted>
Reviewed-by: Jonathan Tan <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/fetch.c
t/t5702-protocol-v2.sh
git clone https://git.99rst.org/PROJECT