t5500: give fully-qualified refs to fetch-pack
commite9d866e32c0c7411a005cb6d6549d3a89f8102ee
authorJeff King <peff@peff.net>
Tue, 13 Dec 2011 00:44:40 +0000 (12 19:44 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Dec 2011 18:09:07 +0000 (13 10:09 -0800)
tree7d1be4b6ac6b1d8ffa0a1418a371e77c5d1efb36
parentafe7c5ff1f7f6741d35f9852a766d151da23d7d8
t5500: give fully-qualified refs to fetch-pack

The fetch-pack documentation is very clear that refs given
on the command line are to be full refs:

  <refs>...::
          The remote heads to update from. This is relative to
          $GIT_DIR (e.g. "HEAD", "refs/heads/master").  When
          unspecified, update from all heads the remote side has.

and this has been the case since fetch-pack was originally documented in
8b3d9dc ([PATCH] Documentation: clone/fetch/upload., 2005-07-14).

Let's follow our own documentation to set a good example,
and to avoid breaking when this restriction is enforced in
the next patch.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5500-fetch-pack.sh