<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/t/annotate-tests.sh, branch v1.4.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.4.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.4.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2006-08-02T07:27:17Z</updated>
<entry>
<title>Fix annotate test script; notice when git-annotate fails.</title>
<updated>2006-08-02T07:27:17Z</updated>
<author>
<name>Ramsay Allan Jones</name>
<email>ramsay@ramsay1.demon.co.uk</email>
</author>
<published>2006-07-29T16:20:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1fd4da643cb829618bbe76ab37df7f1b4dafc656'/>
<id>urn:sha1:1fd4da643cb829618bbe76ab37df7f1b4dafc656</id>
<content type='text'>
The t8001-annotate.sh test claimed all tests pass, when in fact
the git-annotate perl script failed to run! (prior to fixing the
script to work with perl 5.5).

Signed-off-by: Ramsay Allan Jones &lt;ramsay@ramsay1.demon.co.uk&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>tests: Set EDITOR=: and VISUAL=: globally</title>
<updated>2006-07-11T19:32:54Z</updated>
<author>
<name>Eric Wong</name>
<email>normalperson@yhbt.net</email>
</author>
<published>2006-07-11T19:01:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8ff99e7417fcbff67d2c31445671fa97e44c95e7'/>
<id>urn:sha1:8ff99e7417fcbff67d2c31445671fa97e44c95e7</id>
<content type='text'>
This way we don't have to remember to set it for each test; and
if we forget, we won't cause interactive editors to be spawned
for non-interactive tests.

Signed-off-by: Eric Wong &lt;normalperson@yhbt.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Fix t8001-annotate and t8002-blame for ActiveState Perl</title>
<updated>2006-06-20T01:43:20Z</updated>
<author>
<name>Dennis Stosberg</name>
<email>dennis@stosberg.net</email>
</author>
<published>2006-06-19T19:40:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0e26f7a1c3275214312bd7171fc850addb71f68d'/>
<id>urn:sha1:0e26f7a1c3275214312bd7171fc850addb71f68d</id>
<content type='text'>
There seems to be at least one implementation of Perl which requires the
user to specify an extension for backup files.

Reported by Alex Riesen.

Signed-off-by: Dennis Stosberg &lt;dennis@stosberg.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Make t8001-annotate and t8002-blame more portable</title>
<updated>2006-06-18T20:58:20Z</updated>
<author>
<name>Dennis Stosberg</name>
<email>dennis@stosberg.net</email>
</author>
<published>2006-06-18T20:33:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=476a4dfc05f8d67406af277a00f7079b5d6d51e1'/>
<id>urn:sha1:476a4dfc05f8d67406af277a00f7079b5d6d51e1</id>
<content type='text'>
These two tests assume that "sed" will not modify the final line of a
stream if it does not end with a newline character.  The assumption is
not true at least for FreeBSD and Solaris 9.  FreeBSD's "sed" appends
a newline character; "sed" in Solaris 9 even removes the incomplete
final line.  This patch makes the test use perl instead.

Signed-off-by: Dennis Stosberg &lt;dennis@stosberg.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>annotate-tests: override VISUAL when running tests.</title>
<updated>2006-03-12T19:50:23Z</updated>
<author>
<name>Mark Wooding</name>
<email>mdw@distorted.org.uk</email>
</author>
<published>2006-03-12T14:00:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8c3222079a9aca6622c6098a9157e59dddb1cfff'/>
<id>urn:sha1:8c3222079a9aca6622c6098a9157e59dddb1cfff</id>
<content type='text'>
The tests hang for me waiting for Emacs with its output directed
somewhere strage, because I hedged my bets and set both EDITOR and
VISUAL to run Emacs.

Signed-off-by: Mark Wooding &lt;mdw@distorted.org.uk&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>annotate-blame: tests incomplete lines.</title>
<updated>2006-03-06T08:41:17Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-03-06T08:41:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1242642c468a7bcc335a676273eae4ced8a55f04'/>
<id>urn:sha1:1242642c468a7bcc335a676273eae4ced8a55f04</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>annotate-blame test: add evil merge.</title>
<updated>2006-03-06T06:37:15Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-03-06T06:37:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ce5b6e711148d035478fcb18773a0abcef302d7e'/>
<id>urn:sha1:ce5b6e711148d035478fcb18773a0abcef302d7e</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>annotate/blame tests updates.</title>
<updated>2006-03-06T06:09:15Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-03-06T06:07:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=92a903acfd0904e6dd6d18112428429938783d19'/>
<id>urn:sha1:92a903acfd0904e6dd6d18112428429938783d19</id>
<content type='text'>
This rewrites the result check code a bit.  The earlier one
using awk was splitting columns at any whitespace, which
confused lines attributed incorrectly to the merge made by the
default author "A U Thor &lt;author@example.com&gt;" with lines
attributed to author "A".

The latest test by Ryan to add the "starting from older commit"
test is also included, with another older commit test.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-blame: Use the same tests for git-blame as for git-annotate</title>
<updated>2006-03-06T00:02:44Z</updated>
<author>
<name>Fredrik Kuivinen</name>
<email>freku045@student.liu.se</email>
</author>
<published>2006-03-05T11:13:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8752d11d60e8f48b6e242e7f504c8e8fd7eabb92'/>
<id>urn:sha1:8752d11d60e8f48b6e242e7f504c8e8fd7eabb92</id>
<content type='text'>
Signed-off-by: Fredrik Kuivinen &lt;freku045@student.liu.se&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
