<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/t, branch v0.99</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v0.99</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v0.99'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2005-07-07T22:53:35Z</updated>
<entry>
<title>[PATCH] Prevent t6000 series from dropping useless sed.script in t/</title>
<updated>2005-07-07T22:53:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-07-07T18:39:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=776566000ffed2ffed5783f2227bb36859c85005'/>
<id>urn:sha1:776566000ffed2ffed5783f2227bb36859c85005</id>
<content type='text'>
The Makefile in the test suite directory considers any file
matching t[0-9][0-9][0-9][0-9]-*.sh as the top-level test script
to be executed.  Unfortunately this was not documented, and the
common test library, t6000-lib.sh was named to match that
pattern.  This caused t6000-lib.sh to be called from Makefile as
the top-level program, causing it to leave t/sed.script file
behind.  Rename it to t6000lib.sh to prevent this, and document
the naming convention a bit more clearly.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Write sed script directly into temp file, rather than a variable</title>
<updated>2005-07-07T01:00:28Z</updated>
<author>
<name>Jon Seymour</name>
<email>jon.seymour@gmail.com</email>
</author>
<published>2005-07-07T00:50:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=28346d2d3c6e609a618c6c429d865e9d5d50b998'/>
<id>urn:sha1:28346d2d3c6e609a618c6c429d865e9d5d50b998</id>
<content type='text'>
When sed uses \n rather than ; as a separator (for BSD sed(1) compat),
it is cleaner to use a file directly, rather than an environment
variable containing \n characters.

This change changes t/t6000 write to sed.script directly and changes
the other tests to remove knowledge of sed.script.

Signed-off-by: Jon Seymour &lt;jon.seymour@gmail.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Add t/t6003 with some --topo-order tests</title>
<updated>2005-07-07T01:00:28Z</updated>
<author>
<name>Jon Seymour</name>
<email>jon.seymour@gmail.com</email>
</author>
<published>2005-07-07T00:50:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f573571a218ddf0d48caaef33c8c7e4c59132b5f'/>
<id>urn:sha1:f573571a218ddf0d48caaef33c8c7e4c59132b5f</id>
<content type='text'>
Signed-off-by: Jon Seymour &lt;jon.seymour@gmail.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Add a t/t6001 test case for a --merge-order bug</title>
<updated>2005-07-06T17:29:30Z</updated>
<author>
<name>Jon Seymour</name>
<email>jon.seymour@gmail.com</email>
</author>
<published>2005-07-06T16:39:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4d3a63ba3a1f80e03312c5ec28734b27583a0756'/>
<id>urn:sha1:4d3a63ba3a1f80e03312c5ec28734b27583a0756</id>
<content type='text'>
This test case demonstrates a problem with --merge-order.

A
|
B
|\
C D
|/
E
|
F

git-rev-list --merge-order A B doesn't produce the expected output of

A
B
D
C
E
F

The problem is fixed by a subsequent patch.

Signed-off-by: Jon Seymour &lt;jon.seymour@gmail.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Change the sed seperator in t/t6000-lib.sh.</title>
<updated>2005-07-06T16:26:13Z</updated>
<author>
<name>Jon Seymour</name>
<email>jon.seymour@gmail.com</email>
</author>
<published>2005-07-06T10:11:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f6069c5995114d0fb2fba1140be5db717ff3b396'/>
<id>urn:sha1:f6069c5995114d0fb2fba1140be5db717ff3b396</id>
<content type='text'>
This trivial patch removes the semicolon as the sed seperator in the t/t6000-lib.sh test script
and replaces it with white space.  This makes BSD sed(1) much happier.

Signed-off-by: Mark Allen &lt;mrallen1@yahoo.com&gt;
Signed-off-by: Jon Seymour &lt;jon.seymour@gmail.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Introduce unit tests for git-rev-list --bisect</title>
<updated>2005-07-06T16:26:13Z</updated>
<author>
<name>Jon Seymour</name>
<email>jon.seymour@gmail.com</email>
</author>
<published>2005-07-06T10:11:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8904591a9b7be14e14cb91bd4de2014f9c520710'/>
<id>urn:sha1:8904591a9b7be14e14cb91bd4de2014f9c520710</id>
<content type='text'>
This patch introduces some unit tests for the git-rev-list --bisect functionality.

Signed-off-by: Jon Seymour &lt;jon.seymour@gmail.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Factor out useful test case infrastructure from t/t6001... into t/t6000-lib.sh</title>
<updated>2005-07-06T16:26:13Z</updated>
<author>
<name>Jon Seymour</name>
<email>jon.seymour@gmail.com</email>
</author>
<published>2005-07-06T10:11:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ce11895d5cc5920e5ef01525aa8355357ee0820e'/>
<id>urn:sha1:ce11895d5cc5920e5ef01525aa8355357ee0820e</id>
<content type='text'>
Functions that are useful to other t6xxx testcases are moved into t6000-lib.sh

To use these functions in a test case, use a test-case pre-amble like:

. ./test-lib.sh
. ../t6000-lib.sh # t6xxx specific functions

Signed-off-by: Jon Seymour &lt;jon.seymour@gmail.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Fixup t/t5300 unit tests broken by 5f3de58ff85c49620ae2a1722d8d4d37c881a054</title>
<updated>2005-07-04T15:22:32Z</updated>
<author>
<name>Jon Seymour</name>
<email>jon.seymour@gmail.com</email>
</author>
<published>2005-07-04T13:15:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a61eea6abdbd336c7a3364c170cce3de01421599'/>
<id>urn:sha1:a61eea6abdbd336c7a3364c170cce3de01421599</id>
<content type='text'>
This patch fixes up the t/t5300 unit tests which were broken by the changes in:

	Make the name of a pack-file depend on the objects packed there-in.

Signed-off-by: Jon Seymour &lt;jon.seymour@gmail.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Remove unnecessary sort from t6001 testcase</title>
<updated>2005-06-30T03:53:10Z</updated>
<author>
<name>Jon Seymour</name>
<email>jon.seymour@gmail.com</email>
</author>
<published>2005-06-30T02:41:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9d89d19c4873f73f3165e1cef45fdb17ef39a5d0'/>
<id>urn:sha1:9d89d19c4873f73f3165e1cef45fdb17ef39a5d0</id>
<content type='text'>
This patch removes an unnecessary sort from the t6001 testcase.

Sorts were previously necessary when testing non --merge-order cases
because the output order wasn't entirely deterministic unless commit
date was fixed.

However, commit dates are now fixed, so the need for a sort has
disappeared.  So the sort has been removed.

Signed-off-by: Jon Seymour &lt;jon.seymour@gmail.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Fix broken t6001 test case</title>
<updated>2005-06-30T03:53:10Z</updated>
<author>
<name>Jon Seymour</name>
<email>jon.seymour@gmail.com</email>
</author>
<published>2005-06-30T02:41:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3ed35678903f14c8be26b5b4fce1155e4c69230f'/>
<id>urn:sha1:3ed35678903f14c8be26b5b4fce1155e4c69230f</id>
<content type='text'>
This fix fixes a t/t6001 test case break that was hidden by a bug in the
test case infrastructure.

Signed-off-by: Jon Seymour &lt;jon.seymour@gmail.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
