Documentation/describe: improve one-line summary
[git.git] / Documentation / RelNotes / 2.0.3.txt
blob4047b46bbe8d81fb39f115c810cad5959fea5ab5
1 Git v2.0.3 Release Notes
2 ========================
4  * An ancient rewrite passed a wrong pointer to a curl library
5    function in a rarely used code path.
7  * "filter-branch" left an empty single-parent commit that results when
8    all parents of a merge commit gets mapped to the same commit, even
9    under "--prune-empty".
11  * "log --show-signature" incorrectly decided the color to paint a
12    mergetag that was and was not correctly validated.
14  * "log --show-signature" did not pay attention to "--graph" option.
16 Also a lot of fixes to the tests and some updates to the docs are
17 included.