author | Elijah Newren <newren@gmail.com> | |
Sat, 31 Jul 2010 20:11:46 +0000 (14:11 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 2 Aug 2010 22:31:59 +0000 (15:31 -0700) | ||
commit | 9f9aa761305e909aca9a46ccb33a5872b36bcb8e | |
tree | 8b5732592d508f2a5b26242ff8a3f55b3a65ef34 | tree | snapshot |
parent | b73f294150c0c134a954ab6772688a9a39b54896 | commit | diff |
upload-pack: Improve error message when bad ref requested
When printing an error message saying a ref was requested that we do not
have, only print that ref, rather than the ref and everything sent to us
on the same packet line (e.g. protocol support specifications).
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
When printing an error message saying a ref was requested that we do not
have, only print that ref, rather than the ref and everything sent to us
on the same packet line (e.g. protocol support specifications).
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5530-upload-pack-error.sh | diff | blob | history | |
upload-pack.c | diff | blob | history |