@@ -156,6 +156,15 @@ Performance, Internal Implementation, Development Support etc.
156156 * "git svn rebase/mkdirs" got optimized by keeping track of empty
157157 directories better.
158158
159+ * Fix some racy client/server tests by treating SIGPIPE the same as a
160+ normal non-zero exit.
161+
162+ * The necessary infrastructure to build topics using the free Travis
163+ CI has been added. Developers forking from this topic (and enabling
164+ Travis) can do their own builds, and we can turn on auto-builds for
165+ git/git (including build-status for pull requests that people
166+ open).
167+
159168
160169Also contains various documentation updates and code clean-ups.
161170
@@ -392,6 +401,15 @@ notes for details).
392401 are on an orphan or an unborn branch.
393402 (merge c26f70c sg/bash-prompt-dirty-orphan later to maint).
394403
404+ * A build without NO_IPv6 used to use gethostbyname() when guessing
405+ user's hostname, instead of getaddrinfo() that is used in other
406+ codepaths in such a build.
407+ (merge 00bce77 ep/ident-with-getaddrinfo later to maint).
408+
409+ * The exit code of git-fsck didnot reflect some types of errors found
410+ in packed objects, which has been corrected.
411+ (merge 8c24d83 dt/fsck-verify-pack-error later to maint).
412+
395413 * Code clean-up, minor fixes etc.
396414 (merge 15ed07d jc/rerere later to maint).
397415 (merge e7a7401 pt/pull-builtin later to maint).
@@ -410,3 +428,4 @@ notes for details).
410428 (merge e510ab8 rs/pop-commit later to maint).
411429 (merge fdcdb77 js/misc-fixes later to maint).
412430 (merge c949b00 rs/show-branch-argv-array later to maint).
431+ (merge 56a8aea nd/doc-check-ref-format-typo later to maint).
0 commit comments