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_.._.git_one_two | |
parent | Fix branches file configuration (diff) | |
download | tgif-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_.._.git_one_two')
-rw-r--r-- | t/t5515/refs.master_.._.git_one_two | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/t5515/refs.master_.._.git_one_two b/t/t5515/refs.master_.._.git_one_two new file mode 100644 index 0000000000..70962eaac1 --- /dev/null +++ b/t/t5515/refs.master_.._.git_one_two @@ -0,0 +1,5 @@ +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 |