<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/t, branch v1.6.3</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.6.3</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.6.3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2009-05-07T01:16:26Z</updated>
<entry>
<title>t4029: use sh instead of bash</title>
<updated>2009-05-07T01:16:26Z</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2009-05-06T14:33:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c5ae7cb6d94f37deedd5dcf92a6608ca7d3ce081'/>
<id>urn:sha1:c5ae7cb6d94f37deedd5dcf92a6608ca7d3ce081</id>
<content type='text'>
Signed-off-by: Nguyễn Thái Ngọc Duy &lt;pclouds@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>t4200: convert sed expression which operates on non-text file to perl</title>
<updated>2009-05-06T23:43:29Z</updated>
<author>
<name>Brandon Casey</name>
<email>casey@nrlssc.navy.mil</email>
</author>
<published>2009-05-06T22:56:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5e16488edc3cf9d5c30d08fcd9b74525198d6184'/>
<id>urn:sha1:5e16488edc3cf9d5c30d08fcd9b74525198d6184</id>
<content type='text'>
POSIX only requires sed to work on text files and MERGE_RR is not a text
file.  Some versions of sed complain that this file is not newline
terminated, and exit non-zero.  Use perl instead which does not have a
problem with it.

Signed-off-by: Brandon Casey &lt;casey@nrlssc.navy.mil&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>t4200: remove two unnecessary lines</title>
<updated>2009-05-06T23:43:28Z</updated>
<author>
<name>Brandon Casey</name>
<email>casey@nrlssc.navy.mil</email>
</author>
<published>2009-05-06T22:56:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9eda0e980a43e6bf5167e1b35f457f970bec7b74'/>
<id>urn:sha1:9eda0e980a43e6bf5167e1b35f457f970bec7b74</id>
<content type='text'>
These two lines appear to be unnecessary.  They set variables which are not
used afterwards.  The primary motivation to remove them is that the sed
invocation exits non-zero for seds which require newline termination of
input files.

Signed-off-by: Brandon Casey &lt;casey@nrlssc.navy.mil&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>t/annotate-tests.sh: avoid passing a non-newline terminated file to sed</title>
<updated>2009-05-06T18:50:44Z</updated>
<author>
<name>Brandon Casey</name>
<email>casey@nrlssc.navy.mil</email>
</author>
<published>2009-05-06T18:29:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d8b69ecb4c467c044c08e0435bb22ade16ea580f'/>
<id>urn:sha1:d8b69ecb4c467c044c08e0435bb22ade16ea580f</id>
<content type='text'>
Some versions of sed exit non-zero if the file they are supplied is not
newline terminated.  Solaris's /usr/xpg4/bin/sed is one such sed.  So
rework this test to avoid doing so.

This affects tests t8001-annotate.sh and t8002-blame.sh.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>t4118: avoid sed invocation on file without terminating newline</title>
<updated>2009-05-06T18:49:14Z</updated>
<author>
<name>Brandon Casey</name>
<email>casey@nrlssc.navy.mil</email>
</author>
<published>2009-05-06T18:29:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=325fb151047d668133cd456e78953f1b1aa09114'/>
<id>urn:sha1:325fb151047d668133cd456e78953f1b1aa09114</id>
<content type='text'>
Some versions of sed exit non-zero if the file they are supplied is not
newline terminated. Solaris's /usr/xpg4/bin/sed is one such sed.  In
this case the sed invocation can be avoided entirely since the resulting
file is equivalent to a previously created file.  So, just copy that file
into place instead.

Signed-off-by: Brandon Casey &lt;casey@nrlssc.navy.mil&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>t4118: add missing '&amp;&amp;'</title>
<updated>2009-05-06T18:49:05Z</updated>
<author>
<name>Brandon Casey</name>
<email>casey@nrlssc.navy.mil</email>
</author>
<published>2009-05-06T18:29:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=723570469f54449e54dcc8bbb8f1dcbaff29d535'/>
<id>urn:sha1:723570469f54449e54dcc8bbb8f1dcbaff29d535</id>
<content type='text'>
Signed-off-by: Brandon Casey &lt;casey@nrlssc.navy.mil&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>t8005: use egrep when extended regular expressions are required</title>
<updated>2009-05-06T18:48:58Z</updated>
<author>
<name>Brandon Casey</name>
<email>casey@nrlssc.navy.mil</email>
</author>
<published>2009-05-06T18:31:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0b05dc2b7e929996afa3f325cce593585f3ec9b3'/>
<id>urn:sha1:0b05dc2b7e929996afa3f325cce593585f3ec9b3</id>
<content type='text'>
Not all versions of grep understand backslashed extended regular
expressions.  Possibly only gnu grep does.

Signed-off-by: Brandon Casey &lt;casey@nrlssc.navy.mil&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2009-05-06T05:52:17Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-05-06T05:52:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8146f19762c8fd67f6df3da4ba87a4e5ea880909'/>
<id>urn:sha1:8146f19762c8fd67f6df3da4ba87a4e5ea880909</id>
<content type='text'>
* maint:
  improve error message in config.c
  t4018-diff-funcname: add cpp xfuncname pattern to syntax test
  Work around BSD whose typeof(tv.tv_sec) != time_t
  git-am.txt: reword extra headers in message body
  git-am.txt: Use date or value instead of time or timestamp
  git-am.txt: add an 'a', say what 'it' is, simplify a sentence
  dir.c: Fix two minor grammatical errors in comments
  git-svn: fix a sloppy Getopt::Long usage
</content>
</entry>
<entry>
<title>t4018-diff-funcname: add cpp xfuncname pattern to syntax test</title>
<updated>2009-05-06T05:49:02Z</updated>
<author>
<name>Brandon Casey</name>
<email>drafnel@gmail.com</email>
</author>
<published>2009-05-02T14:31:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=066e596abb2768be1ef3984a55ce39643fbb36e5'/>
<id>urn:sha1:066e596abb2768be1ef3984a55ce39643fbb36e5</id>
<content type='text'>
Signed-off-by: Brandon Casey &lt;drafnel@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'mk/maint-apply-swap' into maint</title>
<updated>2009-05-03T22:02:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-05-03T22:02:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c2eae0a5f604738b9ecce3d540ea48ceb0f2a869'/>
<id>urn:sha1:c2eae0a5f604738b9ecce3d540ea48ceb0f2a869</id>
<content type='text'>
* mk/maint-apply-swap:
  tests: make test-apply-criss-cross-rename more robust
  builtin-apply: keep information about files to be deleted
  tests: test applying criss-cross rename patch
</content>
</entry>
</feed>
