Skip to content

Commit

Permalink
Prepare for 2.14.2
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
gitster committed Aug 23, 2017
1 parent 0f41b92 commit edc74bc
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
35 changes: 35 additions & 0 deletions Documentation/RelNotes/2.14.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Git v2.14.2 Release Notes
=========================

Fixes since v2.14.1
-------------------

* Because recent Git for Windows do come with a real msgfmt, the
build procedure for git-gui has been updated to use it instead of a
hand-rolled substitute.

* "%C(color name)" in the pretty print format always produced ANSI
color escape codes, which was an early design mistake. They now
honor the configuration (e.g. "color.ui = never") and also tty-ness
of the output medium.

* The http.{sslkey,sslCert} configuration variables are to be
interpreted as a pathname that honors "~[username]/" prefix, but
weren't, which has been fixed.

* Numerous bugs in walking of reflogs via "log -g" and friends have
been fixed.

* "git commit" when seeing an totally empty message said "you did not
edit the message", which is clearly wrong. The message has been
corrected.

* When a directory is not readable, "gitweb" fails to build the
project list. Work this around by skipping such a directory.

* A recently added test for the "credential-cache" helper revealed
that EOF detection done around the time the connection to the cache
daemon is torn down were flaky. This was fixed by reacting to
ECONNRESET and behaving as if we got an EOF.

Also contains various documentation updates and code clean-ups.
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v2.14.1
DEF_VER=v2.14.2

LF='
'
Expand Down
2 changes: 1 addition & 1 deletion RelNotes

0 comments on commit edc74bc

Please sign in to comment.