<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/tests/resources/describe/side, branch ethomson/https_proxy</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/'/>
<entry>
<title>tests: Add "describe" test repository</title>
<updated>2014-04-30T07:31:58+00:00</updated>
<author>
<name>nulltoken</name>
<email>emeric.fermas@gmail.com</email>
</author>
<published>2012-11-13T10:48:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=4cc71bb7fb7d10347bfa8ba57cb4cf74dcc79d4b'/>
<id>4cc71bb7fb7d10347bfa8ba57cb4cf74dcc79d4b</id>
<content type='text'>
Built with the following script:

	#!/bin/sh

	test_tick () {
		sleep 10
	}

	test_tick &amp;&amp;
	echo one &gt;file &amp;&amp; git add file &amp;&amp; git commit -m initial &amp;&amp;
	one=$(git rev-parse HEAD) &amp;&amp;

	git describe --always HEAD &amp;&amp;

	test_tick &amp;&amp;
	echo two &gt;file &amp;&amp; git add file &amp;&amp; git commit -m second &amp;&amp;
	two=$(git rev-parse HEAD) &amp;&amp;

	test_tick &amp;&amp;
	echo three &gt;file &amp;&amp; git add file &amp;&amp; git commit -m third &amp;&amp;

	test_tick &amp;&amp;
	echo A &gt;file &amp;&amp; git add file &amp;&amp; git commit -m A &amp;&amp;
	test_tick &amp;&amp;
	git tag -a -m A A &amp;&amp;

	test_tick &amp;&amp;
	echo c &gt;file &amp;&amp; git add file &amp;&amp; git commit -m c &amp;&amp;
	test_tick &amp;&amp;
	git tag c &amp;&amp;

	git reset --hard $two &amp;&amp;
	test_tick &amp;&amp;
	echo B &gt;side &amp;&amp; git add side &amp;&amp; git commit -m B &amp;&amp;
	test_tick &amp;&amp;
	git tag -a -m B B &amp;&amp;

	test_tick &amp;&amp;
	git merge -m Merged c &amp;&amp;
	merged=$(git rev-parse HEAD) &amp;&amp;

	git reset --hard $two &amp;&amp;
	test_tick &amp;&amp;
	echo D &gt;another &amp;&amp; git add another &amp;&amp; git commit -m D &amp;&amp;
	test_tick &amp;&amp;
	git tag -a -m D D &amp;&amp;
	test_tick &amp;&amp;
	git tag -a -m R R &amp;&amp;

	test_tick &amp;&amp;
	echo DD &gt;another &amp;&amp; git commit -a -m another &amp;&amp;

	test_tick &amp;&amp;
	git tag e &amp;&amp;

	test_tick &amp;&amp;
	echo DDD &gt;another &amp;&amp; git commit -a -m "yet another" &amp;&amp;

	test_tick &amp;&amp;
	git merge -m Merged $merged &amp;&amp;

	test_tick &amp;&amp;
	echo X &gt;file &amp;&amp; echo X &gt;side &amp;&amp; git add file side &amp;&amp;
	git commit -m x
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Built with the following script:

	#!/bin/sh

	test_tick () {
		sleep 10
	}

	test_tick &amp;&amp;
	echo one &gt;file &amp;&amp; git add file &amp;&amp; git commit -m initial &amp;&amp;
	one=$(git rev-parse HEAD) &amp;&amp;

	git describe --always HEAD &amp;&amp;

	test_tick &amp;&amp;
	echo two &gt;file &amp;&amp; git add file &amp;&amp; git commit -m second &amp;&amp;
	two=$(git rev-parse HEAD) &amp;&amp;

	test_tick &amp;&amp;
	echo three &gt;file &amp;&amp; git add file &amp;&amp; git commit -m third &amp;&amp;

	test_tick &amp;&amp;
	echo A &gt;file &amp;&amp; git add file &amp;&amp; git commit -m A &amp;&amp;
	test_tick &amp;&amp;
	git tag -a -m A A &amp;&amp;

	test_tick &amp;&amp;
	echo c &gt;file &amp;&amp; git add file &amp;&amp; git commit -m c &amp;&amp;
	test_tick &amp;&amp;
	git tag c &amp;&amp;

	git reset --hard $two &amp;&amp;
	test_tick &amp;&amp;
	echo B &gt;side &amp;&amp; git add side &amp;&amp; git commit -m B &amp;&amp;
	test_tick &amp;&amp;
	git tag -a -m B B &amp;&amp;

	test_tick &amp;&amp;
	git merge -m Merged c &amp;&amp;
	merged=$(git rev-parse HEAD) &amp;&amp;

	git reset --hard $two &amp;&amp;
	test_tick &amp;&amp;
	echo D &gt;another &amp;&amp; git add another &amp;&amp; git commit -m D &amp;&amp;
	test_tick &amp;&amp;
	git tag -a -m D D &amp;&amp;
	test_tick &amp;&amp;
	git tag -a -m R R &amp;&amp;

	test_tick &amp;&amp;
	echo DD &gt;another &amp;&amp; git commit -a -m another &amp;&amp;

	test_tick &amp;&amp;
	git tag e &amp;&amp;

	test_tick &amp;&amp;
	echo DDD &gt;another &amp;&amp; git commit -a -m "yet another" &amp;&amp;

	test_tick &amp;&amp;
	git merge -m Merged $merged &amp;&amp;

	test_tick &amp;&amp;
	echo X &gt;file &amp;&amp; echo X &gt;side &amp;&amp; git add file side &amp;&amp;
	git commit -m x
</pre>
</div>
</content>
</entry>
</feed>
