Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fetch: allow "git fetch $there v1.0" to fetch a tag
You can already do so with "git fetch $there tags/v1.0" but if it is not ambiguous there is no reason to force users to type more. Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information