Staging
v0.8.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: 1fe8f2cf461179c41f64efbd1dc0a9fb3b7a0fb1 authored by Junio C Hamano on 31 October 2016, 20:19:53 UTC
Git 2.11-rc0
Tip revision: 1fe8f2c
2.0.3.txt
Git v2.0.3 Release Notes
========================

 * An ancient rewrite passed a wrong pointer to a curl library
   function in a rarely used code path.

 * "filter-branch" left an empty single-parent commit that results when
   all parents of a merge commit gets mapped to the same commit, even
   under "--prune-empty".

 * "log --show-signature" incorrectly decided the color to paint a
   mergetag that was and was not correctly validated.

 * "log --show-signature" did not pay attention to "--graph" option.

Also a lot of fixes to the tests and some updates to the docs are
included.
back to top