commit | d0d06e892a1a7bc6a1dfd76374da09f0170cae2c | [log] [tgz] |
---|---|---|
author | Michael Haggerty <mhagger@alum.mit.edu> | Wed Oct 23 17:50:35 2013 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Oct 24 13:27:45 2013 -0700 |
tree | e487dc3fe685d0852e712ef8c8805339442109a1 | |
parent | 2004658b19bf781d446e14e3237f519e80ab0297 [diff] |
t5510: prepare test refs more straightforwardly "git fetch" was being used with contrived refspecs to create tags and remote-tracking branches in test repositories in preparation for the actual tests. This is obscure and also makes one wonder whether this is indeed just preparation or whether some side-effect of "git fetch" is being tested. So use the more straightforward commands "git tag" / "git update-ref" when preparing branches in test repositories. Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>