diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-03-26 01:17:07 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-03-26 01:29:54 -0700 |
commit | a466637c57b969626344e5998b29fb123569fdc2 (patch) | |
tree | 68fd441836679accf836a66c8f255d9007e4b902 /t/t5515/refs.master_branches-one | |
parent | 472fa4cd33c690dd9b338c02af3ed135666aea43 (diff) | |
download | git-a466637c57b969626344e5998b29fb123569fdc2.tar.gz git-a466637c57b969626344e5998b29fb123569fdc2.tar.xz |
git-fetch test: test tracking fetch results, not just FETCH_HEAD
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>
Diffstat (limited to 't/t5515/refs.master_branches-one')
-rw-r--r-- | t/t5515/refs.master_branches-one | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/t/t5515/refs.master_branches-one b/t/t5515/refs.master_branches-one new file mode 100644 index 000000000..8a705a5df --- /dev/null +++ b/t/t5515/refs.master_branches-one @@ -0,0 +1,12 @@ +8e32a6d901327a23ef831511badce7bf3bf46689 refs/heads/branches-one +0567da4d5edd2ff4bb292a465ba9e64dcad9536b refs/remotes/origin/HEAD +754b754407bf032e9a2f9d5a9ad05ca79a6b228f refs/remotes/origin/master +8e32a6d901327a23ef831511badce7bf3bf46689 refs/remotes/origin/one +0567da4d5edd2ff4bb292a465ba9e64dcad9536b refs/remotes/origin/three +6134ee8f857693b96ff1cc98d3e2fd62b199e5a8 refs/remotes/origin/two +6c9dec2b923228c9ff994c6cfe4ae16c12408dc5 refs/tags/tag-master +8e32a6d901327a23ef831511badce7bf3bf46689 refs/tags/tag-one +22feea448b023a2d864ef94b013735af34d238ba refs/tags/tag-one-tree +c61a82b60967180544e3c19f819ddbd0c9f89899 refs/tags/tag-three +0e3b14047d3ee365f4f2a1b673db059c3972589c refs/tags/tag-three-file +525b7fb068d59950d185a8779dc957c77eed73ba refs/tags/tag-two |