<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.3.3</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.3.3</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.3.3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2015-03-14T05:57:25Z</updated>
<entry>
<title>Git 2.3.3</title>
<updated>2015-03-14T05:57:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-14T05:57:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bb8577532add843833ebf8b5324f94f84cb71ca0'/>
<id>urn:sha1:bb8577532add843833ebf8b5324f94f84cb71ca0</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'mr/doc-clean-f-f' into maint</title>
<updated>2015-03-14T05:56:12Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-14T05:56:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4b23b5d1afbc7fcd8bc744523f4c3ff06dbe25d1'/>
<id>urn:sha1:4b23b5d1afbc7fcd8bc744523f4c3ff06dbe25d1</id>
<content type='text'>
Documentation update.

* mr/doc-clean-f-f:
  Documentation/git-clean.txt: document that -f may need to be given twice
</content>
</entry>
<entry>
<title>Merge branch 'ak/t5516-typofix' into maint</title>
<updated>2015-03-14T05:56:11Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-14T05:56:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=113bc160941c4bcc9211d32f17098ab5a2428fa4'/>
<id>urn:sha1:113bc160941c4bcc9211d32f17098ab5a2428fa4</id>
<content type='text'>
* ak/t5516-typofix:
  t5516: correct misspelled pushInsteadOf
</content>
</entry>
<entry>
<title>Merge branch 'jc/diff-test-updates' into maint</title>
<updated>2015-03-14T05:56:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-14T05:56:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bb8f6de064a2b92febe06c5cbfcf98c686dce8a4'/>
<id>urn:sha1:bb8f6de064a2b92febe06c5cbfcf98c686dce8a4</id>
<content type='text'>
Test clean-up.

* jc/diff-test-updates:
  test_ln_s_add: refresh stat info of fake symbolic links
  t4008: modernise style
  t/diff-lib: check exact object names in compare_diff_raw
  tests: do not borrow from COPYING and README from the real source
  t4010: correct expected object names
  t9300: correct expected object names
  t4008: correct stale comments
</content>
</entry>
<entry>
<title>Merge branch 'jk/diffcore-rename-duplicate' into maint</title>
<updated>2015-03-14T05:56:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-14T05:56:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3aab60b3baefd79d113fdc83685ba38c71986538'/>
<id>urn:sha1:3aab60b3baefd79d113fdc83685ba38c71986538</id>
<content type='text'>
A corrupt input to "git diff -M" can cause us to segfault.

* jk/diffcore-rename-duplicate:
  diffcore-rename: avoid processing duplicate destinations
  diffcore-rename: split locate_rename_dst into two functions
</content>
</entry>
<entry>
<title>Merge branch 'bw/kwset-use-unsigned' into maint</title>
<updated>2015-03-14T05:56:07Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-14T05:56:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ae8ada450a9103d2fe94ac9baf072fd31de08c30'/>
<id>urn:sha1:ae8ada450a9103d2fe94ac9baf072fd31de08c30</id>
<content type='text'>
The borrowed code in kwset API did not follow our usual convention
to use "unsigned char" to store values that range from 0-255.

* bw/kwset-use-unsigned:
  kwset: use unsigned char to store values with high-bit set
</content>
</entry>
<entry>
<title>Merge branch 'nd/grep-exclude-standard-help-fix' into maint</title>
<updated>2015-03-14T05:56:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-14T05:56:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2408f3b74b26580b9f197e4edd96e73b0fba41c5'/>
<id>urn:sha1:2408f3b74b26580b9f197e4edd96e73b0fba41c5</id>
<content type='text'>
Description given by "grep -h" for its --exclude-standard option
was phrased poorly.

* nd/grep-exclude-standard-help-fix:
  grep: correct help string for --exclude-standard
</content>
</entry>
<entry>
<title>Merge branch 'mg/doc-remote-tags-or-not' into maint</title>
<updated>2015-03-14T05:56:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-14T05:56:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3af1bcafffb0d462abf6208574059f72ce4d5b48'/>
<id>urn:sha1:3af1bcafffb0d462abf6208574059f72ce4d5b48</id>
<content type='text'>
"git remote add" mentioned "--tags" and "--no-tags" and was not
clear that fetch from the remote in the future will use the default
behaviour when neither is given to override it.

* mg/doc-remote-tags-or-not:
  git-remote.txt: describe behavior without --tags and --no-tags
</content>
</entry>
<entry>
<title>Merge branch 'mk/diff-shortstat-dirstat-fix' into maint</title>
<updated>2015-03-14T05:56:04Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-14T05:56:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a4b4f9b8e317844ef64ec073241d38c9a656b2c8'/>
<id>urn:sha1:a4b4f9b8e317844ef64ec073241d38c9a656b2c8</id>
<content type='text'>
"git diff --shortstat --dirstat=changes" showed a dirstat based on
lines that was never asked by the end user in addition to the
dirstat that the user asked for.

* mk/diff-shortstat-dirstat-fix:
  diff --shortstat --dirstat: remove duplicate output
</content>
</entry>
<entry>
<title>Merge branch 'ms/submodule-update-config-doc' into maint</title>
<updated>2015-03-14T05:56:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-03-14T05:56:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=30a52c1dcbb286214a0d59fb4b3df1d13d9d060d'/>
<id>urn:sha1:30a52c1dcbb286214a0d59fb4b3df1d13d9d060d</id>
<content type='text'>
The interaction between "git submodule update" and the
submodule.*.update configuration was not clearly documented.

* ms/submodule-update-config-doc:
  submodule: improve documentation of update subcommand
</content>
</entry>
</feed>
