<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/t, branch v2.3.0</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.3.0</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.3.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2015-01-22T21:46:45Z</updated>
<entry>
<title>Merge branch 'js/t1050'</title>
<updated>2015-01-22T21:46:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-01-22T21:46:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=76afe74b10195c1e9f0c821c7f210da8de152006'/>
<id>urn:sha1:76afe74b10195c1e9f0c821c7f210da8de152006</id>
<content type='text'>
* js/t1050:
  t1050-large: generate large files without dd
</content>
</entry>
<entry>
<title>Merge branch 'jh/empty-notes'</title>
<updated>2015-01-22T21:42:37Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-01-22T21:42:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ee443cf236ffa8f99857e9580df31a53f60d9045'/>
<id>urn:sha1:ee443cf236ffa8f99857e9580df31a53f60d9045</id>
<content type='text'>
* jh/empty-notes:
  Fix unclosed here document in t3301.sh
</content>
</entry>
<entry>
<title>Fix unclosed here document in t3301.sh</title>
<updated>2015-01-22T20:23:42Z</updated>
<author>
<name>Kacper Kornet</name>
<email>draenog@pld-linux.org</email>
</author>
<published>2015-01-22T11:59:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=85cb1d0ba883627f38ad994aa489bf0b3dc40f7f'/>
<id>urn:sha1:85cb1d0ba883627f38ad994aa489bf0b3dc40f7f</id>
<content type='text'>
Commit 908a3203632a02568df230c0fccf9a2cd8da24e6 introduced  indentation
to here documents in t3301.sh. However in one place &lt;&lt;-EOF was missing
-, which broke this test when run with mksh-50d. This commit fixes it.

Signed-off-by: Kacper Kornet &lt;draenog@pld-linux.org&gt;
Acked-by: Johan Herland &lt;johan@herland.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/colors'</title>
<updated>2015-01-20T23:57:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-01-20T23:57:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d06ce4a508386230e9412e68264a744392795dcb'/>
<id>urn:sha1:d06ce4a508386230e9412e68264a744392795dcb</id>
<content type='text'>
* jk/colors:
  parse_color: fix return value for numeric color values 0-8
</content>
</entry>
<entry>
<title>parse_color: fix return value for numeric color values 0-8</title>
<updated>2015-01-20T23:56:03Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2015-01-20T22:14:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3759d27aca3ddd78b4b1169a767809748dc1fc3f'/>
<id>urn:sha1:3759d27aca3ddd78b4b1169a767809748dc1fc3f</id>
<content type='text'>
When commit 695d95d refactored the color parsing, it missed
a "return 0" when parsing literal numbers 0-8 (which
represent basic ANSI colors), leading us to report these
colors as an error.

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>t1050-large: generate large files without dd</title>
<updated>2015-01-14T21:08:12Z</updated>
<author>
<name>Johannes Sixt</name>
<email>j6t@kdbg.org</email>
</author>
<published>2015-01-14T20:28:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d0a042a18652f35dff5419185dd84de2ea216e7c'/>
<id>urn:sha1:d0a042a18652f35dff5419185dd84de2ea216e7c</id>
<content type='text'>
For some unknown reason, the dd on my Windows box segfaults randomly,
but since recently, it does so much more often than it used to, which
makes running the test suite burdensome.

Use printf to write large files instead of dd. To emphasize that three
of the large blobs are exact copies, use cp to allocate them.

The new code makes the files a bit smaller, and they are not sparse
anymore, but the tests do not depend on these properties. We do not want
to use test-genrandom here (which is used to generate large files
elsewhere in t1050), so that the files can be compressed well (which
keeps the run-time short).

The files are now large text files, not binary files. But since they
are larger than core.bigfilethreshold they are diagnosed as binary
by Git. For this reason, the 'git diff' tests that check the output
for "Binary files differ" still pass.

Signed-off-by: Johannes Sixt &lt;j6t@kdbg.org&gt;
Reviewed-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'rc/for-each-ref-tracking'</title>
<updated>2015-01-14T20:39:02Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-01-14T20:39:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=401a317aae36fd979da9eafbdd9415fa5ac6e119'/>
<id>urn:sha1:401a317aae36fd979da9eafbdd9415fa5ac6e119</id>
<content type='text'>
* rc/for-each-ref-tracking:
  for-each-ref: always check stat_tracking_info()'s return value
</content>
</entry>
<entry>
<title>Merge branch 'rh/test-color-avoid-terminfo-in-original-home'</title>
<updated>2015-01-14T20:36:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-01-14T20:36:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=601ca9287d9ba5c34494cac3b99b25c77a5d8674'/>
<id>urn:sha1:601ca9287d9ba5c34494cac3b99b25c77a5d8674</id>
<content type='text'>
We try to see if "tput" gives a useful result before switching TERM
to dumb and moving HOME to point to our fake location for stability
of the tests, and then use the command when coloring the output
from the tests, but there is no guarantee "tput" works after
switching HOME.

* rh/test-color-avoid-terminfo-in-original-home:
  test-lib.sh: do tests for color support after changing HOME
  test-lib: use 'test ...' instead of '[ ... ]'
</content>
</entry>
<entry>
<title>Merge branch 'rh/hide-prompt-in-ignored-directory'</title>
<updated>2015-01-14T20:34:01Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-01-14T20:34:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e1ef7d177c3fcfdd25df9c4b67d36012bedebd74'/>
<id>urn:sha1:e1ef7d177c3fcfdd25df9c4b67d36012bedebd74</id>
<content type='text'>
* rh/hide-prompt-in-ignored-directory:
  git-prompt.sh: allow to hide prompt for ignored pwd
  git-prompt.sh: if pc mode, immediately set PS1 to a plain prompt
</content>
</entry>
<entry>
<title>Merge branch 'jk/prune-packed-server-info'</title>
<updated>2015-01-14T20:30:27Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-01-14T20:30:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6d9f0c7c0de61776f61e8674bf080f2a2241832c'/>
<id>urn:sha1:6d9f0c7c0de61776f61e8674bf080f2a2241832c</id>
<content type='text'>
Fix recent breakage in Git 2.2 that started creating info/refs and
objects/info/packs files with permission bits tighter than user's
umask.

* jk/prune-packed-server-info:
  update-server-info: create info/* with mode 0666
  t1301: set umask in reflog sharedrepository=group test
</content>
</entry>
</feed>
