Staging
v0.8.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: d95553a6b8c5153f541adcfc3346004e8249b0e6 authored by Junio C Hamano on 03 April 2016, 17:11:35 UTC
Git 2.8.1
Tip revision: d95553a
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