Staging
v0.8.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: d32eb83c1db7d0a8bb54fe743c6d1dd674d372c5 authored by Junio C Hamano on 22 March 2018, 21:24:45 UTC
Git 2.16.3
Tip revision: d32eb83
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