···11+Git v2.16.3 Release Notes
22+=========================
33+44+Fixes since v2.16.2
55+-------------------
66+77+ * "git status" after moving a path in the working tree (hence making
88+ it appear "removed") and then adding with the -N option (hence
99+ making that appear "added") detected it as a rename, but did not
1010+ report the old and new pathnames correctly.
1111+1212+ * "git commit --fixup" did not allow "-m<message>" option to be used
1313+ at the same time; allow it to annotate resulting commit with more
1414+ text.
1515+1616+ * When resetting the working tree files recursively, the working tree
1717+ of submodules are now also reset to match.
1818+1919+ * Fix for a commented-out code to adjust it to a rather old API change
2020+ around object ID.
2121+2222+ * When there are too many changed paths, "git diff" showed a warning
2323+ message but in the middle of a line.
2424+2525+ * The http tracing code, often used to debug connection issues,
2626+ learned to redact potentially sensitive information from its output
2727+ so that it can be more safely sharable.
2828+2929+ * Crash fix for a corner case where an error codepath tried to unlock
3030+ what it did not acquire lock on.
3131+3232+ * The split-index mode had a few corner case bugs fixed.
3333+3434+ * Assorted fixes to "git daemon".
3535+3636+ * Completion of "git merge -s<strategy>" (in contrib/) did not work
3737+ well in non-C locale.
3838+3939+ * Workaround for segfault with more recent versions of SVN.
4040+4141+ * Recently introduced leaks in fsck have been plugged.
4242+4343+ * Travis CI integration now builds the executable in 'script' phase
4444+ to follow the established practice, rather than during
4545+ 'before_script' phase. This allows the CI categorize the failures
4646+ better ('failed' is project's fault, 'errored' is build
4747+ environment's).
4848+4949+Also contains various documentation updates and code clean-ups.