<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.6.3.1</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://www.git.shady.money/git/atom?h=v1.6.3.1</id>
<link rel='self' href='https://www.git.shady.money/git/atom?h=v1.6.3.1'/>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/'/>
<updated>2009-05-13T05:30:29Z</updated>
<entry>
<title>GIT 1.6.3.1</title>
<updated>2009-05-13T05:30:29Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-05-13T05:28:22Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=4774780ab196ff4ace780445c06c8e5bfffffc49'/>
<id>urn:sha1:4774780ab196ff4ace780445c06c8e5bfffffc49</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint-1.6.2' into maint</title>
<updated>2009-05-12T16:58:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-05-12T16:58:34Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=235236c83dcff00d9df3910aaf10b74a3929068d'/>
<id>urn:sha1:235236c83dcff00d9df3910aaf10b74a3929068d</id>
<content type='text'>
* maint-1.6.2:
  Revert "checkout branch: prime cache-tree fully"
</content>
</entry>
<entry>
<title>Merge branch 'jc/maint-read-tree-multi' into maint-1.6.2</title>
<updated>2009-05-12T16:58:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-05-12T16:58:21Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=a83502f8e59b1dd2547f850379040ca3f931e00b'/>
<id>urn:sha1:a83502f8e59b1dd2547f850379040ca3f931e00b</id>
<content type='text'>
* jc/maint-read-tree-multi:
  Revert "checkout branch: prime cache-tree fully"
</content>
</entry>
<entry>
<title>Revert "checkout branch: prime cache-tree fully"</title>
<updated>2009-05-12T16:57:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-05-12T16:41:28Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=49d833dc07f28bf67119c4060044fc829a7e044f'/>
<id>urn:sha1:49d833dc07f28bf67119c4060044fc829a7e044f</id>
<content type='text'>
The logic in 83ae209 (checkout branch: prime cache-tree fully,
2009-04-20) is bogus; checkout can switch branches with a dirty
index and in such a case the tree won't match HEAD.

Add t2014-switch to catch this breakage.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: cloning to empty directory is allowed</title>
<updated>2009-05-09T08:28:08Z</updated>
<author>
<name>Alexander Potashev</name>
<email>aspotashev@gmail.com</email>
</author>
<published>2009-05-07T12:04:08Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=ec00d6e0038e030cf73182374e21025c2776cb23'/>
<id>urn:sha1:ec00d6e0038e030cf73182374e21025c2776cb23</id>
<content type='text'>
Cloning into an existing empty directory is now allowed:
commit 55892d23981917aefdb387ad7d0429f90cbd446a
("Allow cloning to an existing empty directory")

Signed-off-by: Alexander Potashev &lt;aspotashev@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Clarify kind of conflict in merge-one-file helper</title>
<updated>2009-05-09T07:27:39Z</updated>
<author>
<name>Alex Riesen</name>
<email>raa.lkml@gmail.com</email>
</author>
<published>2009-04-29T21:40:50Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=718135e3b6b5317f763477f5b0f408d888d79a8e'/>
<id>urn:sha1:718135e3b6b5317f763477f5b0f408d888d79a8e</id>
<content type='text'>
Not as verbose as the recursive merge driver, but better still.

Signed-off-by: Alex Riesen &lt;raa.lkml@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git config: clarify --add and --get-color</title>
<updated>2009-05-09T07:19:25Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2009-05-06T22:57:08Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=ac9f71cf766ab1affdfc4d4c4b58238bf9c76700'/>
<id>urn:sha1:ac9f71cf766ab1affdfc4d4c4b58238bf9c76700</id>
<content type='text'>
Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>archive-tar.c: squelch a type mismatch warning</title>
<updated>2009-05-09T06:57:29Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-05-07T08:08:19Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=3e1629f5a6c832941cc329c381de8b88ea775cb6'/>
<id>urn:sha1:3e1629f5a6c832941cc329c381de8b88ea775cb6</id>
<content type='text'>
On some systems, giving a value of type time_t to printf "%lo" that
expects an unsigned long would give a type mismatch warning.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Start 1.6.3.1 maintenance series.</title>
<updated>2009-05-09T04:49:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-05-09T04:49:14Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=6207011ae3fe813159e92762e86f33c9bd42cd7f'/>
<id>urn:sha1:6207011ae3fe813159e92762e86f33c9bd42cd7f</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint-1.6.1' into maint-1.6.2</title>
<updated>2009-05-09T04:13:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-05-09T04:13:47Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=58e93fa357006d9a231da48fb81eb23c417ed927'/>
<id>urn:sha1:58e93fa357006d9a231da48fb81eb23c417ed927</id>
<content type='text'>
* maint-1.6.1:
</content>
</entry>
</feed>
