What's in master tonight...
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:14
For the past couple of days, many of the changes merged into "master" branch have been documentation updates and general cleanups, except these notable fixes and improvements: - Hooks are run with stdin/stdout thrown into /dev/null (Daniel Barkalow). - Updates to gitk to work around Tcl/Tk's i18n, which does not understand MIME charset names IANA recommends (Paul Mackerras). - Portability enhancements for AIX and Solaris (Jason Riedy). - Fixes to archimport (Eric Wong and Martin Langhoff) - Fixes related to various C std issues (Morten Welinder and me) - Catch common mistakes such as not having "merge" installed, to reduce false bug reports on the mailing list. - Safety fix for git-prune. - Remove useless computation from server-info. - Fix git-http-fetch so that it does not fail creating a ref in a subdirectory. - Leave paths that failed to automerge unmerged in the index when merge-one-file returns. - Same for merge-recursive rename/merge case (this is waiting in "pu" tonight, waiting for comments from the original author). With these changes, we are really in good shape for 1.0. I'll do another test script or two for the renaming recursive merge to make sure I did not break things, and am hoping to tag 1.0rc5 by early next week. If things go well as planned that would become the final 1.0. I have not merged the 20+ help text series by Fredrik yet, but most of them are low impact and expect most of them will be in 1.0, in one shape or another if not verbatim.