summaryrefslogtreecommitdiff
path: root/t/t5515/refs.br-remote-glob
Commit message (Collapse)AuthorAgeFilesLines
* git-fetch test: test tracking fetch results, not just FETCH_HEADJunio C Hamano2008-03-261-0/+15
We really should have done this long time ago. Existing t5515 test was written for the specific purpose of catching regression to the contents of generated FETCH_HEAD file, but it also is a good place to make sure various fetch configurations do fetch what they intend to fetch (and nothing else). Signed-off-by: Junio C Hamano <gitster@pobox.com>