<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.7.2-rc3</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.7.2-rc3</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.7.2-rc3'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2010-07-14T16:42:24Z</updated>
<entry>
<title>Git 1.7.2-rc3</title>
<updated>2010-07-14T16:42:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-07-14T16:42:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=fc051572a3fe171286f10761bd33946c48de3f7f'/>
<id>urn:sha1:fc051572a3fe171286f10761bd33946c48de3f7f</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/read-tree-cache-tree-fix'</title>
<updated>2010-07-14T16:34:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-07-14T16:34:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c9a9766328763a776201b4b11263652b66ff9465'/>
<id>urn:sha1:c9a9766328763a776201b4b11263652b66ff9465</id>
<content type='text'>
* jc/read-tree-cache-tree-fix:
  Fix "read-tree -m A B" priming the cache-tree
</content>
</entry>
<entry>
<title>Use dev_t for device id (st_dev) from stat in setup_git_directory_gently()</title>
<updated>2010-07-14T14:57:08Z</updated>
<author>
<name>Raja R Harinath</name>
<email>harinath@hurrynot.org</email>
</author>
<published>2010-07-13T09:02:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c7d1d1b1329a104d2f7fe6307da4344288bc8e01'/>
<id>urn:sha1:c7d1d1b1329a104d2f7fe6307da4344288bc8e01</id>
<content type='text'>
The original declaration was int, which seems to cause trouble on my
machine.  It causes spurious "filesystem boundary" errors when running
the testsuite.  The cause seems to be

  $ stat -c%d .
  2147549952

which is too large for a 32-bit int type.

Using the correct type, dev_t, solves the issue.  (Because I'm
paranoid and forgetful, I checked -- yes, Unix v7 had dev_t.)

Other uses of st_dev seem to be reasonably safe.   fill_stat_cache_info
truncates it to an 'unsigned int', but that value seems to be used only
to validate the cache, and only if USE_STDEV is defined.

Signed-off-by: Raja R Harinath &lt;harinath@hurrynot.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2010-07-13T16:14:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-07-13T16:14:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=449aeb10d5d28083199f82c444b55a03c545e956'/>
<id>urn:sha1:449aeb10d5d28083199f82c444b55a03c545e956</id>
<content type='text'>
* maint:
  git fetch documentation: describe short '-p' synonym to '--prune' option
  format-patch: document the format.to configuration setting
</content>
</entry>
<entry>
<title>git fetch documentation: describe short '-p' synonym to '--prune' option</title>
<updated>2010-07-13T16:13:34Z</updated>
<author>
<name>Oren Held</name>
<email>oren@held.org.il</email>
</author>
<published>2010-07-13T12:01:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=1b79d1c2a8a90419238f7213870ab1dc465082fe'/>
<id>urn:sha1:1b79d1c2a8a90419238f7213870ab1dc465082fe</id>
<content type='text'>
It's already implemented, just undocumented.

Signed-off-by: Oren Held &lt;orenhe@il.ibm.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>format-patch: document the format.to configuration setting</title>
<updated>2010-07-13T16:02:59Z</updated>
<author>
<name>Miklos Vajna</name>
<email>vmiklos@frugalware.org</email>
</author>
<published>2010-07-12T18:58:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=312a30eb5d1926df19c756ba89561507f3cefdc7'/>
<id>urn:sha1:312a30eb5d1926df19c756ba89561507f3cefdc7</id>
<content type='text'>
[jc: with simplification from Jonathan Nieder]

Signed-off-by: Miklos Vajna &lt;vmiklos@frugalware.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>test-lib: TAP compliance for skipping tests on request</title>
<updated>2010-07-12T14:53:08Z</updated>
<author>
<name>Michael J Gruber</name>
<email>git@drmicha.warpmail.net</email>
</author>
<published>2010-07-12T10:33:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=637ab29b86533c7ce65a615fd445d163a2c57dc9'/>
<id>urn:sha1:637ab29b86533c7ce65a615fd445d163a2c57dc9</id>
<content type='text'>
Make the output TAP compliant for tests skipped on request (GIT_SKIP_TESTS).

Signed-off-by: Michael J Gruber &lt;git@drmicha.warpmail.net&gt;
Acked-by: Ævar Arnfjörð Bjarmason &lt;avarab@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>test-lib: simplify GIT_SKIP_TESTS loop</title>
<updated>2010-07-12T14:52:52Z</updated>
<author>
<name>Michael J Gruber</name>
<email>git@drmicha.warpmail.net</email>
</author>
<published>2010-07-12T10:32:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=47e67d479b305bbec996b2422e2776fb7c39be27'/>
<id>urn:sha1:47e67d479b305bbec996b2422e2776fb7c39be27</id>
<content type='text'>
04ece59 (GIT_SKIP_TESTS: allow users to omit tests that are known to break, 2006-12-28)
introduced GIT_SKIP_TESTS, and since then we have had two nested loops
iterating over GIT_SKIP_TESTS with the same loop variable.

Reduce this to one loop.

Signed-off-by: Michael J Gruber &lt;git@drmicha.warpmail.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2010-07-12T06:47:29Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-07-12T06:47:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=609eb9f7ff2af45d52ea90c0678a442d46aaa163'/>
<id>urn:sha1:609eb9f7ff2af45d52ea90c0678a442d46aaa163</id>
<content type='text'>
* maint:
  Documentation: Spelling fix in protocol-capabilities.txt
  checkout: accord documentation to what git does
  t0005: work around strange $? in ksh when program terminated by a signal
</content>
</entry>
<entry>
<title>Documentation: Spelling fix in protocol-capabilities.txt</title>
<updated>2010-07-10T00:36:28Z</updated>
<author>
<name>Fredrik Skolmli</name>
<email>fredrik@frsk.net</email>
</author>
<published>2010-07-10T00:00:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5d1e34158a3023af48541bf1731d202849929a12'/>
<id>urn:sha1:5d1e34158a3023af48541bf1731d202849929a12</id>
<content type='text'>
Signed-off-by: Fredrik Skolmli &lt;fredrik@frsk.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
