<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.8.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.8.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.8.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2016-04-29T21:19:11Z</updated>
<entry>
<title>Git 2.8.2</title>
<updated>2016-04-29T21:19:11Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-04-29T21:18:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=60115f54bda3a127ed3cc8ffc6ab6c771cbceb1b'/>
<id>urn:sha1:60115f54bda3a127ed3cc8ffc6ab6c771cbceb1b</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'js/mingw-tests-2.8' into maint</title>
<updated>2016-04-29T21:16:01Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-04-29T21:16:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0c1a8ec8da53c3d5c7ce1fae8599f18bce6a4b2d'/>
<id>urn:sha1:0c1a8ec8da53c3d5c7ce1fae8599f18bce6a4b2d</id>
<content type='text'>
Code clean-up.

* js/mingw-tests-2.8:
  Windows: shorten code by re-using convert_slashes()
</content>
</entry>
<entry>
<title>Merge branch 'ep/trace-doc-sample-fix' into maint</title>
<updated>2016-04-29T21:16:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-04-29T21:16:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4dda133385cedfe530607b6ac9183eeefd2a7b2a'/>
<id>urn:sha1:4dda133385cedfe530607b6ac9183eeefd2a7b2a</id>
<content type='text'>
Fix a typo in an example in the trace API documentation.

* ep/trace-doc-sample-fix:
  api-trace.txt: fix typo
</content>
</entry>
<entry>
<title>Merge branch 'jc/makefile-redirection-stderr' into maint</title>
<updated>2016-04-29T21:15:59Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-04-29T21:15:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=98eef4825770fa75f7397fcd10cdd5c8efaac210'/>
<id>urn:sha1:98eef4825770fa75f7397fcd10cdd5c8efaac210</id>
<content type='text'>
A minor fix in the Makefile.

* jc/makefile-redirection-stderr:
  Makefile: fix misdirected redirections
</content>
</entry>
<entry>
<title>Merge branch 'ak/use-hashmap-iter-first-in-submodule-config' into maint</title>
<updated>2016-04-29T21:15:58Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-04-29T21:15:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a4708391d3bf4111ae5598f8e8e9ecdc25ead10a'/>
<id>urn:sha1:a4708391d3bf4111ae5598f8e8e9ecdc25ead10a</id>
<content type='text'>
Minor code cleanup.

* ak/use-hashmap-iter-first-in-submodule-config:
  submodule-config: use hashmap_iter_first()
</content>
</entry>
<entry>
<title>Merge branch 'tb/blame-force-read-cache-to-workaround-safe-crlf' into maint</title>
<updated>2016-04-29T21:15:58Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-04-29T21:15:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=002dd773b0b2ff2e28a335fb879a321056c0f6e2'/>
<id>urn:sha1:002dd773b0b2ff2e28a335fb879a321056c0f6e2</id>
<content type='text'>
When running "git blame $path" with unnormalized data in the index
for the path, the data in the working tree was blamed, even though
"git add" would not have changed what is already in the index, due
to "safe crlf" that disables the line-end conversion.  It has been
corrected.

* tb/blame-force-read-cache-to-workaround-safe-crlf:
  correct blame for files commited with CRLF
</content>
</entry>
<entry>
<title>Merge branch 'sk/send-pack-all-fix' into maint</title>
<updated>2016-04-29T21:15:57Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-04-29T21:15:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=18c554b2720a869f1203a776cadd515fc6f3f840'/>
<id>urn:sha1:18c554b2720a869f1203a776cadd515fc6f3f840</id>
<content type='text'>
"git send-pack --all &lt;there&gt;" was broken when its command line
option parsing was written in the 2.6 timeframe.

* sk/send-pack-all-fix:
  git-send-pack: fix --all option when used with directory
</content>
</entry>
<entry>
<title>Merge branch 'sg/diff-multiple-identical-renames' into maint</title>
<updated>2016-04-29T21:15:55Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-04-29T21:15:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b96c396cce05c9559f335d5ed6856687036e01ba'/>
<id>urn:sha1:b96c396cce05c9559f335d5ed6856687036e01ba</id>
<content type='text'>
"git diff -M" used to work better when two originally identical
files A and B got renamed to X/A and X/B by pairing A to X/A and B
to X/B, but this was broken in the 2.0 timeframe.

* sg/diff-multiple-identical-renames:
  diffcore: fix iteration order of identical files during rename detection
</content>
</entry>
<entry>
<title>Merge branch 'ss/msvc' into maint</title>
<updated>2016-04-29T21:15:54Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-04-29T21:15:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3bb56a91be7d136f5f03902ea900185e01a2cdcb'/>
<id>urn:sha1:3bb56a91be7d136f5f03902ea900185e01a2cdcb</id>
<content type='text'>
Build updates for MSVC.

* ss/msvc:
  MSVC: use shipped headers instead of fallback definitions
  MSVC: vsnprintf in Visual Studio 2015 doesn't need SNPRINTF_SIZE_CORR any more
</content>
</entry>
<entry>
<title>Merge tag 'l10n-2.8.0-rnd3-fr' of git://github.com/git-l10n/git-po into maint</title>
<updated>2016-04-25T20:36:26Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-04-25T20:36:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=625efa9decb64e2b51c4bef342922553729cf2f6'/>
<id>urn:sha1:625efa9decb64e2b51c4bef342922553729cf2f6</id>
<content type='text'>
l10n-2.8.0-rnd3-fr

* tag 'l10n-2.8.0-rnd3-fr' of git://github.com/git-l10n/git-po:
  l10n: fr: don't translate "merge" as a parameter
  l10n: fr: change "id de clé" to match "id-clé"
  l10n: fr: fix wrongly translated option name
  l10n: fr: fix transcation of "dir"
</content>
</entry>
</feed>
